Author: mgrigorov
Date: Wed Aug 17 09:26:23 2011
New Revision: 1158592

URL: http://svn.apache.org/viewvc?rev=1158592&view=rev
Log:
Commit forgotten pom.xml from the previous commit.
Remove empty folder.

Removed:
    wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/license/
Modified:
    wicket/trunk/testing/wicket-threadtest/pom.xml

Modified: wicket/trunk/testing/wicket-threadtest/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/testing/wicket-threadtest/pom.xml?rev=1158592&r1=1158591&r2=1158592&view=diff
==============================================================================
--- wicket/trunk/testing/wicket-threadtest/pom.xml (original)
+++ wicket/trunk/testing/wicket-threadtest/pom.xml Wed Aug 17 09:26:23 2011
@@ -36,13 +36,18 @@
                <dependency>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-core</artifactId>
-                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-extensions</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>


Reply via email to