[jboss-cvs] JBossAS SVN: r74809 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 18 15:07:17 EDT 2008


Author: dimitris at jboss.org
Date: 2008-06-18 15:07:17 -0400 (Wed, 18 Jun 2008)
New Revision: 74809

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
exclude javassist.jar, jboss-jaxws.jar, jboss-transations-spi.jar coming in from wrong (old) packages/groupIds

don't import unused sun-jaxws artifacts

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-06-18 17:53:33 UTC (rev 74808)
+++ trunk/component-matrix/pom.xml	2008-06-18 19:07:17 UTC (rev 74809)
@@ -480,7 +480,7 @@
             <artifactId>jboss-aop</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.jboss.integration</groupId>
+            <groupId>org.jboss</groupId>
             <artifactId>jboss-transaction-spi</artifactId>
           </exclusion>
         </exclusions>
@@ -1062,6 +1062,12 @@
         <groupId>org.jboss.metadata</groupId>
         <artifactId>jboss-metadata</artifactId>
         <version>${version.org.jboss.metadata}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-jaxws</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
  
       <dependency>
@@ -1252,6 +1258,12 @@
         <groupId>org.jboss.deployers</groupId>
         <artifactId>jboss-deployers-impl</artifactId>
         <version>${version.org.jboss.deployers}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>javassist</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>
@@ -1344,7 +1356,7 @@
             <artifactId>jboss-remoting</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.jboss.integration</groupId>
+            <groupId>org.jboss</groupId>
             <artifactId>jboss-transaction-spi</artifactId>
           </exclusion>
         </exclusions>
@@ -1417,7 +1429,7 @@
             <artifactId>jboss-aop-aspects</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.jboss.integration</groupId>
+            <groupId>org.jboss</groupId>
             <artifactId>jboss-transaction-spi</artifactId>
           </exclusion>
         </exclusions>
@@ -1512,6 +1524,10 @@
         <version>${version.org.jboss.microcontainer}</version>
         <exclusions>
           <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>javassist</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.jboss.aop</groupId>
             <artifactId>jboss-aop</artifactId>
           </exclusion>
@@ -1668,75 +1684,77 @@
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>http</artifactId>
+        <artifactId>jaxws-rt</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
-      
+
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jaxws-api</artifactId>
+        <artifactId>jaxws-tools</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jaxws-rt</artifactId>
+        <artifactId>stax-ex</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jaxws-tools</artifactId>
+        <artifactId>streambuffer</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
+      <!-- AFAICT, those are unused in the AS build
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jsr173_api</artifactId>
+        <artifactId>http</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jsr181-api</artifactId>
+        <artifactId>jaxws-api</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>jsr250-api</artifactId>
+        <artifactId>jsr173_api</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>saaj-api</artifactId>
+        <artifactId>jsr181-api</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>saaj-impl</artifactId>
+        <artifactId>jsr250-api</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>sjsxp</artifactId>
+        <artifactId>saaj-api</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>stax-ex</artifactId>
+        <artifactId>saaj-impl</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
       
       <dependency>
         <groupId>sun-jaxws</groupId>
-        <artifactId>streambuffer</artifactId>
+        <artifactId>sjsxp</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
+      -->      
       
       <dependency>
         <groupId>org.jboss.security</groupId>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-06-18 17:53:33 UTC (rev 74808)
+++ trunk/thirdparty/pom.xml	2008-06-18 19:07:17 UTC (rev 74809)
@@ -796,6 +796,7 @@
                 <componentId>stax-api</componentId>
               </mapping>
             </dependency>
+            
             <dependency>
               <groupId>sun-jaxws</groupId>
               <artifactId>FastInfoset</artifactId>
@@ -803,54 +804,56 @@
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>http</artifactId>
+              <artifactId>jaxws-rt</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>jaxws-rt</artifactId>
+              <artifactId>jaxws-tools</artifactId>
               <exportArtifact>false</exportArtifact>
-            </dependency>
+            </dependency>            
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>jaxws-tools</artifactId>
+              <artifactId>stax-ex</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>jsr173_api</artifactId>
+              <artifactId>streambuffer</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
+            <!-- AFAICT, those are unused in the AS build            
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>jsr250-api</artifactId>
+              <artifactId>http</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>saaj-api</artifactId>
+              <artifactId>jsr173_api</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>saaj-impl</artifactId>
+              <artifactId>jsr250-api</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>sjsxp</artifactId>
+              <artifactId>saaj-api</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>stax-ex</artifactId>
+              <artifactId>saaj-impl</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
             <dependency>
               <groupId>sun-jaxws</groupId>
-              <artifactId>streambuffer</artifactId>
+              <artifactId>sjsxp</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
+            -->
             <dependency>
               <groupId>org.jboss.security</groupId>
               <artifactId>jboss-xacml</artifactId>
@@ -1685,29 +1688,34 @@
       <artifactId>jsf-api</artifactId>
     </dependency>
     
-    <!--<dependency>
-    <groupId>sun-jstl</groupId>
-    <version>1.2</version>
-    </dependency>-->
     <dependency>
       <groupId>sun-jaxws</groupId>
       <artifactId>FastInfoset</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
-      <artifactId>http</artifactId>
-    </dependency>
+      <artifactId>jaxws-rt</artifactId>
+    </dependency>    
     <dependency>
       <groupId>sun-jaxws</groupId>
-      <artifactId>jaxws-api</artifactId>
+      <artifactId>jaxws-tools</artifactId>
+    </dependency>    
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>stax-ex</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
-      <artifactId>jaxws-rt</artifactId>
+      <artifactId>streambuffer</artifactId>
+    </dependency>    
+    <!-- AFAICT, those are unused in the AS build
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>http</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
-      <artifactId>jaxws-tools</artifactId>
+      <artifactId>jaxws-api</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
@@ -1733,15 +1741,8 @@
       <groupId>sun-jaxws</groupId>
       <artifactId>sjsxp</artifactId>
     </dependency>
+    -->
     <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>stax-ex</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>streambuffer</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list