You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2011/04/15 00:47:07 UTC

svn commit: r1092539 - in /geronimo/server/trunk: plugins/openjpa2/geronimo-openjpa2/pom.xml pom.xml

Author: kevan
Date: Thu Apr 14 22:47:06 2011
New Revision: 1092539

URL: http://svn.apache.org/viewvc?rev=1092539&view=rev
Log:
move to openjpa 2.1.0. Will pick up multiple openjpa fixes (including fix for LinkageError during openjpa class transformer processing). Builds ok, but no tck tests yet

Modified:
    geronimo/server/trunk/plugins/openjpa2/geronimo-openjpa2/pom.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/plugins/openjpa2/geronimo-openjpa2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openjpa2/geronimo-openjpa2/pom.xml?rev=1092539&r1=1092538&r2=1092539&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/openjpa2/geronimo-openjpa2/pom.xml (original)
+++ geronimo/server/trunk/plugins/openjpa2/geronimo-openjpa2/pom.xml Thu Apr 14 22:47:06 2011
@@ -55,6 +55,11 @@
             <artifactId>geronimo-annotation_1.1_spec</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>commons-dbcp</groupId>
+            <artifactId>commons-dbcp</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1092539&r1=1092538&r2=1092539&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Apr 14 22:47:06 2011
@@ -70,7 +70,7 @@
         <tomcatGroupId>org.apache.geronimo.ext.tomcat</tomcatGroupId>
 
         <openejbVersion>4.0.0-SNAPSHOT</openejbVersion>
-        <openjpaVersion>2.0.1</openjpaVersion>
+        <openjpaVersion>2.1.0</openjpaVersion>
         <openwebbeansVersion>1.1.1-SNAPSHOT</openwebbeansVersion>
         <derbyVersion>10.6.1.0</derbyVersion>
         <cxfVersion>2.1.10</cxfVersion>
@@ -922,6 +922,12 @@
             </dependency>
 
             <dependency>
+                <groupId>commons-dbcp</groupId>
+                <artifactId>commons-dbcp</artifactId>
+                <version>1.4</version>
+            </dependency>
+            
+            <dependency>
                 <groupId>commons-lang</groupId>
                 <artifactId>commons-lang</artifactId>
                 <version>2.5</version>