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


The following commit(s) were added to refs/heads/master by this push:
     new e8de506b OMID-262 Remove commons-configuration (#165)
e8de506b is described below

commit e8de506bf01d4eb6a88663980c51fffbb570762b
Author: szucsvillo <[email protected]>
AuthorDate: Wed Aug 14 17:50:38 2024 +0200

    OMID-262 Remove commons-configuration (#165)
    
    
    Co-authored-by: Villő Szűcs <[email protected]>
---
 pom.xml                    | 1 -
 transaction-client/pom.xml | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 12d5b903..5f203fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,6 @@
         <disruptor.version>3.2.0</disruptor.version>
         <metrics.version>3.0.1</metrics.version>
         <jcommander.version>1.82</jcommander.version>
-        <commons.conf.version>1.10</commons.conf.version>
         <hamcrest.version>1.3</hamcrest.version>
         <guava.version>32.1.3-jre</guava.version>
         <!-- 2.12+ shades guava -->
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 1e4e7366..f755b247 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -84,11 +84,6 @@
 
         <!-- utils -->
 
-        <dependency>
-            <groupId>commons-configuration</groupId>
-            <artifactId>commons-configuration</artifactId>
-            <version>${commons.conf.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.phoenix.thirdparty</groupId>
             <artifactId>phoenix-shaded-guava</artifactId>

Reply via email to