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/01/18 05:02:27 UTC

svn commit: r1060182 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: justin
Date: Tue Jan 18 04:02:27 2011
New Revision: 1060182

URL: http://svn.apache.org/viewvc?rev=1060182&view=rev
Log:
jcr2dav should be compile scope so it is transitive

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1060182&r1=1060181&r2=1060182&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Tue Jan 18 04:02:27 2011
@@ -120,7 +120,6 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2dav</artifactId>
       <version>2.0.0</version>
-      <scope>test</scope>
     </dependency>
 
     <!-- Dependencies for the Test Build and Run -->