[jboss-svn-commits] JBL Code SVN: r37712 - labs/jbosstm/trunk/txbridge.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 8 22:28:10 EST 2011


Author: zhfeng
Date: 2011-11-08 22:28:10 -0500 (Tue, 08 Nov 2011)
New Revision: 37712

Modified:
   labs/jbosstm/trunk/txbridge/pom.xml
Log:
update to fix txbridge httpclient dependency

Modified: labs/jbosstm/trunk/txbridge/pom.xml
===================================================================
--- labs/jbosstm/trunk/txbridge/pom.xml	2011-11-08 16:22:13 UTC (rev 37711)
+++ labs/jbosstm/trunk/txbridge/pom.xml	2011-11-09 03:28:10 UTC (rev 37712)
@@ -99,6 +99,12 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+	<dependency>
+  	  <groupId>commons-httpclient</groupId>
+	  <artifactId>commons-httpclient</artifactId>
+	  <version>3.1</version>
+	  <scope>test</scope>
+	</dependency>
     <dependency>
       <groupId>org.jboss.spec.javax.ejb</groupId>
       <artifactId>jboss-ejb-api_3.1_spec</artifactId>



More information about the jboss-svn-commits mailing list