ARTEMIS-3347: update various commons-io usages, and bump all to latest
Consolidates and aligns versions missed in 73bcc78beb
This commit is contained in:
parent
567c4fc16b
commit
98e5e19849
2
pom.xml
2
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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -430,7 +430,6 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jgroups</groupId>
|
||||
|
|
Loading…
Reference in New Issue