Author: andyhot
Date: Sat Oct 17 15:14:54 2009
New Revision: 826271
URL: http://svn.apache.org/viewvc?rev=826271&view=rev
Log:
workaround for old surefire - thx bamboo
Modified:
tapestry/tapestry4/trunk/tapestry-archetype/pom.xml
Modified: tapestry/tapestry4/trunk/tapestry-archetype/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/pom.xml?rev=826271&r1=826270&r2=826271&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-archetype/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-archetype/pom.xml Sat Oct 17 15:14:54 2009
@@ -29,6 +29,15 @@
</contributor>
</contributors>
+ <dependencies>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<build></build>
<reporting>