You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2009/12/23 10:32:42 UTC

svn commit: r893446 - /openejb/trunk/openejb3/pom.xml

Author: jlmonteiro
Date: Wed Dec 23 09:32:42 2009
New Revision: 893446

URL: http://svn.apache.org/viewvc?rev=893446&view=rev
Log:
OPENEJB-977: upgrade CXF bundle to the latest available distribution. Currently, the latest one is 2.2.5. It probably needs some more tests but all previous tests/sample work. Thanks Jean-Sebastien. Great job!

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=893446&r1=893445&r2=893446&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Wed Dec 23 09:32:42 2009
@@ -828,7 +828,7 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
-        <version>2.0.5</version>
+        <version>2.1.9</version>
         <exclusions>
           <exclusion>
             <groupId>javax.xml.bind</groupId>
@@ -851,7 +851,7 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-xjc</artifactId>
-        <version>2.0.5</version>
+        <version>2.1.9</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>