[webbeans-commits] Webbeans SVN: r2400 - extensions/trunk/tomcat/tests.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Apr 14 10:05:57 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-14 10:05:57 -0400 (Tue, 14 Apr 2009)
New Revision: 2400

Modified:
   extensions/trunk/tomcat/tests/pom.xml
Log:
add commons-httpclient dep

Modified: extensions/trunk/tomcat/tests/pom.xml
===================================================================
--- extensions/trunk/tomcat/tests/pom.xml	2009-04-14 13:41:06 UTC (rev 2399)
+++ extensions/trunk/tomcat/tests/pom.xml	2009-04-14 14:05:57 UTC (rev 2400)
@@ -85,6 +85,11 @@
             </exclusion>
          </exclusions>
       </dependency>    
+      
+      <dependency>
+      	<groupId>commons-httpclient</groupId>
+    		<artifactId>commons-httpclient</artifactId>
+    	</dependency>
    
    </dependencies>
    




More information about the weld-commits mailing list