You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/09/22 17:36:48 UTC

svn commit: r1000043 - /geronimo/server/branches/2.2/pom.xml

Author: genspring
Date: Wed Sep 22 15:36:48 2010
New Revision: 1000043

URL: http://svn.apache.org/viewvc?rev=1000043&view=rev
Log:
Keep using 2.1.7 in 22 branch due to the strange jaxb tck failure in 2.1.12.

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

Modified: geronimo/server/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=1000043&r1=1000042&r2=1000043&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Wed Sep 22 15:36:48 2010
@@ -1316,7 +1316,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.1.12</version>
+                <version>2.1.7</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>
@@ -1548,8 +1548,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-xjc</artifactId>
-                <!--<version>2.1.7</version>-->
-                <version>2.1.12</version>
+                <version>2.1.7</version>
             </dependency>
 
             <dependency>