aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-03-16 17:15:30 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-03-16 17:25:16 +0100
commit1b09113d16a93c516b03c896202c71205d46134a (patch)
tree7695ebbcbc01a5ed1ff9e4cd32bfe0523837242e /plugins/sonar-xoo-plugin/pom.xml
parent887cda2d00ba7b62ee311bc78a4ea611696e9761 (diff)
downloadsonarqube-1b09113d16a93c516b03c896202c71205d46134a.tar.gz
sonarqube-1b09113d16a93c516b03c896202c71205d46134a.zip
Fix some quality flaws
Diffstat (limited to 'plugins/sonar-xoo-plugin/pom.xml')
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 9b163554fad..6b48224d77d 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -20,22 +20,18 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>18.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.3.2</version>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>