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:42 UTC

[2/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/47a82a62
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/47a82a62
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/47a82a62

Branch: refs/heads/4.x-HBase-0.98
Commit: 47a82a62dea9cd35367f1dd2bb94032126b28d0c
Parents: 31534bc
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:25:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/47a82a62/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index e6c6dbf..acd13f2 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>