You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/08/11 14:24:23 UTC

hbase git commit: HBASE-18558 clean up duplicate dependency management entries for hbase-shaded-miscellaneous

Repository: hbase
Updated Branches:
  refs/heads/master 6f44b2486 -> 043ec9b37


HBASE-18558 clean up duplicate dependency management entries for hbase-shaded-miscellaneous


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

Branch: refs/heads/master
Commit: 043ec9b37e43328e8784f88e3d6867b007a31d1d
Parents: 6f44b24
Author: Michael Stack <st...@apache.org>
Authored: Fri Aug 11 07:24:17 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Fri Aug 11 07:24:17 2017 -0700

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/043ec9b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7648e8e..7925e4e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1718,11 +1718,6 @@
         <version>${metrics-core.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.hbase.thirdparty</groupId>
-        <artifactId>hbase-shaded-miscellaneous</artifactId>
-        <version>${hbase-thirdparty.version}</version>
-      </dependency>
-      <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <version>${collections.version}</version>