diff options
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> |