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 14:16:55 UTC

(phoenix) branch master updated: Revert "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 226a9ba027 Revert "PHOENIX-7163 Update commons-configuration2 to 2.8.0"
226a9ba027 is described below

commit 226a9ba0275bc8cc020b2bfd34131d2951d761be
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 15 15:15:49 2024 +0100

    Revert "PHOENIX-7163 Update commons-configuration2 to 2.8.0"
    
    This reverts commit 8dfb19abcea0e80e3413a0c0f924e7de3d672771.
---
 phoenix-mapreduce-byo-shaded-hbase/pom.xml | 6 ------
 pom.xml                                    | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/phoenix-mapreduce-byo-shaded-hbase/pom.xml b/phoenix-mapreduce-byo-shaded-hbase/pom.xml
index b1ebe06cae..7cf6a98ea8 100644
--- a/phoenix-mapreduce-byo-shaded-hbase/pom.xml
+++ b/phoenix-mapreduce-byo-shaded-hbase/pom.xml
@@ -574,12 +574,6 @@
       <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 c087522b8d..807baa4002 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.8.0</commons-configuration2.version>
+    <commons-configuration2.version>2.1.1</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>