You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2024/01/15 12:47:57 UTC

(phoenix) branch master updated: PHOENIX-7163 Update commons-configuration2 to 2.8.0

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dfb19abce PHOENIX-7163 Update commons-configuration2 to 2.8.0
8dfb19abce is described below

commit 8dfb19abcea0e80e3413a0c0f924e7de3d672771
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 15 10:11:23 2024 +0100

    PHOENIX-7163 Update commons-configuration2 to 2.8.0
    
    also remove redundant commons-configuration2 from phoenix-mapreduce-byo-shaded-hbase
---
 phoenix-mapreduce-byo-shaded-hbase/pom.xml | 6 ++++++
 pom.xml                                    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/phoenix-mapreduce-byo-shaded-hbase/pom.xml b/phoenix-mapreduce-byo-shaded-hbase/pom.xml
index 7cf6a98ea8..b1ebe06cae 100644
--- a/phoenix-mapreduce-byo-shaded-hbase/pom.xml
+++ b/phoenix-mapreduce-byo-shaded-hbase/pom.xml
@@ -574,6 +574,12 @@
       <version>4.0.0</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <!-- provided by Hadoop -->
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</artifactId>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- Other dependencies we don't want to shade in, but are not transitively excluded by the
     above for some reason -->
diff --git a/pom.xml b/pom.xml
index 807baa4002..c087522b8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
     <commons-csv.version>1.0</commons-csv.version>
     <commons-compress.version>1.21</commons-compress.version>
     <sqlline.version>1.9.0</sqlline.version>
-    <commons-configuration2.version>2.1.1</commons-configuration2.version>
+    <commons-configuration2.version>2.8.0</commons-configuration2.version>
     <jcip-annotations.version>1.0-1</jcip-annotations.version>
     <jsr305.version>2.0.1</jsr305.version>
     <snappy.version>0.3</snappy.version>