You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/06/15 14:10:03 UTC

[activemq-artemis] 01/02: ARTEMIS-3347: update various commons-io usages, and bump all to latest

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

commit 98e5e19849470ab16c036bcabb14633bd1086788
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Jun 15 11:33:52 2021 +0100

    ARTEMIS-3347: update various commons-io usages, and bump all to latest
    
    Consolidates and aligns versions missed in 73bcc78beb58ad5a30a46c051955dbc9f17fb530
---
 pom.xml                            | 2 +-
 tests/activemq5-unit-tests/pom.xml | 2 --
 tests/integration-tests/pom.xml    | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b6847d..94c542f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
       <commons.pool2.version>2.7.0</commons.pool2.version>
       <commons.collections.version>3.2.2</commons.collections.version>
       <commons.text.version>1.8</commons.text.version>
-      <commons.io.version>2.9.0</commons.io.version>
+      <commons.io.version>2.10.0</commons.io.version>
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
       <guava.version>30.1-jre</guava.version>
       <jboss.logging.version>3.4.2.Final</jboss.logging.version>
diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml
index 69bbcec..4849c59 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -35,7 +35,6 @@
       <jmock-version>2.5.1</jmock-version>
       <spring-version>3.2.11.RELEASE</spring-version>
       <org-apache-derby-version>10.11.1.1</org-apache-derby-version>
-      <commons-io-version>2.4</commons-io-version>
       <commons-net-version>3.3</commons-net-version>
       <xbean-version>3.18</xbean-version>
       <hamcrest-version>1.3</hamcrest-version>
@@ -198,7 +197,6 @@
       <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
-         <version>${commons-io-version}</version>
          <scope>test</scope>
       </dependency>
 
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 6800e44..d7e71e5 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -430,7 +430,6 @@
       <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
-         <version>2.6</version>
       </dependency>
       <dependency>
          <groupId>org.jgroups</groupId>