aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-16 17:51:29 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-16 18:38:13 +0200
commit4e3996e3bdd48f3a3cd7bff1439f86c033a681c0 (patch)
tree2015ac87b90383fc1d31e6e7e4d639f4b9733319 /sonar-plugin-api/pom.xml
parentb4f20bd7aeb78fceac074f38a2f74db33e6ee6b9 (diff)
downloadsonarqube-4e3996e3bdd48f3a3cd7bff1439f86c033a681c0.tar.gz
sonarqube-4e3996e3bdd48f3a3cd7bff1439f86c033a681c0.zip
Remove coupling of sonar-plugin-api on Guava 10
in order to prepare upgrade to Guava 18 in core codebase
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index c8ad930e776..039aba7b84a 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -182,12 +182,6 @@
<artifactId>dbunit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.simpleframework</groupId>
- <artifactId>simple</artifactId>
- <version>4.1.21</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>