[jboss-cvs] JBossAS SVN: r96962 - in trunk: webservices and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 25 10:26:30 EST 2009


Author: bstansberry at jboss.com
Date: 2009-11-25 10:26:29 -0500 (Wed, 25 Nov 2009)
New Revision: 96962

Modified:
   trunk/ejb3/pom.xml
   trunk/webservices/pom.xml
Log:
Don't pull in JBC via EJB3

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2009-11-25 15:25:34 UTC (rev 96961)
+++ trunk/ejb3/pom.xml	2009-11-25 15:26:29 UTC (rev 96962)
@@ -201,12 +201,16 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-as-int</artifactId>
-      <!-- JBAS-679, may be removed when as-int is >= 1.1.5 -->
       <exclusions>
+        <!-- JBAS-679, may be removed when as-int is >= 1.1.5 -->
         <exclusion>
           <groupId>org.jboss.ejb3</groupId>
           <artifactId>jboss-ejb3-proxy</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jboss.cache</groupId>
+          <artifactId>jbosscache-core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     

Modified: trunk/webservices/pom.xml
===================================================================
--- trunk/webservices/pom.xml	2009-11-25 15:25:34 UTC (rev 96961)
+++ trunk/webservices/pom.xml	2009-11-25 15:26:29 UTC (rev 96962)
@@ -128,6 +128,12 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-as-int</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss.cache</groupId>
+          <artifactId>jbosscache-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>    
     <dependency>
       <groupId>org.jboss.ejb3</groupId>




More information about the jboss-cvs-commits mailing list