Author: pete.muir(a)jboss.org
Date: 2008-09-11 07:23:58 -0400 (Thu, 11 Sep 2008)
New Revision: 103
Modified:
ri/trunk/pom.xml
Log:
switch to testng
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2008-09-10 19:05:06 UTC (rev 102)
+++ ri/trunk/pom.xml 2008-09-11 11:23:58 UTC (rev 103)
@@ -70,11 +70,12 @@
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.8</version>
+ <classifier>jdk15</classifier>
</dependency>
-
+
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
@@ -132,13 +133,6 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>always</forkMode>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
</build>