Author: massi Date: Wed Jul 2 14:01:40 2014 New Revision: 1607369 URL: http://svn.apache.org/r1607369 Log: sorry....
Modified: syncope/trunk/pom.xml Modified: syncope/trunk/pom.xml URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1607369&r1=1607368&r2=1607369&view=diff ============================================================================== --- syncope/trunk/pom.xml (original) +++ syncope/trunk/pom.xml Wed Jul 2 14:01:40 2014 @@ -354,6 +354,8 @@ under the License. <selenium.version>2.42.2</selenium.version> <apacheds.version>1.5.7</apacheds.version> + + <httpclient.version>4.3.4</httpclient.version> <tomcat.version>7.0.54</tomcat.version> @@ -823,6 +825,17 @@ under the License. </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpclient.version}</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>${httpclient.version}</version> + </dependency> <dependency> <groupId>org.slf4j</groupId>