Repository: phoenix
Updated Branches:
  refs/heads/4.x-cdh5.11.2 bea0592c2 -> a50bf3e5f


PHOENIX-4453 Incompatible httpclient version included in thin client library 
(Pedro Boado)


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

Branch: refs/heads/4.x-cdh5.11.2
Commit: 4332122ddcf26c14b0341bf86e1f26b41611bd5f
Parents: bea0592
Author: James Taylor <jtay...@salesforce.com>
Authored: Sat Dec 16 10:20:06 2017 -0800
Committer: James Taylor <jtay...@salesforce.com>
Committed: Sat Dec 16 10:20:06 2017 -0800

----------------------------------------------------------------------
 phoenix-queryserver-client/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4332122d/phoenix-queryserver-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-queryserver-client/pom.xml 
b/phoenix-queryserver-client/pom.xml
index 473a97e..2e19863 100644
--- a/phoenix-queryserver-client/pom.xml
+++ b/phoenix-queryserver-client/pom.xml
@@ -193,5 +193,16 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
     </dependency>
+    <!-- PHOENIX-4453 These libraries are needed by avatica but CDH parent is 
forcing an older version -->
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.4</version>
+    </dependency>
   </dependencies>
 </project>

Reply via email to