You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/11/26 17:21:41 UTC

svn commit: r598333 - /wicket/trunk/pom.xml

Author: dashorst
Date: Mon Nov 26 08:21:40 2007
New Revision: 598333

URL: http://svn.apache.org/viewvc?rev=598333&view=rev
Log:
Removed jwebunit as it is GPL since 1.3 (was BSD during the 1.2 development of jwebunit)

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=598333&r1=598332&r2=598333&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Mon Nov 26 08:21:40 2007
@@ -416,12 +416,6 @@
 				<scope>test</scope>
 			</dependency>
 			<dependency>
-				<groupId>net.sourceforge.jwebunit</groupId>
-				<artifactId>jwebunit-htmlunit-plugin</artifactId>
-				<version>1.4-rc3</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
 				<groupId>javax.portlet</groupId>
 				<artifactId>portlet-api</artifactId>
 				<version>1.0</version>