PHOENIX-3103 Exclude xom from bundling

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

Branch: refs/heads/master
Commit: e864c5d2f22f0e575492c74086cd7647b675590f
Parents: d90e259
Author: Josh Elser <els...@apache.org>
Authored: Wed Jul 20 15:16:56 2016 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Thu Jul 21 15:06:48 2016 -0400

----------------------------------------------------------------------
 phoenix-client/pom.xml | 1 +
 phoenix-core/pom.xml   | 6 ++++++
 phoenix-pig/pom.xml    | 6 ++++++
 3 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e864c5d2/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index ca32f15..e6ce49b 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -128,6 +128,7 @@
                 </includes>
                 <excludes>
                   <exclude>org.apache.phoenix:phoenix-client</exclude>
+                  <exclude>xom:xom</exclude>
                 </excludes>
               </artifactSet>
               <filters>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e864c5d2/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 14967f6..039d4f2 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -410,6 +410,12 @@
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-server</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>xom</groupId>
+          <artifactId>xom</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e864c5d2/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index 3ffaa53..74f0261 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -100,6 +100,12 @@
    <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-server</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>xom</groupId>
+          <artifactId>xom</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>

Reply via email to