[java-parent-project-v3] branch master updated: JPAR-86: v3 parent pom should manage httpcore artifact

Brent Putman putmanb at georgetown.edu
Mon Oct 24 21:17:23 EDT 2016


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

putmanb pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=404b01be3942741bbc8c35963eccd88939dd70c5

The following commit(s) were added to refs/heads/master by this push:
       new  404b01b   JPAR-86: v3 parent pom should manage httpcore artifact
404b01b is described below

commit 404b01be3942741bbc8c35963eccd88939dd70c5
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Oct 24 21:17:16 2016 -0400

    JPAR-86: v3 parent pom should manage httpcore artifact
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6d8a4b0..ee16939 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,10 @@
 
         <bouncycastle.version>1.54</bouncycastle.version>
         <cryptacular.version>1.1.1</cryptacular.version>
+        <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
         <httpclient.version>4.3.6</httpclient.version>
+        <httpclient.httpcore.version>4.3.3</httpclient.httpcore.version>
         <guava.version>19.0</guava.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.2.14.v20151106</jetty.version>
@@ -209,6 +211,17 @@
             </dependency>
             <dependency>
                 <groupId>${httpclient.groupId}</groupId>
+                <artifactId>httpcore</artifactId>
+                <version>${httpclient.httpcore.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>${httpclient.groupId}</groupId>
                 <artifactId>httpclient</artifactId>
                 <version>${httpclient.version}</version>
                 <exclusions>

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


More information about the commits mailing list