You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/04/12 17:49:13 UTC

svn commit: r1091480 - /sling/trunk/testing/samples/integration-tests/pom.xml

Author: justin
Date: Tue Apr 12 15:49:13 2011
New Revision: 1091480

URL: http://svn.apache.org/viewvc?rev=1091480&view=rev
Log:
removing duplicate dependency

Modified:
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1091480&r1=1091479&r2=1091480&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Tue Apr 12 15:49:13 2011
@@ -271,11 +271,6 @@
         <!-- actual dependencies -->
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.junit.remote</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.json</artifactId>
             <version>2.0.6</version>
         </dependency>