[jboss-cvs] JBossAS SVN: r80002 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 14:15:21 EDT 2008


Author: pgier
Date: 2008-10-23 14:15:21 -0400 (Thu, 23 Oct 2008)
New Revision: 80002

Modified:
   trunk/component-matrix/pom.xml
Log:
[JBAS-6129] Exclude invalid dependency from jbossws-native-core

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-10-23 17:56:51 UTC (rev 80001)
+++ trunk/component-matrix/pom.xml	2008-10-23 18:15:21 UTC (rev 80002)
@@ -748,6 +748,12 @@
         <groupId>org.jboss.ws.native</groupId>
         <artifactId>jbossws-native-core</artifactId>
         <version>${version.jboss.jbossws}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>woodstox</groupId>
+            <artifactId>wstx-lgpl</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list