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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 10 02:59:57 EST 2009


Author: jaikiran
Date: 2009-12-10 02:59:57 -0500 (Thu, 10 Dec 2009)
New Revision: 97681

Modified:
   trunk/component-matrix/pom.xml
Log:
JBAS-7531 Added a ban on org.jboss.ejb3:jboss-ejb3-as-int

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-12-10 07:04:33 UTC (rev 97680)
+++ trunk/component-matrix/pom.xml	2009-12-10 07:59:57 UTC (rev 97681)
@@ -2559,6 +2559,9 @@
                         <exclude>sun-jaxws:jaxws-rt</exclude>
                         <exclude>sun-jaxb:jaxb-xjc</exclude>
                         <exclude>sun-jaxws:streambuffer</exclude>
+			<!-- JBAS-7531 org.jboss.ejb3:jboss-ejb3-as-int is retired. 
+			     Use org.jboss.ejb3:jboss-ejb3_1 instead -->
+			<exclude>org.jboss.ejb3:jboss-ejb3-as-int</exclude>
                       </excludes>
                     </bannedDependencies>
                   </rules>




More information about the jboss-cvs-commits mailing list