From 60b3653e70e8cbe90727672962d7e06beeb8d8a2 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Mon, 2 Jun 2025 19:20:09 +0200 Subject: [PATCH] PHOENIX-7613 Update Apache parent pom to 31 also clean up some test/compile dependency scopes --- phoenix-core/pom.xml | 31 ++++++++++++++++++++++--------- phoenix-pherf/pom.xml | 5 +++++ pom.xml | 17 +++++++++++++---- 3 files changed, 40 insertions(+), 13 deletions(-) diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml index 32080670f14..06d48c89e25 100644 --- a/phoenix-core/pom.xml +++ b/phoenix-core/pom.xml @@ -31,6 +31,9 @@ + org.apache.phoenix phoenix-core-client @@ -108,6 +111,12 @@ hbase-zookeeper test + + org.apache.hbase + hbase-zookeeper + test-jar + test + org.apache.hbase hbase-hadoop2-compat @@ -129,12 +138,14 @@ com.jayway.jsonpath json-path + test org.mongodb bson + test @@ -163,7 +174,6 @@ org.apache.phoenix phoenix-hbase-compat-${hbase.compat.version} - test @@ -216,11 +226,6 @@ test-jar test - - org.apache.hbase - hbase-testing-util - test - @@ -248,12 +253,14 @@ org.apache.curator curator-recipes + test org.apache.commons commons-compress + test org.apache.phoenix.thirdparty @@ -348,14 +355,17 @@ com.fasterxml.jackson.core jackson-core + test com.fasterxml.jackson.core jackson-databind + test com.fasterxml.jackson.core jackson-annotations + test @@ -436,10 +446,7 @@ org.apache.omid:omid-commit-table org.apache.omid:omid-transaction-client - org.apache.hbase:hbase-testing-util org.apache.omid:omid-hbase-client - org.apache.zookeeper:zookeeper-jute - org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version} org.apache.logging.log4j:log4j-api org.apache.logging.log4j:log4j-core org.apache.logging.log4j:log4j-slf4j-impl @@ -447,6 +454,12 @@ org.slf4j:jul-to-slf4j org.slf4j:jcl-over-slf4j + + org.apache.phoenix:phoenix-core-client + org.apache.phoenix:phoenix-core-server + org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version} + org.apache.hbase.thirdparty:hbase-shaded-miscellaneous + diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml index 2a6a8c4e3f6..1d08084e3ed 100644 --- a/phoenix-pherf/pom.xml +++ b/phoenix-pherf/pom.xml @@ -201,6 +201,11 @@ test false + + org.apache.hbase + hbase-client + test + org.apache.hbase hbase-it diff --git a/pom.xml b/pom.xml index a4cae3de8ee..92c208188e8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache apache - 30 + 31 org.apache.phoenix phoenix @@ -157,7 +157,6 @@ 1.0.0 5.1.9 3.1.1 - 3.3.0 3.6.0 3.21.0 @@ -898,6 +897,18 @@ + + org.apache.hbase + hbase-zookeeper + ${hbase.version} + test-jar + + + log4j + log4j + + + @@ -1602,7 +1613,6 @@ maven-dependency-plugin - 3.1.1 org.apache.omid:* @@ -1750,7 +1760,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} ${top.dir}/src/main/config/checkstyle/checker.xml ${top.dir}/src/main/config/checkstyle/suppressions.xml