[jboss-cvs] JBossAS SVN: r103650 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 7 14:51:15 EDT 2010


Author: ALRubinger
Date: 2010-04-07 14:51:14 -0400 (Wed, 07 Apr 2010)
New Revision: 103650

Modified:
   trunk/ejb3/pom.xml
Log:
[JBAS-7267] Do not export a dependency to the EJB3.0 version of org.jboss.ejb3.timeout

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2010-04-07 18:06:35 UTC (rev 103649)
+++ trunk/ejb3/pom.xml	2010-04-07 18:51:14 UTC (rev 103650)
@@ -300,6 +300,11 @@
           <groupId>apache-log4j</groupId>
           <artifactId>log4j</artifactId>
         </exclusion>
+        <!-- Only bring in timeout-3.1 -->
+        <exclusion>
+          <groupId>org.jboss.ejb3.timeout</groupId>
+          <artifactId>jboss-ejb3-timeout-3.0</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     




More information about the jboss-cvs-commits mailing list