This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new b198a9db7f ARTEMIS-4358 upgrade commons-configuration2
b198a9db7f is described below

commit b198a9db7f03dc242711b75dfe1a62cc81c6e143
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Mon Jul 10 13:33:50 2023 -0500

    ARTEMIS-4358 upgrade commons-configuration2
    
    Version 2.9.0 of commons-configuration2 now includes commons-text 1.10.0
    so the dependencies can be simplified.
---
 artemis-server/pom.xml | 19 -------------------
 pom.xml                |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index 1967c6b0b1..80feda31d4 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -161,25 +161,6 @@
       <dependency>
          <groupId>org.apache.commons</groupId>
          <artifactId>commons-configuration2</artifactId>
-         <exclusions>
-            <exclusion>
-               <!-- Workaround for Maven handling of transitive deps
-                    dependencyManagement when used by dependent projects.
-                    Dep is re-declared below until a newer release of
-                    commons-configuration2 upgrades to -text 1.10.0 -->
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-text</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-         <!-- Actually a transitive dep of commons-configuration2 above.
-              Workaround for Maven handling of transitive deps
-              dependencyManagement when used by dependent projects.
-              Declaring dep here until a newer release of
-              commons-configuration2 upgrades to -text 1.10.0 -->
-         <groupId>org.apache.commons</groupId>
-         <artifactId>commons-text</artifactId>
       </dependency>
       <dependency>
          <groupId>io.micrometer</groupId>
diff --git a/pom.xml b/pom.xml
index 6eee1de2cb..668e209245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
       <activemq-artemis-native-version>2.0.0</activemq-artemis-native-version>
       <karaf.version>4.3.3</karaf.version>
       <pax.exam.version>4.13.4</pax.exam.version>
-      <commons.config.version>2.8.0</commons.config.version>
+      <commons.config.version>2.9.0</commons.config.version>
       <commons.lang.version>3.12.0</commons.lang.version>
       <activemq5-version>5.17.2</activemq5-version>
       <apache.derby.version>10.14.2.0</apache.derby.version>

Reply via email to