From f761e5f31a81285a7d0e624c63835b753db383e9 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Fri, 6 Jan 2012 00:13:54 +0100 Subject: [PATCH] Do not embed google-collections in the plugins checkstyle and squid-java --- plugins/sonar-checkstyle-plugin/pom.xml | 13 ++++++++----- plugins/sonar-squid-java-plugin/pom.xml | 7 ++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index 47a47e9de6f..b1171ec63d3 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.codehaus.sonar @@ -11,7 +12,8 @@ sonar-checkstyle-plugin sonar-plugin Sonar :: Plugins :: Checkstyle - Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard. + Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard. + 5.5 @@ -33,8 +35,8 @@ commons-logging - com.google.guava - guava + com.google.collections + google-collections commons-lang @@ -102,7 +104,8 @@ checkstyle Checkstyle org.sonar.plugins.checkstyle.CheckstylePlugin - Checkstyle ${checkstyle.version}.]]> + + Checkstyle ${checkstyle.version}.]]> diff --git a/plugins/sonar-squid-java-plugin/pom.xml b/plugins/sonar-squid-java-plugin/pom.xml index 32b5f5430fd..4fbc9251df1 100644 --- a/plugins/sonar-squid-java-plugin/pom.xml +++ b/plugins/sonar-squid-java-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.codehaus.sonar @@ -48,6 +49,10 @@ commons-logging commons-logging + + com.google.collections + google-collections + commons-cli -- 2.39.5