diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-29 10:29:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:04 +0200 |
commit | 0956511c8c9d6aa6639d4378f47d73877cdc18de (patch) | |
tree | c7a14388d2eec8a5f1f1d7d25fb48894ee4aae9f /sonar-batch/pom.xml | |
parent | b1a02efd650918249cd828bd19f4ebf2118d8a79 (diff) | |
download | sonarqube-0956511c8c9d6aa6639d4378f47d73877cdc18de.tar.gz sonarqube-0956511c8c9d6aa6639d4378f47d73877cdc18de.zip |
SONAR-6370 isolate plugin classloader from core classes
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 668d8fd90fe..ee8f1407c83 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -28,6 +28,10 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-persistit</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> |