You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 01:51:59 UTC

svn commit: r1139669 - /incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml

Author: mattmann
Date: Sat Jun 25 23:51:58 2011
New Revision: 1139669

URL: http://svn.apache.org/viewvc?rev=1139669&view=rev
Log:
Remove duplicate dep.

Modified:
    incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml?rev=1139669&r1=1139668&r2=1139669&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/gora-hbase/pom.xml Sat Jun 25 23:51:58 2011
@@ -128,12 +128,6 @@
             <artifactId>hadoop-test</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase</artifactId>
-            <classifier>tests</classifier>
-        </dependency>
-
     </dependencies>
 
 </project>