diff options
author | Olivier Lamy <olamy@apache.org> | 2013-11-07 05:23:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-11-07 05:23:23 +0000 |
commit | b115d52d9f3b417c288ecb43bd45756b58344cea (patch) | |
tree | d32a4dd8ae285d9a82e83cb368f716e8d0754015 /pom.xml | |
parent | dbc237dc0336080737d326f95a46cf755efd9716 (diff) | |
download | archiva-b115d52d9f3b417c288ecb43bd45756b58344cea.tar.gz archiva-b115d52d9f3b417c288ecb43bd45756b58344cea.zip |
enforce httpcomponent version in pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1539525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1293,6 +1293,12 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.0</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |