You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2017/12/16 18:28:35 UTC

[1/2] phoenix git commit: PHOENIX-4453 Incompatible httpclient version included in thin client library (Pedro Boado)

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 <jt...@salesforce.com>
Authored: Sat Dec 16 10:20:06 2017 -0800
Committer: James Taylor <jt...@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>


[2/2] phoenix git commit: PHOENIX-4454 Phoenix client library fails, missing log4j library (Pedro Boado)

Posted by ja...@apache.org.
PHOENIX-4454 Phoenix client library fails, missing log4j 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/a50bf3e5
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a50bf3e5
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a50bf3e5

Branch: refs/heads/4.x-cdh5.11.2
Commit: a50bf3e5f910696db5699688858f44c42bfe2907
Parents: 4332122
Author: James Taylor <jt...@salesforce.com>
Authored: Sat Dec 16 10:21:29 2017 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Sat Dec 16 10:21:29 2017 -0800

----------------------------------------------------------------------
 phoenix-client/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a50bf3e5/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index a42a8aa..1a738a2 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -129,8 +129,6 @@
                 <excludes>
                   <exclude>org.apache.phoenix:phoenix-client</exclude>
                   <exclude>xom:xom</exclude>
-                  <exclude>log4j:log4j</exclude>
-                  <exclude>org.slf4j:slf4j-log4j12</exclude>
                 </excludes>
               </artifactSet>
               <filters>