Author: gwynevans
Date: Thu Sep 6 07:52:06 2007
New Revision: 573288
URL: http://svn.apache.org/viewvc?rev=573288&view=rev
Log:
Added JUnit 3.8.2 as a dependency, as Maven's Starfire plugin V2.3 throws a NPE
if it or TestNG's not present
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Modified:
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=573288&r1=573287&r2=573288&view=diff
==============================================================================
---
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Thu Sep 6 07:52:06 2007
@@ -55,6 +55,13 @@
<version>1.2.14</version>
</dependency>
+ <!-- JUNIT DEPENDENCY FOR TESTING -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>testing</scope>
+ </dependency>
<!-- JETTY DEPENDENCIES FOR TESTING -->