]> source.dussan.org Git - sonarqube.git/commitdiff
Do not embed google-collections in the plugins checkstyle and squid-java
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 5 Jan 2012 23:13:54 +0000 (00:13 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 6 Jan 2012 07:31:58 +0000 (08:31 +0100)
plugins/sonar-checkstyle-plugin/pom.xml
plugins/sonar-squid-java-plugin/pom.xml

index 47a47e9de6f88fc4ccb0fae1dd98e5d7abc203e7..b1171ec63d3391418baaa102420a4e7f27e2848d 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.sonar</groupId>
@@ -11,7 +12,8 @@
   <artifactId>sonar-checkstyle-plugin</artifactId>
   <packaging>sonar-plugin</packaging>
   <name>Sonar :: Plugins :: Checkstyle</name>
-  <description>Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard.</description>
+  <description>Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard.
+  </description>
 
   <properties>
     <checkstyle.version>5.5</checkstyle.version>
@@ -33,8 +35,8 @@
           <artifactId>commons-logging</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>com.google.guava</groupId>
-          <artifactId>guava</artifactId>
+          <groupId>com.google.collections</groupId>
+          <artifactId>google-collections</artifactId>
         </exclusion>
         <exclusion>
           <groupId>commons-lang</groupId>
           <pluginKey>checkstyle</pluginKey>
           <pluginName>Checkstyle</pluginName>
           <pluginClass>org.sonar.plugins.checkstyle.CheckstylePlugin</pluginClass>
-          <pluginDescription><![CDATA[Analyze Java code with <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> ${checkstyle.version}.]]></pluginDescription>
+          <pluginDescription>
+            <![CDATA[Analyze Java code with <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> ${checkstyle.version}.]]></pluginDescription>
         </configuration>
       </plugin>
 
index 32b5f5430fddb184a4401533d8c4537d777e9648..4fbc9251df15e548f5bd1dc29e0262d2e70da4ca 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.sonar</groupId>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.google.collections</groupId>
+          <artifactId>google-collections</artifactId>
+        </exclusion>
         <exclusion>
           <!-- optimization for JAR size -->
           <groupId>commons-cli</groupId>