diff --git a/modules/client/pom.xml b/modules/client/pom.xml index e9a828b04..5843684a6 100644 --- a/modules/client/pom.xml +++ b/modules/client/pom.xml @@ -151,8 +151,8 @@ commons-collections - commons-lang - commons-lang + org.apache.commons + commons-lang3 javax.xml.stream diff --git a/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml b/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml index c748ce9fe..404312442 100644 --- a/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml +++ b/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml @@ -65,7 +65,7 @@ org.apache.velocity:velocity:jar commons-collections:commons-collections:jar commons-beanutils:commons-beanutils:jar - commons-lang:commons-lang:jar + org.apache.commons:commons-lang3:jar commons-codec:commons-codec:jar jboss.jaxbintros:jboss-jaxb-intros javax.xml.stream:stax-api:jar diff --git a/modules/server/pom.xml b/modules/server/pom.xml index afb2feaae..71c7da3cb 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -157,8 +157,8 @@ commons-collections - commons-lang - commons-lang + org.apache.commons + commons-lang3 javax.xml.stream diff --git a/pom.xml b/pom.xml index df1965a71..00e12f0d2 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 1.0-MR1 1.9.2 3.2.1 - 2.6 + 3.5 1.1.1 1.2.16 1.7.15 @@ -949,9 +949,9 @@ ${commons-collections.version} - commons-lang - commons-lang - ${commons-lang.version} + org.apache.commons + commons-lang3 + ${commons-lang3.version} javax.xml.stream