From 4e3996e3bdd48f3a3cd7bff1439f86c033a681c0 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 16 Apr 2015 17:51:29 +0200 Subject: Remove coupling of sonar-plugin-api on Guava 10 in order to prepare upgrade to Guava 18 in core codebase --- sonar-core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sonar-core/pom.xml') 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 @@ bean-matchers test + + org.simpleframework + simple + 4.1.21 + test + +