diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-12-15 14:22:10 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-12-17 13:14:49 +0100 |
commit | 789df9c9ba0ccdf72e5e5ab24de04b47798e4f72 (patch) | |
tree | 224d9625710131d51bc0f23cfbfbb2109b604112 /sonar-batch/pom.xml | |
parent | 597cf003728da27dac4a51a624358263ff8e88f7 (diff) | |
download | sonarqube-789df9c9ba0ccdf72e5e5ab24de04b47798e4f72.tar.gz sonarqube-789df9c9ba0ccdf72e5e5ab24de04b47798e4f72.zip |
SONAR-5945 Upload issues in analysis report
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index eadff107bcb..2696cbe7fff 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -123,6 +123,10 @@ <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> + <dependency> + <groupId>com.github.kevinsawicki</groupId> + <artifactId>http-request</artifactId> + </dependency> <!-- unit tests --> <dependency> |