aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/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-core/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-core/pom.xml')
-rw-r--r--sonar-core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 98cc5cb0017..41ae4b71bff 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -159,6 +159,13 @@
<artifactId>bean-matchers</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.simpleframework</groupId>
+ <artifactId>simple</artifactId>
+ <version>4.1.21</version>
+ <scope>test</scope>
+ </dependency>
+
<!--