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 2012/09/27 19:44:35 UTC

svn commit: r1391136 - /hbase/trunk/hbase-server/pom.xml

Author: stack
Date: Thu Sep 27 17:44:35 2012
New Revision: 1391136

URL: http://svn.apache.org/viewvc?rev=1391136&view=rev
Log:
HBASE-6875 Remove commons-httpclient, -component, and up versions on other jars (remove unused repository)

Modified:
    hbase/trunk/hbase-server/pom.xml

Modified: hbase/trunk/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/pom.xml?rev=1391136&r1=1391135&r2=1391136&view=diff
==============================================================================
--- hbase/trunk/hbase-server/pom.xml (original)
+++ hbase/trunk/hbase-server/pom.xml Thu Sep 27 17:44:35 2012
@@ -316,10 +316,6 @@
       <artifactId>commons-cli</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-configuration</groupId>
-      <artifactId>commons-configuration</artifactId>
-    </dependency>
-    <dependency>
       <groupId>com.github.stephenc.high-scale-lib</groupId>
       <artifactId>high-scale-lib</artifactId>
     </dependency>
@@ -328,10 +324,6 @@
       <artifactId>commons-codec</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>