[java-idp-integration-tests] 02/02: Override POM with latest Apache HttpClient version to satisfy HtmlUnit.

Tom Zeller tzeller at dragonacea.biz
Sat Jul 9 18:06:03 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=9e30a8d8ddac0f7e53cf74232185222acc59b0b7

commit 9e30a8d8ddac0f7e53cf74232185222acc59b0b7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jul 9 17:05:47 2016 -0500

    Override POM with latest Apache HttpClient version to satisfy HtmlUnit.
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index e93fef1..08546b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,20 @@
         </dependency>
 
         <!-- Runtime Dependencies -->
+        <!-- Override httpclient version for HtmlUnit. -->
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.2</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <!-- Required if you're using anything in the httpclient package -->
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient-cache</artifactId>
+            <version>4.5.2</version>
+            <scope>runtime</scope>
+        </dependency>
 
 
         <!-- Test Dependencies -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list