[java-idp-integration-tests] branch master updated: Override httpcore version to latest copy in Nexus.

Scott Cantor cantor.2 at osu.edu
Mon Oct 24 21:48:59 EDT 2016


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

scantor 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=7f0c37ff8266628f0ca79943be86c4562c29c372

The following commit(s) were added to refs/heads/master by this push:
       new  7f0c37f   Override httpcore version to latest copy in Nexus.
       new  dfd705a   Merge branch 'master' of git at shibboleth.net:java-idp-integration-tests
7f0c37f is described below

commit 7f0c37ff8266628f0ca79943be86c4562c29c372
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 24 21:47:37 2016 -0400

    Override httpcore version to latest copy in Nexus.
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9b3572..5816047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,14 +78,20 @@
         <!-- Runtime Dependencies -->
         <!-- Override httpclient version for HtmlUnit. -->
         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
+            <groupId>${httpclient.groupId}</groupId>
+            <artifactId>httpcore</artifactId>
+            <version>4.4.4</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>${httpclient.groupId}</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>
+            <groupId>${httpclient.groupId}</groupId>
             <artifactId>httpclient-cache</artifactId>
             <version>4.5.2</version>
             <scope>runtime</scope>

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


More information about the commits mailing list