[jboss-cvs] JBossAS SVN: r105272 - in branches/JBPAPP_5_0: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 26 19:34:53 EDT 2010


Author: fnasser at redhat.com
Date: 2010-05-26 19:34:51 -0400 (Wed, 26 May 2010)
New Revision: 105272

Modified:
   branches/JBPAPP_5_0/build/build-distr.xml
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
Reinstate: JBPAPP-4251 - Upgrade JAXB to 2.1.12

Modified: branches/JBPAPP_5_0/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-distr.xml	2010-05-26 23:30:57 UTC (rev 105271)
+++ branches/JBPAPP_5_0/build/build-distr.xml	2010-05-26 23:34:51 UTC (rev 105272)
@@ -2011,7 +2011,7 @@
       <fileset dir="${trove.trove.lib}">
         <include name="trove.jar"/>
       </fileset>
-      <fileset dir="${sun.jaxb.lib}">
+      <fileset dir="${com.sun.xml.bind.lib}">
         <include name="jaxb-impl.jar"/>
         <include name="jaxb-xjc.jar"/>
       </fileset>
@@ -2106,7 +2106,7 @@
       <fileset dir="${sun.javamail.lib}">
         <include name="mail.jar"/>
       </fileset>
-      <fileset dir="${sun.jaxb.lib}">
+      <fileset dir="${com.sun.xml.bind.lib}">
         <include name="jaxb-impl.jar"/>
         <include name="jaxb-xjc.jar"/>
       </fileset>

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2010-05-26 23:30:57 UTC (rev 105271)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2010-05-26 23:34:51 UTC (rev 105272)
@@ -104,7 +104,8 @@
     <version.streambuffer>2.1.3</version.streambuffer>
     <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
     <version.sun-jaxws>2.1.7</version.sun-jaxws>
-    <version.sun.jaxb>2.1.9.patch02</version.sun.jaxb>
+    <version.sun.jaxb>2.1.12.patch01</version.sun.jaxb>
+    <version.sun.jaxb.api>2.1</version.sun.jaxb.api>
     <version.xdoclet>1.2.3</version.xdoclet>
   </properties>
 
@@ -451,19 +452,25 @@
       </dependency>
       
       <dependency>
-        <groupId>sun-jaxb</groupId>
+        <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
-        <version>${version.sun.jaxb}</version>
+        <version>${version.sun.jaxb.api}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.xml.stream</groupId>
+            <artifactId>stax-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>
-        <groupId>sun-jaxb</groupId>
+        <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
         <version>${version.sun.jaxb}</version>
       </dependency>
       
       <dependency>
-        <groupId>sun-jaxb</groupId>
+        <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-xjc</artifactId>
         <version>${version.sun.jaxb}</version>
       </dependency>
@@ -803,6 +810,18 @@
             <artifactId>stax-api</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-xjc</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-impl</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
           </exclusion>
@@ -837,6 +856,10 @@
         <version>${version.jboss.jbossws}</version>
         <exclusions>
           <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
           </exclusion>
@@ -1331,6 +1354,10 @@
         <version>${version.org.jboss.metadata}</version>
         <exclusions>
           <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.jboss</groupId>
             <artifactId>jboss-jaxws</artifactId>
           </exclusion>
@@ -1457,6 +1484,10 @@
         <version>${version.org.jboss.jbossxb}</version>
         <exclusions>
           <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>jboss</groupId>
             <artifactId>jboss-common-core</artifactId>
           </exclusion>
@@ -1591,6 +1622,10 @@
         <version>${version.org.jboss.cluster.cache.spi}</version>
         <exclusions>
           <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.jboss.naming</groupId>
             <artifactId>jnp-client</artifactId>            
           </exclusion>
@@ -1959,6 +1994,12 @@
         <groupId>org.jboss.man</groupId>
         <artifactId>jboss-managed</artifactId>
         <version>${version.org.jboss.man}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>sun-jaxb</groupId>
+            <artifactId>jaxb-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>
@@ -2343,8 +2384,9 @@
                         <exclude>bsh:bsh</exclude>
                         <exclude>javax.security:jaas</exclude>
                         <exclude>javax.xml.stream:stax-api</exclude>
-                        <exclude>com.sun.xml.bind:jaxb-impl</exclude>
-                        <exclude>javax.xml.bind:jaxb-api</exclude>
+                        <exclude>sun-jaxb:jaxb-impl</exclude>
+                        <exclude>sun-jaxb:jaxb-xjc</exclude>
+                        <exclude>sun-jaxb:jaxb-api</exclude>
                         <exclude>com.sun.xml.ws:jaxws-tools</exclude>
                         <exclude>apache-xerces:xercesImpl</exclude>
                         <exclude>ant:ant</exclude>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2010-05-26 23:30:57 UTC (rev 105271)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2010-05-26 23:34:51 UTC (rev 105272)
@@ -175,6 +175,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>javax.xml.bind</groupId>
+              <artifactId>jaxb-api</artifactId>
+              <mapping>
+                <componentId>sun-jaxb</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>jfree</groupId>
               <artifactId>jfreechart</artifactId>
               <mapping>
@@ -1913,15 +1920,15 @@
       <artifactId>jstl</artifactId>
     </dependency>
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
     </dependency>
     <dependency>
-      <groupId>sun-jaxb</groupId>
+      <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-xjc</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list