Repository: maven-wagon Updated Branches: refs/heads/master 37dfe3a8f -> e485f03e6
[WAGON-488] ensure httpclient with correct GA is used. Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/e485f03e Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/e485f03e Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/e485f03e Branch: refs/heads/master Commit: e485f03e6e00dcbb12695236d9fb3415dc81f2be Parents: 37dfe3a Author: rfscholte <[email protected]> Authored: Fri Jun 30 10:23:46 2017 +0200 Committer: rfscholte <[email protected]> Committed: Fri Jun 30 10:23:46 2017 +0200 ---------------------------------------------------------------------- wagon-providers/wagon-webdav-jackrabbit/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/e485f03e/wagon-providers/wagon-webdav-jackrabbit/pom.xml ---------------------------------------------------------------------- diff --git a/wagon-providers/wagon-webdav-jackrabbit/pom.xml b/wagon-providers/wagon-webdav-jackrabbit/pom.xml index 4451a34..4df83af 100644 --- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml +++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml @@ -83,9 +83,8 @@ under the License. </dependency> <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> <!-- The version of commons-logging that comes transitively has class loader problems. So we exclude it here and add a newer version below.
