This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new b29e6a5 PHOENIX-7308 Remove duplicate declarations of hbase-endpoint
dependency in pom.xml (#146)
b29e6a5 is described below
commit b29e6a57b678057146d65c24a49939263aa77ae3
Author: Anchal Kejriwal <[email protected]>
AuthorDate: Tue Oct 15 14:25:04 2024 +0530
PHOENIX-7308 Remove duplicate declarations of hbase-endpoint dependency in
pom.xml (#146)
---
phoenix5-hive-shaded/pom.xml | 5 -----
phoenix5-hive4-shaded/pom.xml | 5 -----
phoenix5-spark-shaded/pom.xml | 5 -----
phoenix5-spark3-shaded/pom.xml | 5 -----
4 files changed, 20 deletions(-)
diff --git a/phoenix5-hive-shaded/pom.xml b/phoenix5-hive-shaded/pom.xml
index 394c561..ca517a9 100644
--- a/phoenix5-hive-shaded/pom.xml
+++ b/phoenix5-hive-shaded/pom.xml
@@ -227,11 +227,6 @@
<artifactId>hbase-endpoint</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-endpoint</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics-api</artifactId>
diff --git a/phoenix5-hive4-shaded/pom.xml b/phoenix5-hive4-shaded/pom.xml
index 1ac60d7..c017bac 100644
--- a/phoenix5-hive4-shaded/pom.xml
+++ b/phoenix5-hive4-shaded/pom.xml
@@ -227,11 +227,6 @@
<artifactId>hbase-endpoint</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-endpoint</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics-api</artifactId>
diff --git a/phoenix5-spark-shaded/pom.xml b/phoenix5-spark-shaded/pom.xml
index a96d142..7b98485 100644
--- a/phoenix5-spark-shaded/pom.xml
+++ b/phoenix5-spark-shaded/pom.xml
@@ -157,11 +157,6 @@
<artifactId>hbase-endpoint</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-endpoint</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics-api</artifactId>
diff --git a/phoenix5-spark3-shaded/pom.xml b/phoenix5-spark3-shaded/pom.xml
index 4444cc1..f675b2a 100644
--- a/phoenix5-spark3-shaded/pom.xml
+++ b/phoenix5-spark3-shaded/pom.xml
@@ -157,11 +157,6 @@
<artifactId>hbase-endpoint</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-endpoint</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics-api</artifactId>