[jboss-cvs] JBossAS SVN: r110892 - in branches/JBPAPP_5_1: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 11 10:27:58 EST 2011


Author: fnasser at redhat.com
Date: 2011-03-11 10:27:58 -0500 (Fri, 11 Mar 2011)
New Revision: 110892

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
More adjusts to new GAV of jaxrcp-api

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-11 11:39:11 UTC (rev 110891)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-03-11 15:27:58 UTC (rev 110892)
@@ -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>
       
@@ -1851,6 +1851,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>
+          </exclusion>
       </dependency>
       
       <dependency>

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-11 11:39:11 UTC (rev 110891)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-03-11 15:27:58 UTC (rev 110892)
@@ -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