diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index 12ddb68e2..cbaf4a816 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -133,10 +133,6 @@ commons-fileupload commons-fileupload - - commons-collections - commons-collections - diff --git a/core/pom.xml b/core/pom.xml index 2f78ca7fa..91cc5ebd3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -337,9 +337,9 @@ - log4j - log4j - test + junit + junit + true @@ -349,6 +349,12 @@ test + + commons-collections + commons-collections + test + + mockobjects mockobjects-jdk1.3 @@ -403,7 +409,7 @@ diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index e719642a6..b7318efe8 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -47,7 +47,6 @@ commons-beanutils commons-beanutils - 1.9.2 diff --git a/pom.xml b/pom.xml index 9750ef30c..5b33c88ce 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,11 @@ maven-bundle-plugin 2.1.0 - + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + @@ -671,9 +675,14 @@ org.apache.commons commons-jci-fam - 1.0 + 1.1 true + + commons-beanutils + commons-beanutils + 1.9.2 +