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/11/02 19:52:12 UTC

svn commit: r1405097 - /hbase/trunk/pom.xml

Author: stack
Date: Fri Nov  2 18:52:11 2012
New Revision: 1405097

URL: http://svn.apache.org/viewvc?rev=1405097&view=rev
Log:
Remove miscommit of hbase-example dependency

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1405097&r1=1405096&r2=1405097&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Nov  2 18:52:11 2012
@@ -941,11 +941,6 @@
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <artifactId>hbase-examples</artifactId>
-        <groupId>org.apache.hbase</groupId>
-        <version>${project.version}</version>
-      </dependency>
       <!-- General dependencies -->
       <dependency>
         <groupId>io.netty</groupId>