ARTEMIS-309 upgrade commons-collections

This commit is contained in:
jbertram 2015-12-09 09:56:05 -06:00
parent 8b09e6eb36
commit 05382ac068
2 changed files with 9 additions and 9 deletions

View File

@ -38,7 +38,7 @@
<bundle>mvn:com.google.guava/guava/18.0</bundle>
<bundle>mvn:io.netty/netty-codec-http/${netty.version}</bundle>
<bundle>mvn:commons-beanutils/commons-beanutils/1.9.2</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle>mvn:org.jboss.logging/jboss-logging/3.1.4.GA</bundle>
<bundle>mvn:org.jgroups/jgroups/3.6.0.Final</bundle>

View File

@ -210,7 +210,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections-testframework</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- ## End Test Dependencies ## -->
@ -301,7 +301,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<!-- License: Apache 2.0 -->
</dependency>