From 05382ac06804de08fac4a4cf0a41fcc27c868f78 Mon Sep 17 00:00:00 2001 From: jbertram Date: Wed, 9 Dec 2015 09:56:05 -0600 Subject: [PATCH] ARTEMIS-309 upgrade commons-collections --- artemis-features/src/main/resources/features.xml | 14 +++++++------- pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index 3458bda822..5011245c9f 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -18,7 +18,7 @@ - + mvn:io.netty/netty-common/${netty.version} mvn:io.netty/netty-transport/${netty.version} @@ -33,12 +33,12 @@ scr mvn:org.apache.activemq/artemis-features/${pom.version}/cfg mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis - + mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/${geronimo.jms.2.spec.version} mvn:com.google.guava/guava/18.0 mvn:io.netty/netty-codec-http/${netty.version} mvn:commons-beanutils/commons-beanutils/1.9.2 - mvn:commons-collections/commons-collections/3.2.1 + mvn:commons-collections/commons-collections/3.2.2 mvn:org.jboss.logging/jboss-logging/3.1.4.GA mvn:org.jgroups/jgroups/3.6.0.Final @@ -47,7 +47,7 @@ mvn:org.apache.activemq/artemis-server-osgi/${pom.version} - + artemis-core mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.qpid/0.32_1 @@ -56,18 +56,18 @@ mvn:org.apache.activemq/artemis-proton-plug/${pom.version} mvn:org.apache.activemq/artemis-amqp-protocol/${pom.version} - + artemis-core mvn:org.apache.activemq/artemis-stomp-protocol/${pom.version} - + artemis-core mvn:org.apache.activemq/artemis-mqtt-protocol/${pom.version} - + artemis-core mvn:org.apache.activemq/artemis-hqclient-protocol/${pom.version} diff --git a/pom.xml b/pom.xml index 5b95c28bb6..61dabdad21 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ commons-collections commons-collections-testframework - 3.2.1 + 3.2.2 @@ -301,7 +301,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2