You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2008/11/14 22:54:09 UTC

svn commit: r714158 - in /db/jdo/trunk: api2-legacy/project.xml api2/project.xml

Author: clr
Date: Fri Nov 14 13:54:09 2008
New Revision: 714158

URL: http://svn.apache.org/viewvc?rev=714158&view=rev
Log:
JDO-612 Add test scope to junit and ant dependencies

Modified:
    db/jdo/trunk/api2-legacy/project.xml
    db/jdo/trunk/api2/project.xml

Modified: db/jdo/trunk/api2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2-legacy/project.xml?rev=714158&r1=714157&r2=714158&view=diff
==============================================================================
--- db/jdo/trunk/api2-legacy/project.xml (original)
+++ db/jdo/trunk/api2-legacy/project.xml Fri Nov 14 13:54:09 2008
@@ -45,11 +45,17 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.7.0</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
     </dependencies>
     <!-- =================== -->

Modified: db/jdo/trunk/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/project.xml?rev=714158&r1=714157&r2=714158&view=diff
==============================================================================
--- db/jdo/trunk/api2/project.xml (original)
+++ db/jdo/trunk/api2/project.xml Fri Nov 14 13:54:09 2008
@@ -44,11 +44,17 @@
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.7.0</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
+            <properties>
+                <scope>test</scope>
+            </properties>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>