You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/21 08:44:51 UTC

svn commit: r946906 - /geronimo/server/branches/2.1/pom.xml

Author: xuhaihong
Date: Fri May 21 06:44:51 2010
New Revision: 946906

URL: http://svn.apache.org/viewvc?rev=946906&view=rev
Log:
I rollback the jaxb version update as it causes some cases failed, if anyone would like to upgrade it, please help to check it.

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=946906&r1=946905&r2=946906&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Fri May 21 06:44:51 2010
@@ -1354,7 +1354,8 @@
             <dependency>
                 <groupId>javax.xml.bind</groupId>
                 <artifactId>jaxb-api</artifactId>
-                <version>2.1</version>
+                <!--version>2.1</version-->
+                <version>2.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>
@@ -1378,7 +1379,8 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.1.12</version>
+                <version>2.0.5</version>
+                <!--version>2.1.12</version-->
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>