[jboss-cvs] JBossAS SVN: r110897 - in tags/JBPAPP_5_1_1_ER1: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 11 12:54:00 EST 2011


Author: fnasser at redhat.com
Date: 2011-03-11 12:54:00 -0500 (Fri, 11 Mar 2011)
New Revision: 110897

Modified:
   tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml
   tags/JBPAPP_5_1_1_ER1/thirdparty/pom.xml
Log:
Backport fixes from ranch for JAXRPC GAV and some exclusions

Modified: tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml	2011-03-11 17:40:49 UTC (rev 110896)
+++ tags/JBPAPP_5_1_1_ER1/component-matrix/pom.xml	2011-03-11 17:54:00 UTC (rev 110897)
@@ -33,7 +33,7 @@
     <version.apache.xalan>2.7.1-patch-04</version.apache.xalan>
     <version.jacorb>2.3.1jboss-patch-02</version.jacorb>
     <version.javax.faces>1.2_13</version.javax.faces>
-    <version.jaxrpc.api>1.1</version.jaxrpc.api>
+    <version.jaxrpc.api>1.0.0.Final</version.jaxrpc.api>
     <version.jaxws.api>2.1</version.jaxws.api>
     <version.jsr181.api>1.0-MR1</version.jsr181.api>  
     <version.jboss.jaxr>2.0.1</version.jboss.jaxr>
@@ -466,8 +466,8 @@
       </dependency>
       
       <dependency>
-        <groupId>javax.xml</groupId>
-        <artifactId>jaxrpc-api</artifactId>
+        <groupId>org.jboss.spec.javax.xml.rpc</groupId>
+        <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
         <version>${version.jaxrpc.api}</version>
       </dependency>
       
@@ -1089,6 +1089,12 @@
         <groupId>juddi</groupId>
         <artifactId>juddi</artifactId>
         <version>2.0.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>
@@ -1851,6 +1857,12 @@
         <groupId>org.jboss.javaee</groupId>
         <artifactId>jboss-ejb-api</artifactId>
         <version>3.0.0${version.suffix.org.jboss.javaee}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.xml</groupId>
+            <artifactId>jaxrpc-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>

Modified: tags/JBPAPP_5_1_1_ER1/thirdparty/pom.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER1/thirdparty/pom.xml	2011-03-11 17:40:49 UTC (rev 110896)
+++ tags/JBPAPP_5_1_1_ER1/thirdparty/pom.xml	2011-03-11 17:54:00 UTC (rev 110897)
@@ -2102,8 +2102,8 @@
       <artifactId>jbossxacml</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.xml</groupId>
-      <artifactId>jaxrpc-api</artifactId>
+      <groupId>org.jboss.spec.javax.xml.rpc</groupId>
+      <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>javax.jws</groupId>



More information about the jboss-cvs-commits mailing list