You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/11/13 21:06:51 UTC

svn commit: r1408928 - in /camel/trunk: parent/pom.xml pom.xml

Author: bvahdat
Date: Tue Nov 13 20:06:51 2012
New Revision: 1408928

URL: http://svn.apache.org/viewvc?rev=1408928&view=rev
Log:
Upgraded to openjpa 2.2.1 and dragged it's maven property down into the parent pom where other such properties are defined.

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1408928&r1=1408927&r2=1408928&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Nov 13 20:06:51 2012
@@ -254,6 +254,7 @@
     <openwebbeans-version>1.1.5</openwebbeans-version>
     <ognl-version>3.0.5_1</ognl-version>
     <openejb-version>3.1.4</openejb-version>
+    <openjpa-version>2.2.1</openjpa-version>
     <opensaml-version>2.5.1_2</opensaml-version>
     <oro-bundle-version>2.0.8_6</oro-bundle-version>
     <oscache-bundle-version>2.4_5</oscache-bundle-version>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1408928&r1=1408927&r2=1408928&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Tue Nov 13 20:06:51 2012
@@ -49,7 +49,6 @@
 
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <jaxb-version>2.1.13</jaxb-version>
-    <openjpa-version>2.2.0</openjpa-version>
   </properties>
 
   <mailingLists>
@@ -360,17 +359,6 @@
                   <version>1.8.1</version>
                 </dependency>
                 <dependency>
-                  <groupId>org.apache.openjpa</groupId>
-                  <artifactId>openjpa-persistence-jdbc</artifactId>
-                  <version>${openjpa-version}</version>
-                  <exclusions>
-                    <exclusion>
-                      <groupId>ant</groupId>
-                      <artifactId>ant</artifactId>
-                    </exclusion>
-                  </exclusions>
-                </dependency>
-                <dependency>
                   <groupId>com.sun</groupId>
                   <artifactId>tools</artifactId>
                   <version>1.5.0</version>