diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-14 01:00:12 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-14 01:00:12 +0200 |
commit | 275da1c743917341256322a09a3172a2ccf04ef3 (patch) | |
tree | 42f62b18140966f7da89847f6033ce8691700285 /sonar-application/pom.xml | |
parent | 5b4b4172c45aa794d7b40c8e5b9fde6d3a001492 (diff) | |
download | sonarqube-275da1c743917341256322a09a3172a2ccf04ef3.tar.gz sonarqube-275da1c743917341256322a09a3172a2ccf04ef3.zip |
SONAR-4741 HTTPS mode
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index a55c24d7c99..5a63c20575e 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -223,6 +223,12 @@ <artifactId>http-request</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> |