[jboss-cvs] JBossAS SVN: r87829 - branches/Branch_5_x/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 15:34:32 EDT 2009


Author: petemuir
Date: 2009-04-24 15:34:32 -0400 (Fri, 24 Apr 2009)
New Revision: 87829

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
Log:
Better exclusions for WB deployer

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-04-24 19:08:59 UTC (rev 87828)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-04-24 19:34:32 UTC (rev 87829)
@@ -150,14 +150,14 @@
         <type>zip</type>
         <exclusions>
           <exclusion>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-core</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>javax.xml.stream</groupId>
-            <artifactId>stax-api</artifactId>
+            <groupId>org.jboss.webbeans.integration</groupId>
+            <artifactId>webbeans-jboss-int-jboss-ejb</artifactId>
           </exclusion>
-        </exclusions>        
+        </exclusions>
       </dependency>
 
       <dependency>




More information about the jboss-cvs-commits mailing list