[dna-commits] DNA SVN: r356 - trunk/dna-integration-tests.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Jul 14 16:34:33 EDT 2008


Author: jverhaeg at redhat.com
Date: 2008-07-14 16:34:33 -0400 (Mon, 14 Jul 2008)
New Revision: 356

Modified:
   trunk/dna-integration-tests/pom.xml
Log:
Applied test scopes appropriately

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-07-14 20:33:56 UTC (rev 355)
+++ trunk/dna-integration-tests/pom.xml	2008-07-14 20:34:33 UTC (rev 356)
@@ -49,7 +49,6 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
     </dependency>
     <!-- 
       Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for testing) 
@@ -57,6 +56,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -72,6 +72,7 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+      <scope>test</scope>
     </dependency>
     <!-- 
       Apache Jackrabbit (JCR Implementation)




More information about the dna-commits mailing list