diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-10-15 14:16:30 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-10-15 14:22:25 +0200 |
commit | 560017159295955e097b1fd463cdb7fa118810de (patch) | |
tree | 2e6f131e16e3a16159ab25b415c35c647e0cfd2f /sonar-ws/pom.xml | |
parent | 05a959a9dc4566c991f650d10c00b18209fa8685 (diff) | |
download | sonarqube-560017159295955e097b1fd463cdb7fa118810de.tar.gz sonarqube-560017159295955e097b1fd463cdb7fa118810de.zip |
Clean http dependencies in sonar-ws pom.xml
Diffstat (limited to 'sonar-ws/pom.xml')
-rw-r--r-- | sonar-ws/pom.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 3b6e21d7cd7..3c6a7e10c04 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -67,18 +67,9 @@ <groupId>com.github.kevinsawicki</groupId> <artifactId>http-request</artifactId> </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.3.5</version> - </dependency> </dependencies> + <build> <plugins> <plugin> |