You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ss...@apache.org on 2016/06/28 00:30:43 UTC

[3/4] phoenix git commit: PHOENIX-3025 CsvBulkloadTool is failing with java.lang.IncompatibleClassChangeError

PHOENIX-3025 CsvBulkloadTool is failing with java.lang.IncompatibleClassChangeError


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 0198eef2a33636d55fc39b05c4b4c0e89698afb1
Parents: b529215
Author: Sergey Soldatov <ss...@apache.org>
Authored: Fri Jun 24 17:01:21 2016 -0700
Committer: Sergey Soldatov <ss...@apache.org>
Committed: Mon Jun 27 17:26:09 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0198eef2/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 702bc7f..33c7670 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -156,12 +156,6 @@
                   <shadedPattern>${shaded.package}.com.fasterxml</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>com.google</pattern>
-                  <shadedPattern>${shaded.package}.com.google</shadedPattern>
-                  <excludes>
-                  </excludes>
-                </relocation>
-                <relocation>
                   <pattern>com.jamesmurty</pattern>
                   <shadedPattern>${shaded.package}.com.jamesmurty</shadedPattern>
                 </relocation>