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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 25 15:26:41 EDT 2008


Author: pgier
Date: 2008-08-25 15:26:41 -0400 (Mon, 25 Aug 2008)
New Revision: 77452

Modified:
   trunk/thirdparty/pom.xml
Log:
[JBAS-5865] Exclude woodstox from being included transitively by jbossws-native.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-08-25 18:42:18 UTC (rev 77451)
+++ trunk/thirdparty/pom.xml	2008-08-25 19:26:41 UTC (rev 77452)
@@ -1432,6 +1432,12 @@
     <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-core</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>woodstox</groupId>
+          <artifactId>wstx-lgpl</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws.native</groupId>




More information about the jboss-cvs-commits mailing list