Author: pete
Date: Fri Nov 18 13:27:44 2011
New Revision: 1203643
URL: http://svn.apache.org/viewvc?rev=1203643&view=rev
Log:
downgraded httpunit back from 1.7 to 1.6.1 since some parts of the code depend
on it
Modified:
wicket/trunk/pom.xml
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1203643&r1=1203642&r2=1203643&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Nov 18 13:27:44 2011
@@ -464,7 +464,7 @@
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
- <version>1.7</version>
+ <version>1.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>