[weld-commits] Weld SVN: r6421 - api/trunk/cdi.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Thu Jun 10 16:18:04 EDT 2010
Author: aslak
Date: 2010-06-10 16:18:03 -0400 (Thu, 10 Jun 2010)
New Revision: 6421
Modified:
api/trunk/cdi/pom.xml
Log:
WELD-552 Moved TestNG to test scope
Modified: api/trunk/cdi/pom.xml
===================================================================
--- api/trunk/cdi/pom.xml 2010-06-10 19:23:22 UTC (rev 6420)
+++ api/trunk/cdi/pom.xml 2010-06-10 20:18:03 UTC (rev 6421)
@@ -58,6 +58,7 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<classifier>jdk15</classifier>
+ <scope>test</scope>
</dependency>
</dependencies>
More information about the weld-commits
mailing list