diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 5daa38f8145..9ae116eadc5 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -77,10 +77,21 @@ + + commons-collections + commons-collections + 3.2.2 + commons-beanutils commons-beanutils 1.9.3 + + + commons-collections + commons-collections + + commons-io diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 98c4e9b2515..75bea10e247 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -1033,6 +1033,10 @@ ambari-views ${project.version} + + commons-collections + commons-collections + commons-io commons-io @@ -1108,6 +1112,10 @@ apacheds-server-annotations test + + commons-collections + commons-collections + net.sf.ehcache ehcache-core @@ -1119,6 +1127,10 @@ apacheds-core-integ test + + commons-collections + commons-collections + net.sf.ehcache ehcache-core @@ -1139,6 +1151,10 @@ org.apache.directory.server apacheds-kerberos-codec + + commons-collections + commons-collections + net.sf.ehcache ehcache-core @@ -1150,6 +1166,10 @@ apacheds-core test + + commons-collections + commons-collections + net.sf.ehcache ehcache-core @@ -1169,6 +1189,12 @@ org.apache.directory.shared shared-ldap test + + + commons-collections + commons-collections + + org.slf4j @@ -1422,6 +1448,12 @@ org.apache.velocity velocity 1.7 + + + commons-collections + commons-collections + + com.sun.mail @@ -1482,6 +1514,10 @@ commons-beanutils commons-beanutils-core + + commons-collections + commons-collections + javax.servlet servlet-api @@ -1520,6 +1556,12 @@ utility 1.0.0.0-SNAPSHOT test + + + commons-collections + commons-collections + + org.kohsuke diff --git a/utility/pom.xml b/utility/pom.xml index a4f10380381..dc81bfc3ae7 100644 --- a/utility/pom.xml +++ b/utility/pom.xml @@ -36,6 +36,10 @@ commons-beanutils commons-beanutils + + commons-collections + commons-collections + junit junit @@ -53,6 +57,10 @@ commons-beanutils commons-beanutils + + commons-collections + commons-collections + @@ -66,6 +74,10 @@ commons-beanutils commons-beanutils + + commons-collections + commons-collections +