You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/02/04 20:57:47 UTC

svn commit: r1442322 - /accumulo/trunk/proxy/pom.xml

Author: ecn
Date: Mon Feb  4 19:57:47 2013
New Revision: 1442322

URL: http://svn.apache.org/viewvc?rev=1442322&view=rev
Log:
ACCUMULO-1037 add accumulo-test as a dependency of the proxy

Modified:
    accumulo/trunk/proxy/pom.xml

Modified: accumulo/trunk/proxy/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/proxy/pom.xml?rev=1442322&r1=1442321&r2=1442322&view=diff
==============================================================================
--- accumulo/trunk/proxy/pom.xml (original)
+++ accumulo/trunk/proxy/pom.xml Mon Feb  4 19:57:47 2013
@@ -106,6 +106,10 @@
     	<artifactId>accumulo-examples-simple</artifactId>
     	<scope>test</scope>
     </dependency>
+    <dependency>
+    	<groupId>org.apache.accumulo</groupId>
+    	<artifactId>accumulo-test</artifactId>
+    </dependency>
   </dependencies>
 
   <profiles>