You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by eb...@apache.org on 2005/04/14 14:21:33 UTC

svn commit: r161262 - jakarta/commons/proper/configuration/trunk/project.xml

Author: ebourg
Date: Thu Apr 14 05:21:33 2005
New Revision: 161262

URL: http://svn.apache.org/viewcvs?view=rev&rev=161262
Log:
Added the Maven2 property <scope>test</scope> on the test dependencies

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=161261&r2=161262
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Thu Apr 14 05:21:33 2005
@@ -282,60 +282,70 @@
       <groupId>spice</groupId>
       <artifactId>spice-jndikit</artifactId>
       <version>1.1</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>1.1</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
       <version>1.1</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
       <version>1.7.2.2</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>dbunit</groupId>
       <artifactId>dbunit</artifactId>
       <version>2.1</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>junit-addons</groupId>
       <artifactId>junit-addons</artifactId>
       <version>1.4</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>mockobjects</groupId>
       <artifactId>mockobjects-core</artifactId>
       <version>0.09</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>mockobjects</groupId>
       <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
       <version>0.09</version>
+      <scope>test</scope>
     </dependency>
 
     <!-- Fake dependency to test loading configuration files from a JAR -->
     <dependency>
       <id>resources</id>
       <version>1.0</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org