From de0f44d3c2031bcb49c9002db55d25a13d4b9755 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Tue, 29 Apr 2025 08:40:15 +0200 Subject: [PATCH] PHOENIX-7594 Use a single commons-lang3 version in connectors --- phoenix5-hive/pom.xml | 2 -- phoenix5-hive4/pom.xml | 2 -- pom.xml | 6 ++++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/phoenix5-hive/pom.xml b/phoenix5-hive/pom.xml index 18844c24..8abea8c8 100644 --- a/phoenix5-hive/pom.xml +++ b/phoenix5-hive/pom.xml @@ -37,7 +37,6 @@ ${project.basedir}/.. ${project.build.directory}/tmp 0.9.1 - 3.17.0 1.16.0 ${hive3.version} @@ -202,7 +201,6 @@ org.apache.commons commons-lang3 - ${commons-lang3.version} diff --git a/phoenix5-hive4/pom.xml b/phoenix5-hive4/pom.xml index bfa27346..a59cc223 100644 --- a/phoenix5-hive4/pom.xml +++ b/phoenix5-hive4/pom.xml @@ -39,7 +39,6 @@ ${hive4.version} ${hive.version} 0.10.3 - 3.17.0 1.25.0 33.2.1-jre @@ -228,7 +227,6 @@ org.apache.commons commons-lang3 - ${commons-lang3.version} diff --git a/pom.xml b/pom.xml index 15ca4656..acb45f16 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,7 @@ 2.10.5 1.4 1.26.0 + 3.17.0 2.11.0 @@ -955,6 +956,11 @@ disruptor ${disruptor.version} + + org.apache.commons + commons-lang3 + ${commons-lang3.version} +