You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2020/11/17 15:51:33 UTC

[phoenix] 01/02: PHOENIX-6221 Getting CNF while creating transactional table with Omid(Rajeshbabu)

This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 21699942f33f4ffbe6f1a40f170a2476c1f88016
Author: Rajeshbabu Chintaguntla <rc...@cloudera.com>
AuthorDate: Sat Nov 14 02:34:07 2020 +0530

    PHOENIX-6221 Getting CNF while creating transactional table with Omid(Rajeshbabu)
---
 phoenix-client-parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index cabbf16..5b813ec 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -145,8 +145,9 @@
                 <!-- Hbase classes - Maybe these could be shaded as well ? -->
                 <exclude>org/apache/hbase/**</exclude>
                 <!-- Phoenix classes -->
-                <exclude>org/apache/phoenix/**</exclude>
-                <!-- Do want/need to expose Omid and Tephra as well ? -->
+		<exclude>org/apache/phoenix/**</exclude>
+		<exclude>org/apache/omid/**</exclude>
+                <!-- Do want/need to expose Tephra as well ? -->
               </excludes>
             </relocation>
             <relocation>