From 48472b473fbcd1f55fc67d25474e2dafb002b666 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Fri, 9 Feb 2024 18:14:36 +0100 Subject: [PATCH] PHOENIX-6166 Make Tephra support optional for phoenix 5 connectors --- phoenix5-hive/pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++ phoenix5-spark/pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++ phoenix5-spark3/pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+) diff --git a/phoenix5-hive/pom.xml b/phoenix5-hive/pom.xml index 69ce48a3..19a20cf2 100644 --- a/phoenix5-hive/pom.xml +++ b/phoenix5-hive/pom.xml @@ -498,4 +498,55 @@ + + + + exclude-tephra + + + without.tephra + + + + + org.apache.phoenix + phoenix-core + + + org.apache.tephra + tephra-api + + + org.apache.tephra + tephra-core-shaded + + + org.apache.tephra + tephra-hbase-compat-2.0 + + + org.apache.tephra + tephra-hbase-compat-2.1 + + + org.apache.tephra + tephra-hbase-compat-2.2 + + + org.apache.tephra + tephra-hbase-compat-2.3 + + + org.apache.tephra + tephra-hbase-compat-2.4 + + + org.apache.hbase.thirdparty + hbase-shaded-jersey + + + + + + diff --git a/phoenix5-spark/pom.xml b/phoenix5-spark/pom.xml index e6be35c6..17e02bb9 100644 --- a/phoenix5-spark/pom.xml +++ b/phoenix5-spark/pom.xml @@ -609,4 +609,55 @@ this should be kept in sync with Phoenix as much as possible --> + + + + exclude-tephra + + + without.tephra + + + + + org.apache.phoenix + phoenix-core + + + org.apache.tephra + tephra-api + + + org.apache.tephra + tephra-core-shaded + + + org.apache.tephra + tephra-hbase-compat-2.0 + + + org.apache.tephra + tephra-hbase-compat-2.1 + + + org.apache.tephra + tephra-hbase-compat-2.2 + + + org.apache.tephra + tephra-hbase-compat-2.3 + + + org.apache.tephra + tephra-hbase-compat-2.4 + + + org.apache.hbase.thirdparty + hbase-shaded-jersey + + + + + + diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml index ffd04f40..aecb6b62 100644 --- a/phoenix5-spark3/pom.xml +++ b/phoenix5-spark3/pom.xml @@ -183,4 +183,55 @@ + + + + exclude-tephra + + + without.tephra + + + + + org.apache.phoenix + phoenix-core + + + org.apache.tephra + tephra-api + + + org.apache.tephra + tephra-core-shaded + + + org.apache.tephra + tephra-hbase-compat-2.0 + + + org.apache.tephra + tephra-hbase-compat-2.1 + + + org.apache.tephra + tephra-hbase-compat-2.2 + + + org.apache.tephra + tephra-hbase-compat-2.3 + + + org.apache.tephra + tephra-hbase-compat-2.4 + + + org.apache.hbase.thirdparty + hbase-shaded-jersey + + + + + +