Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.3 a575ac04e -> 79e833750
  refs/heads/4.x-HBase-1.4 3b9a108f3 -> fd80cb87e
  refs/heads/master 5947b6ade -> 16c5570d3


PHOENIX-3236 Problem with shading apache commons on Azure.


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

Branch: refs/heads/master
Commit: 16c5570d38a3aa0527cbbdef21fd3859be4e729f
Parents: 5947b6a
Author: Sergey Soldatov <s...@apache.org>
Authored: Thu Sep 1 00:08:14 2016 -0700
Committer: Sergey Soldatov <s...@apache.org>
Committed: Fri Aug 24 10:56:19 2018 -0700

----------------------------------------------------------------------
 phoenix-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/16c5570d/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 6189bba..65c2298 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -275,6 +275,7 @@
                   <excludes>
                     <exclude>org.apache.commons.csv.**</exclude>
                     <exclude>org.apache.commons.logging.**</exclude>
+                    <exclude>org.apache.commons.configuration.**</exclude>
                   </excludes>
                 </relocation>
                 <relocation>

Reply via email to