You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/12/03 02:12:08 UTC

tomee git commit: commons-collections 3.2.2

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


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/439eb9a2
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/439eb9a2
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/439eb9a2

Branch: refs/heads/tomee-7.0.0-M1
Commit: 439eb9a273b239854966bfc1f1d0486f745aae7d
Parents: c90d7ee
Author: AndyGee <an...@gmx.de>
Authored: Thu Dec 3 02:11:56 2015 +0100
Committer: AndyGee <an...@gmx.de>
Committed: Thu Dec 3 02:11:56 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/439eb9a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 903f06e..ecc6cf4 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>
@@ -1261,6 +1261,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>