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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 8 11:46:34 EDT 2010


Author: fnasser at redhat.com
Date: 2010-06-08 11:46:34 -0400 (Tue, 08 Jun 2010)
New Revision: 105806

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Add exclusions for stale dependencies brought in by joramtests 1.6

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 15:43:34 UTC (rev 105805)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-08 15:46:34 UTC (rev 105806)
@@ -1127,6 +1127,16 @@
         <groupId>objectweb-joramtests</groupId>
         <artifactId>joramtests</artifactId>
         <version>1.6</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-j2ee</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-logging-spi</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>



More information about the jboss-cvs-commits mailing list