aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-25 10:54:56 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-30 19:01:45 +0100
commitbba16edb777a69137b3122dfbc5b898049f274c5 (patch)
tree17be034a5b93b109d2dd1148398225f77875e56b /sonar-batch/pom.xml
parent08dbeeee650d4792b6aaabb109ccd9504d282804 (diff)
downloadsonarqube-bba16edb777a69137b3122dfbc5b898049f274c5.tar.gz
sonarqube-bba16edb777a69137b3122dfbc5b898049f274c5.zip
SONAR-7054 use ws-client in batch
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index e77766e5205..db6efc2bc68 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -100,10 +100,6 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
- <dependency>
- <groupId>com.github.kevinsawicki</groupId>
- <artifactId>http-request</artifactId>
- </dependency>
<!-- For HTML Report -->
<dependency>
<groupId>org.freemarker</groupId>
@@ -118,7 +114,6 @@
<scope>test</scope>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>