[weld-commits] Weld SVN: r6347 - core/trunk/inject-tck-runner.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri May 28 07:29:52 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-28 07:29:51 -0400 (Fri, 28 May 2010)
New Revision: 6347

Modified:
   core/trunk/inject-tck-runner/pom.xml
Log:
make the suite run again

Modified: core/trunk/inject-tck-runner/pom.xml
===================================================================
--- core/trunk/inject-tck-runner/pom.xml	2010-05-28 11:28:58 UTC (rev 6346)
+++ core/trunk/inject-tck-runner/pom.xml	2010-05-28 11:29:51 UTC (rev 6347)
@@ -24,6 +24,12 @@
       <dependency>
          <groupId>org.jboss.weld</groupId>
          <artifactId>weld-core</artifactId>
+         <exclusions>
+            <exclusion>
+               <groupId>org.testng</groupId>
+               <artifactId>testng</artifactId>
+            </exclusion>
+         </exclusions>
       </dependency>
 
       <dependency>



More information about the weld-commits mailing list