[jboss-cvs] JBossAS SVN: r107443 - branches/infinispan-int/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 5 12:52:29 EDT 2010


Author: pferraro
Date: 2010-08-05 12:52:29 -0400 (Thu, 05 Aug 2010)
New Revision: 107443

Modified:
   branches/infinispan-int/component-matrix/pom.xml
Log:
Override ejb3-core to 1.5.0-SNAPSHOT (to be built from ejb3/branches/infinispan-int)

Modified: branches/infinispan-int/component-matrix/pom.xml
===================================================================
--- branches/infinispan-int/component-matrix/pom.xml	2010-08-05 16:47:23 UTC (rev 107442)
+++ branches/infinispan-int/component-matrix/pom.xml	2010-08-05 16:52:29 UTC (rev 107443)
@@ -2854,8 +2854,19 @@
         <version>${version.org.jboss.ejb3.bom}</version>
         <type>pom</type>
         <scope>import</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-core</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
-
+      <dependency>
+        <groupId>org.jboss.ejb3</groupId>
+        <artifactId>jboss-ejb3-core</artifactId>
+        <version>1.5.0-SNAPSHOT</version>
+      </dependency>
+      
       <!-- This to move into the EJB3 BOM -->
       <dependency>
         <groupId>org.jboss.ejb3.embedded</groupId>
@@ -3950,7 +3961,7 @@
                         <exclude>jboss:jboss-common</exclude>
                         <exclude>jboss:jboss-common-core</exclude>
                         <exclude>javax.el:el-api</exclude>
-                        <exclude>javax.transaction:jta</exclude>
+<!--                         <exclude>javax.transaction:jta</exclude>-->
                         <exclude>javax.security:jacc</exclude>
                         <exclude>bsh:bsh</exclude>
                         <exclude>bsf:bsf</exclude>
@@ -4014,6 +4025,7 @@
                         <exclude>org.jboss.logging:jboss-logging-jdk</exclude>
                         <exclude>org.jboss.logging:jboss-logging-logmanager</exclude>
                         <exclude>quartz:quartz</exclude>
+                        <exclude>jgroups:jgroups</exclude>
                       </excludes>
                        <includes>
                          <include>javax.xml.bind:jaxb-api:jar:2.1</include>



More information about the jboss-cvs-commits mailing list