You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2017/02/05 21:37:21 UTC

[3/7] knox git commit: checkpoint

checkpoint

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

Branch: refs/heads/master
Commit: b8a2b11e717dee7ad79257753b42b06e080ab2cf
Parents: b5bf07d
Author: Larry McCay <lm...@hortonworks.com>
Authored: Sun Jan 29 10:09:14 2017 -0500
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Sun Jan 29 10:09:14 2017 -0500

----------------------------------------------------------------------
 gateway-shell/pom.xml | 3 ++-
 pom.xml               | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/b8a2b11e/gateway-shell/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml
index f17cfd8..a91ade1 100644
--- a/gateway-shell/pom.xml
+++ b/gateway-shell/pom.xml
@@ -67,7 +67,8 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
-        </dependency>
+            <version>4.4.6</version>
+         </dependency>
         <dependency>
             <groupId>com.jayway.jsonpath</groupId>
             <artifactId>json-path</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/b8a2b11e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ed49cd8..d6a8e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -787,13 +787,13 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.1</version>
+                <version>4.5.2</version>
             </dependency>
-            <dependency>
+            <!-- dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
                 <version>4.4.6</version>
-            </dependency>
+            </dependency-->
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>