Author: gwynevans
Date: Fri Sep  7 02:02:27 2007
New Revision: 573511

URL: http://svn.apache.org/viewvc?rev=573511&view=rev
Log:
Correct the JUnit scope to test, not testing!

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=573511&r1=573510&r2=573511&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
 Fri Sep  7 02:02:27 2007
@@ -60,7 +60,7 @@
                                 <groupId>junit</groupId>
                                 <artifactId>junit</artifactId>
                                 <version>3.8.2</version>
-                                <scope>testing</scope>
+                                <scope>test</scope>
                 </dependency>
 
                <!--  JETTY DEPENDENCIES FOR TESTING  -->


Reply via email to