Author: pete
Date: Mon Dec 19 17:15:19 2011
New Revision: 1220851
URL: http://svn.apache.org/viewvc?rev=1220851&view=rev
Log:
WICKET-4281
Simplify Maven build for development: remove remaining stale dependencies to
wicket-util:tests:jar
Modified:
wicket/trunk/wicket-core/pom.xml
wicket/trunk/wicket-examples/pom.xml
Modified: wicket/trunk/wicket-core/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/pom.xml?rev=1220851&r1=1220850&r2=1220851&view=diff
==============================================================================
--- wicket/trunk/wicket-core/pom.xml (original)
+++ wicket/trunk/wicket-core/pom.xml Mon Dec 19 17:15:19 2011
@@ -42,13 +42,6 @@
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
</dependency>
<dependency>
Modified: wicket/trunk/wicket-examples/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=1220851&r1=1220850&r2=1220851&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Mon Dec 19 17:15:19 2011
@@ -90,13 +90,6 @@
<artifactId>httpunit</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
</dependency>