aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-22 16:21:35 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:28:37 +0200
commitce04507c53a5b84091781b1834c2cd657c2798cb (patch)
tree5d3445ef595e1e99463d7c021b86b58e6e27a0c9 /plugins/sonar-xoo-plugin/pom.xml
parentc3aa3b115c39a407b318bb8b917660323874be4c (diff)
downloadsonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.tar.gz
sonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.zip
SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into sonar-plugin-api
Diffstat (limited to 'plugins/sonar-xoo-plugin/pom.xml')
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 26dddfe9e71..b46b87db148 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -15,6 +15,11 @@
<dependencies>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>10.0.1</version>
+ </dependency>
+ <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>