[jboss-cvs] JBossAS SVN: r105812 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 14:19:37 EDT 2010


Author: fnasser at redhat.com
Date: 2010-06-08 14:19:37 -0400 (Tue, 08 Jun 2010)
New Revision: 105812

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Add exclusion to one more stray dependency brought in by joramtests

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 17:35:37 UTC (rev 105811)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 18:19:37 UTC (rev 105812)
@@ -1136,6 +1136,10 @@
             <groupId>jboss</groupId>
             <artifactId>jboss-logging-spi</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-core</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       



More information about the jboss-cvs-commits mailing list