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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 16:47:10 EST 2008


Author: pgier
Date: 2008-11-26 16:47:10 -0500 (Wed, 26 Nov 2008)
New Revision: 81674

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
Remove old commented out dependencies.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
+++ trunk/component-matrix/pom.xml	2008-11-26 21:47:10 UTC (rev 81674)
@@ -1942,59 +1942,9 @@
         <groupId>sun-jaxws</groupId>
         <artifactId>streambuffer</artifactId>
         <version>${version.sun-jaxws}</version>
-      </dependency>
+      </dependency>    
       
-      <!-- AFAICT, those are unused in the AS build
       <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>http</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>jaxws-api</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>jsr173_api</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>jsr181-api</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>jsr250-api</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>saaj-api</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>saaj-impl</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>sun-jaxws</groupId>
-        <artifactId>sjsxp</artifactId>
-        <version>${version.sun-jaxws}</version>
-      </dependency>
-      -->      
-      
-      <dependency>
         <groupId>org.jboss.security</groupId>
         <artifactId>jboss-sunxacml</artifactId>
         <version>2.0.2.SP1</version>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
+++ trunk/thirdparty/pom.xml	2008-11-26 21:47:10 UTC (rev 81674)
@@ -872,39 +872,7 @@
               <artifactId>streambuffer</artifactId>
               <exportArtifact>false</exportArtifact>
             </dependency>
-            <!-- AFAICT, those are unused in the AS build            
             <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>http</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>jsr173_api</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>jsr250-api</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>saaj-api</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>saaj-impl</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>sun-jaxws</groupId>
-              <artifactId>sjsxp</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            -->
-            <dependency>
               <groupId>org.jboss.security</groupId>
               <artifactId>jboss-xacml</artifactId>
               <mapping>
@@ -1860,41 +1828,7 @@
       <groupId>sun-jaxws</groupId>
       <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-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>jsr173_api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>jsr181-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>jsr250-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>saaj-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>saaj-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>sun-jaxws</groupId>
-      <artifactId>sjsxp</artifactId>
-    </dependency>
-    -->
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list