Clean http dependencies in sonar-ws pom.xml

This commit is contained in:
Teryk Bellahsene 2015-10-15 14:16:30 +02:00
parent 05a959a9dc
commit 5600171592

View File

@ -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>