You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/05/26 17:12:58 UTC

svn commit: r778738 - /openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Author: dwoods
Date: Tue May 26 15:12:57 2009
New Revision: 778738

URL: http://svn.apache.org/viewvc?rev=778738&view=rev
Log:
remove duplicate artifact versions that are provided by the parent pom

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=778738&r1=778737&r2=778738&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Tue May 26 15:12:57 2009
@@ -529,13 +529,11 @@
         <dependency>
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
-            <version>1.2.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>