aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-25 22:08:59 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:28:55 +0200
commit419bb7fc18e6e8f427f54792fd63f10754d683ce (patch)
tree1f5f3c5695d624ca3e6d2e135955431aacc86279 /plugins/sonar-xoo-plugin
parentab50f4f37d637e09de2a47872dfe9ea07ea07e64 (diff)
downloadsonarqube-419bb7fc18e6e8f427f54792fd63f10754d683ce.tar.gz
sonarqube-419bb7fc18e6e8f427f54792fd63f10754d683ce.zip
SONAR-6370 Shade sonar-* libraries into sonar-plugin-api
Diffstat (limited to 'plugins/sonar-xoo-plugin')
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index b46b87db148..f447c845372 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -17,26 +17,24 @@
<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>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-plugin-api</artifactId>
+ <version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-plugin-api</artifactId>
<scope>provided</scope>
</dependency>