From 822d4fb6d50fba6731a4c7c306638e05b8f7daf2 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Thu, 19 Nov 2015 11:06:37 -0800 Subject: [PATCH] HIVE-12469 : Bump Commons-Collections dependency from 3.2.1 to 3.2.2. to address vulnerability --- accumulo-handler/pom.xml | 8 +++++++- ant/pom.xml | 6 ++++++ common/pom.xml | 6 +++++- hplsql/pom.xml | 5 ----- pom.xml | 9 ++++++++- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index 759c718..9d5185b 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -39,7 +39,13 @@ org.apache.accumulo accumulo-core - + + + commons-collections + commons-collections + + + org.apache.accumulo accumulo-fate diff --git a/ant/pom.xml b/ant/pom.xml index a1f7921..9706572 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -53,6 +53,12 @@ org.apache.velocity velocity ${velocity.version} + + + commons-collections + commons-collections + + diff --git a/common/pom.xml b/common/pom.xml index cd14581..ee74282 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -91,7 +91,11 @@ ${hadoop.version} true - + + commons-collections + commons-collections + + org.slf4j slf4j-log4j12 diff --git a/hplsql/pom.xml b/hplsql/pom.xml index 0aa647b..6329002 100644 --- a/hplsql/pom.xml +++ b/hplsql/pom.xml @@ -39,11 +39,6 @@ ${guava.version} - commons-collections - commons-collections - 3.2.1 - - commons-cli commons-cli ${commons-cli.version} diff --git a/pom.xml b/pom.xml index c6df4a5..999b9e5 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ 3.2.9 1.2 1.4 + 3.2.1 1.9 1.1 3.0.1 @@ -303,7 +304,13 @@ commons-codec ${commons-codec.version} - + + commons-collections + commons-collections + ${commons-collections.version} + provided + + commons-httpclient commons-httpclient ${commons-httpclient.version} -- 1.7.12.4 (Apple Git-37)