Author: mgrigorov
Date: Fri Feb 18 10:00:05 2011
New Revision: 1071935
URL: http://svn.apache.org/viewvc?rev=1071935&view=rev
Log:
WICKET-3452 Remove commons-collections definition from pom and update
httpclient to 3.1
Modified:
wicket/trunk/pom.xml
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1071935&r1=1071934&r2=1071935&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Feb 18 10:00:05 2011
@@ -403,11 +403,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2</version>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
@@ -425,7 +420,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.0.1</version>
+ <version>3.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>