You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/12/07 21:43:07 UTC

svn commit: r354851 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Wed Dec  7 12:43:05 2005
New Revision: 354851

URL: http://svn.apache.org/viewcvs?rev=354851&view=rev
Log:
Remove transitive jdo dependency that come from jpox

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=354851&r1=354850&r2=354851&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Wed Dec  7 12:43:05 2005
@@ -291,11 +291,6 @@
         <version>1.1-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>jdo</groupId>
-        <artifactId>jdo</artifactId>
-        <version>2.0-snapshot4</version>
-      </dependency>
-      <dependency>
         <groupId>jpox</groupId>
         <artifactId>jpox</artifactId>
         <version>1.1.0-beta-4</version>