[jboss-cvs] JBossAS SVN: r81756 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 28 04:56:06 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-28 04:56:06 -0500 (Fri, 28 Nov 2008)
New Revision: 81756

Modified:
   trunk/thirdparty/pom.xml
Log:
re-introduce the mapping from stax:stax-api to stax-api:stax-api for jbossws to find the artifact in the expected location

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-11-28 09:36:02 UTC (rev 81755)
+++ trunk/thirdparty/pom.xml	2008-11-28 09:56:06 UTC (rev 81756)
@@ -848,6 +848,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>stax</groupId>
+              <artifactId>stax-api</artifactId>
+              <mapping>
+                <componentId>stax-api</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>sun-jaxws</groupId>
               <artifactId>FastInfoset</artifactId>
               <exportArtifact>false</exportArtifact>




More information about the jboss-cvs-commits mailing list