Repository: any23
Updated Branches:
  refs/heads/master e9aaeb030 -> 111effa43


bumped httpcore, httpclient versions, added as dependencies to core, cli


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/111effa4
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/111effa4
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/111effa4

Branch: refs/heads/master
Commit: 111effa43bd0d9e789498394dceac970c4737058
Parents: e9aaeb0
Author: Hans <firedrak...@gmail.com>
Authored: Wed May 16 15:42:39 2018 -0500
Committer: Hans <firedrak...@gmail.com>
Committed: Wed May 16 15:42:39 2018 -0500

----------------------------------------------------------------------
 cli/pom.xml  | 8 ++++++++
 core/pom.xml | 8 ++++++++
 pom.xml      | 4 ++--
 3 files changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/111effa4/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 9359ed1..9ff9796 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -94,6 +94,14 @@
       <artifactId>commons-lang</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/any23/blob/111effa4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 6de6ea3..09c13e2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -63,6 +63,14 @@
       <artifactId>commons-lang</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/any23/blob/111effa4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e5211a..97d5ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,8 +270,8 @@
     <implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
     
<implementation.build.tstamp>${maven.build.timestamp}</implementation.build.tstamp>
 
-    <httpclient.version>4.5.3</httpclient.version>
-    <httpcore.version>4.4.6</httpcore.version>
+    <httpclient.version>4.5.5</httpclient.version>
+    <httpcore.version>4.4.9</httpcore.version>
     <owlapi.version>5.1.3</owlapi.version>
     <poi.version>3.16</poi.version>
     <rdf4j.version>2.3.2</rdf4j.version>

Reply via email to