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 an...@apache.org on 2009/04/15 09:39:49 UTC

svn commit: r765071 - /db/jdo/trunk/api2/project.xml

Author: andyj
Date: Wed Apr 15 07:39:49 2009
New Revision: 765071

URL: http://svn.apache.org/viewvc?rev=765071&view=rev
Log:
JDO-612 made geronimo, ant optional as per Carlos JIRA comment

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

Modified: db/jdo/trunk/api2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/project.xml?rev=765071&r1=765070&r2=765071&view=diff
==============================================================================
--- db/jdo/trunk/api2/project.xml (original)
+++ db/jdo/trunk/api2/project.xml Wed Apr 15 07:39:49 2009
@@ -45,6 +45,7 @@
             <artifactId>ant</artifactId>
             <version>1.7.0</version>
             <properties>
+                <optional>true</optional>
                 <scope>test</scope>
             </properties>
         </dependency>
@@ -60,6 +61,9 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jpa_3.0_spec</artifactId>
             <version>1.0</version>
+            <properties>
+                <optional>true</optional>
+            </properties>
         </dependency>
     </dependencies>
     <!-- =================== -->