diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-06 14:42:56 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-06 14:43:20 +0100 |
commit | c69fa0d61d84df1a411f58811125510d93c07c08 (patch) | |
tree | ad92bf709cd4644b6429df3b87f2e6290694db73 /sonar-ws-client/pom.xml | |
parent | b988f880e5658cb6cc733391de782ff539cd527b (diff) | |
download | sonarqube-c69fa0d61d84df1a411f58811125510d93c07c08.tar.gz sonarqube-c69fa0d61d84df1a411f58811125510d93c07c08.zip |
SONAR-3933 ws-client: upgrade minimal version of httpclient 4.2
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 6cb26c6cddf..49d446dd589 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -27,22 +27,10 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.0</version> + <version>4.2.1</version> <scope>provided</scope> <optional>true</optional> </dependency> - <dependency> - <!-- for httpclient 4.0 --> - <groupId>net.jcip</groupId> - <artifactId>jcip-annotations</artifactId> - <version>1.0</version> - <!-- - Annotations are only _required_ during a build - They are not needed at run-time - Provided means that the dependency is not transitive. - --> - <scope>provided</scope> - </dependency> <!-- unit tests --> <dependency> |