You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/03/20 22:17:37 UTC

svn commit: r1459060 - /accumulo/branches/1.5/proxy/pom.xml

Author: kturner
Date: Wed Mar 20 21:17:37 2013
New Revision: 1459060

URL: http://svn.apache.org/r1459060
Log:
ACCUMULO-1166 removed instamo dependency from proxy

Modified:
    accumulo/branches/1.5/proxy/pom.xml

Modified: accumulo/branches/1.5/proxy/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/proxy/pom.xml?rev=1459060&r1=1459059&r2=1459060&view=diff
==============================================================================
--- accumulo/branches/1.5/proxy/pom.xml (original)
+++ accumulo/branches/1.5/proxy/pom.xml Wed Mar 20 21:17:37 2013
@@ -97,12 +97,6 @@
     </dependency>
     <dependency>
     	<groupId>org.apache.accumulo</groupId>
-    	<artifactId>accumulo-examples-instamo</artifactId>
-    	<version>1.5.0-SNAPSHOT</version>
-    	<scope>test</scope>
-    </dependency>
-    <dependency>
-    	<groupId>org.apache.accumulo</groupId>
     	<artifactId>accumulo-examples-simple</artifactId>
     	<scope>test</scope>
     </dependency>