[weld-commits] Weld SVN: r5499 - core/trunk/jboss-tck-runner.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jan 18 18:11:00 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-18 18:11:00 -0500 (Mon, 18 Jan 2010)
New Revision: 5499

Modified:
   core/trunk/jboss-tck-runner/pom.xml
Log:
Explicitly exclude JBoss binding for slf4j for 6 M1 environments

Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml	2010-01-18 23:10:11 UTC (rev 5498)
+++ core/trunk/jboss-tck-runner/pom.xml	2010-01-18 23:11:00 UTC (rev 5499)
@@ -38,6 +38,12 @@
          <groupId>org.jboss.test-harness</groupId>
          <artifactId>jboss-test-harness-jboss-as-60</artifactId>
          <scope>test</scope>
+         <exclusions>
+            <exclusion>
+               <groupId>org.jboss.slf4j</groupId>
+               <artifactId>slf4j-jboss-logging</artifactId>
+            </exclusion>
+         </exclusions>
       </dependency>
       
       <dependency>



More information about the weld-commits mailing list