[webbeans-commits] Webbeans SVN: r2401 - ri/trunk/version-matrix.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Tue Apr 14 10:06:33 EDT 2009
Author: pete.muir at 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>
More information about the weld-commits
mailing list