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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 14 07:07:06 EDT 2008


Author: dimitris at jboss.org
Date: 2008-09-14 07:07:05 -0400 (Sun, 14 Sep 2008)
New Revision: 78507

Modified:
   trunk/component-matrix/pom.xml
Log:
exclude the org.jboss.microcontainer:jboss-deployers-core-spi coming through the ejb3-core packages. jboss-deployers-core-spi has moved to org.jboss.deployers

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-09-14 09:58:29 UTC (rev 78506)
+++ trunk/component-matrix/pom.xml	2008-09-14 11:07:05 UTC (rev 78507)
@@ -1465,6 +1465,10 @@
             <groupId>org.jboss</groupId>
             <artifactId>jboss-transaction-spi</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-deployers-core-spi</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       
@@ -1538,6 +1542,10 @@
             <groupId>org.jboss</groupId>
             <artifactId>jboss-transaction-spi</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-deployers-core-spi</artifactId>
+          </exclusion>          
         </exclusions>
       </dependency>
     




More information about the jboss-cvs-commits mailing list