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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 31 16:36:15 EDT 2010


Author: fnasser at redhat.com
Date: 2010-05-31 16:36:14 -0400 (Mon, 31 May 2010)
New Revision: 105427

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

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2010-05-31 20:22:14 UTC (rev 105426)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2010-05-31 20:36:14 UTC (rev 105427)
@@ -2099,7 +2099,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>
@@ -2194,7 +2194,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_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-05-31 20:22:14 UTC (rev 105426)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-05-31 20:36:14 UTC (rev 105427)
@@ -94,7 +94,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>
 
@@ -441,19 +442,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>
@@ -793,6 +800,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>
@@ -827,6 +846,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>
@@ -1388,6 +1411,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>
@@ -1514,6 +1541,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>
@@ -1648,6 +1679,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>
@@ -1831,6 +1866,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>
@@ -2215,8 +2256,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_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2010-05-31 20:22:14 UTC (rev 105426)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2010-05-31 20:36:14 UTC (rev 105427)
@@ -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>
@@ -2026,15 +2033,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