Repository: tomee
Updated Branches:
  refs/heads/tomee-7.0.0-M1 439eb9a27 -> 93921cbdf


commons-collections 3.2.2


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/256e1405
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/256e1405
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/256e1405

Branch: refs/heads/tomee-7.0.0-M1
Commit: 256e140529bf317bdb172d67729cdeb151684aee
Parents: f9f73a4
Author: AndyGee <andy...@gmx.de>
Authored: Thu Dec 3 02:11:56 2015 +0100
Committer: AndyGee <andy...@gmx.de>
Committed: Thu Dec 3 02:13:58 2015 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/256e1405/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c74383..aaa2633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
     <commons-logging-api.version>1.1</commons-logging-api.version>
     <commons-dbcp.version>2.1</commons-dbcp.version>
     <commons-pool.version>2.3</commons-pool.version>
-    <commons-collections.version>3.2.1</commons-collections.version>
+    <commons-collections.version>3.2.2</commons-collections.version>
     <commons-codec.version>1.10</commons-codec.version>
     <commons-fileupload.version>1.3.1</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
@@ -1247,6 +1247,10 @@
             <artifactId>geronimo-jta_1.1_spec</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>commons-pool</groupId>
             <artifactId>commons-pool</artifactId>
           </exclusion>

Reply via email to