Repository: maven-wagon Updated Branches: refs/heads/master 6e87a7ecc -> 644b814d1
Fixing issue reported on WAGON-418 Re-adding the dependency that was supposed to be moved from ``wagon-http-shared`` so ``common-httpclient`` can be used properly. Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/9df63cff Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/9df63cff Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/9df63cff Branch: refs/heads/master Commit: 9df63cff7dacd28ff8145bb649babaacccf13555 Parents: 882f606 Author: Roberto Andrade <[email protected]> Authored: Tue Jul 22 19:26:26 2014 -0400 Committer: Roberto Andrade <[email protected]> Committed: Tue Jul 22 19:26:26 2014 -0400 ---------------------------------------------------------------------- wagon-providers/wagon-webdav-jackrabbit/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/9df63cff/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 bbe49d8..22c0613 100644 --- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml +++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml @@ -86,6 +86,16 @@ under the License. </exclusion> </exclusions> </dependency> + + <!-- + This dependency is here to upgrade to a version of commons-logging that is + newer than the one that comes transitively from commons-httpclient above. + --> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1.1</version> + </dependency> <!-- Test dependencies --> <dependency>
