[seam-commits] Seam SVN: r8544 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jul 31 06:16:44 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-31 06:16:44 -0400 (Thu, 31 Jul 2008)
New Revision: 8544
Modified:
trunk/build/excel.pom.xml
Log:
Remove testng dependency
Modified: trunk/build/excel.pom.xml
===================================================================
--- trunk/build/excel.pom.xml 2008-07-31 10:16:09 UTC (rev 8543)
+++ trunk/build/excel.pom.xml 2008-07-31 10:16:44 UTC (rev 8544)
@@ -59,20 +59,6 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.6</version>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
-
</dependencies>
</project>
More information about the seam-commits
mailing list