Skip to content

Commit

Permalink
ARTEMIS-4358 upgrade commons-configuration2
Browse files Browse the repository at this point in the history
Version 2.9.0 of commons-configuration2 now includes commons-text 1.10.0
so the dependencies can be simplified.
  • Loading branch information
jbertram authored and gemmellr committed Jul 11, 2023
1 parent d584d01 commit b198a9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions artemis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b198a9d

Please sign in to comment.