[Tynstep-svn] r249 - trunk/step/step-core

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Fri Apr 20 03:37:53 MST 2012


Author: ChrisBurrell
Date: 2012-04-20 03:37:53 -0700 (Fri, 20 Apr 2012)
New Revision: 249

Modified:
   trunk/step/step-core/pom.xml
Log:
adding dependency for CI

Modified: trunk/step/step-core/pom.xml
===================================================================
--- trunk/step/step-core/pom.xml	2012-04-19 21:23:35 UTC (rev 248)
+++ trunk/step/step-core/pom.xml	2012-04-20 10:37:53 UTC (rev 249)
@@ -158,5 +158,12 @@
 			<artifactId>commons-httpclient </artifactId>
 			<scope>test</scope>
 		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.httpcomponents</groupId>
+			<artifactId>httpclient</artifactId>
+			<version>4.1-beta1</version>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 </project>




More information about the Tynstep-svn mailing list