Author: ivaynberg
Date: Thu Mar 18 15:49:07 2010
New Revision: 924870
URL: http://svn.apache.org/viewvc?rev=924870&view=rev
Log:
pom tweaks to bring junit into classpath and compile time since we need it for
license header tests
Modified:
wicket/trunk/wicket-util/pom.xml
wicket/trunk/wicket/pom.xml
Modified: wicket/trunk/wicket-util/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-util/pom.xml?rev=924870&r1=924869&r2=924870&view=diff
==============================================================================
--- wicket/trunk/wicket-util/pom.xml (original)
+++ wicket/trunk/wicket-util/pom.xml Thu Mar 18 15:49:07 2010
@@ -16,7 +16,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <scope>test</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>
</project>
Modified: wicket/trunk/wicket/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket/pom.xml?rev=924870&r1=924869&r2=924870&view=diff
==============================================================================
--- wicket/trunk/wicket/pom.xml (original)
+++ wicket/trunk/wicket/pom.xml Thu Mar 18 15:49:07 2010
@@ -56,7 +56,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.7</version>
<scope>provided</scope> <!-- provided because of the
-test jar we build? -->
</dependency>
<dependency>