Author: pete.muir(a)jboss.org
Date: 2009-04-14 10:06:33 -0400 (Tue, 14 Apr 2009)
New Revision: 2401
Modified:
ri/trunk/version-matrix/pom.xml
Log:
add commons-httpclient dep
Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml 2009-04-14 14:05:57 UTC (rev 2400)
+++ ri/trunk/version-matrix/pom.xml 2009-04-14 14:06:33 UTC (rev 2401)
@@ -379,6 +379,12 @@
<artifactId>jaxws-api</artifactId>
<version>2.1</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
Show replies by date