Index: distribution/src/main/assembly/bin.xml =================================================================== --- distribution/src/main/assembly/bin.xml (revision 1453) +++ distribution/src/main/assembly/bin.xml (working copy) @@ -244,7 +244,7 @@ /lib commons-codec:commons-codec - commons-httpclient:commons-httpclient + org.apache.httpcomponents:httpclient Index: distribution/pom.xml =================================================================== --- distribution/pom.xml (revision 1453) +++ distribution/pom.xml (working copy) @@ -74,8 +74,8 @@ commons-codec - commons-httpclient - commons-httpclient + org.apache.httpcomponents + httpclient commons-logging Index: pom.xml =================================================================== --- pom.xml (revision 1453) +++ pom.xml (working copy) @@ -104,7 +104,7 @@ 2.2.0 1.3 2.9.0 - 3.1 + 4.0 2.2.6 9.2.1.5 3.0.3.RELEASE @@ -351,8 +351,8 @@ ${xerces.version} - commons-httpclient - commons-httpclient + org.apache.httpcomponents + httpclient ${commons.httpclient.version}