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 2010/06/22 21:47:11 UTC

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

Author: justin
Date: Tue Jun 22 19:47:11 2010
New Revision: 956999

URL: http://svn.apache.org/viewvc?rev=956999&view=rev
Log:
SLING-1569 - fixing dependency scope (still getting used to new test module setup)

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=956999&r1=956998&r2=956999&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Tue Jun 22 19:47:11 2010
@@ -34,20 +34,20 @@
         Sling Integration Tests, contains integration tests that
         are used by the testing project and other upstream testing projects.
   </description>
-  
+
   <properties>
     <!-- HTTP port of Sling instance to test -->
     <http.port>8888</http.port>
-    
+
     <!-- path suffix for HTTP access to Sling test instance -->
     <http.base.path/>
-    
+
     <!-- path suffix for WebDAV access to Sling test instance -->
     <webdav.workspace.path/>
-    
+
     <!-- hostname of Sling instance to test -->
     <test.host>localhost</test.host>
-    
+
     <!-- Timeout when checking for Sling readyness before starting tests -->
     <HttpTestBase.readyTimeoutSeconds>62</HttpTestBase.readyTimeoutSeconds>
   </properties>
@@ -153,10 +153,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>xmlunit</groupId>
-    	<artifactId>xmlunit</artifactId>
-    	<version>1.3</version>
-    	<scope>test</scope>
+      <groupId>xmlunit</groupId>
+      <artifactId>xmlunit</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file