Repository: hbase-thirdparty
Updated Branches:
  refs/heads/master 939ce1afe -> c685d9a9c


HBASE-20222 Shade commons-collections into shaded-miscellaneous

Signed-off-by: Umesh Agashe <uaga...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/56bd56c0
Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/56bd56c0
Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/56bd56c0

Branch: refs/heads/master
Commit: 56bd56c02a0516bec8b396e620c0e949236ec620
Parents: 939ce1a
Author: Josh Elser <els...@apache.org>
Authored: Mon Mar 19 11:24:11 2018 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Mon Mar 19 16:14:33 2018 -0400

----------------------------------------------------------------------
 hbase-shaded-miscellaneous/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/56bd56c0/hbase-shaded-miscellaneous/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-miscellaneous/pom.xml 
b/hbase-shaded-miscellaneous/pom.xml
index 2ed9fda..d59c84e 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -77,8 +77,8 @@
                   </excludes>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.commons.cli</pattern>
-                  
<shadedPattern>${rename.offset}.org.apache.commons.cli</shadedPattern>
+                  <pattern>org.apache.commons</pattern>
+                  
<shadedPattern>${rename.offset}.org.apache.commons</shadedPattern>
                 </relocation>
               </relocations>
               <artifactSet>
@@ -157,5 +157,10 @@
       <artifactId>commons-cli</artifactId>
       <version>1.4</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>4.1</version>
+    </dependency>
   </dependencies>
 </project>

Reply via email to