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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 9 08:14:31 EDT 2009


Author: petemuir
Date: 2009-06-09 08:14:31 -0400 (Tue, 09 Jun 2009)
New Revision: 89987

Modified:
   trunk/component-matrix/pom.xml
Log:
remove all deps from Web Beans zip

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-06-09 10:11:54 UTC (rev 89986)
+++ trunk/component-matrix/pom.xml	2009-06-09 12:14:31 UTC (rev 89987)
@@ -157,6 +157,17 @@
         <artifactId>webbeans-jboss-int-deployer</artifactId>
         <version>${version.webbeans.integration}</version>
         <type>zip</type>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.jboss.webbeans.integration</groupId>
+            <artifactId>webbeans-jboss-int-jboss-ejb</artifactId>
+          </exclusion>
+        </exclusions>
+
       </dependency>
 
       <dependency>




More information about the jboss-cvs-commits mailing list