]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpath
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 18 May 2015 13:10:09 +0000 (15:10 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 19 May 2015 13:15:46 +0000 (15:15 +0200)
pom.xml
sonar-batch/pom.xml
sonar-plugin-api/pom.xml

diff --git a/pom.xml b/pom.xml
index 834e0530cfee8aa3008a721954d2d6552534ab04..1e6ce229c3fdfaf3c43571a9244e89dc303924b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>${sonarSvn.version}</version>
         <type>sonar-plugin</type>
       </dependency>
-      <dependency>
-        <groupId>org.codehaus.sonar</groupId>
-        <artifactId>sonar-squid</artifactId>
-        <version>4.1</version>
-      </dependency>
       <dependency>
         <groupId>org.codehaus.sonar</groupId>
         <artifactId>sonar-testing-harness</artifactId>
index e6678728b1d88e5be51a7b4e2a63e5ea175dfd4c..2deade811d318fd55f0901d5ea5d73349380e677 100644 (file)
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.sonar</groupId>
-      <artifactId>sonar-squid</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
index f09e6a254adf2df335f9849e94fdb9d32e3e4983..e9f69c710555d903dd983d68627e5ed4f41f4854 100644 (file)
       <groupId>org.codehaus.sonar</groupId>
       <artifactId>sonar-graph</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.sonar</groupId>
-      <artifactId>sonar-squid</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.picocontainer</groupId>
-          <artifactId>picocontainer</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
 
     <!-- TODO we can't remove hibernate-annotations, because currently it's used
     moreover it contains transitive dependency on dom4j, which is used in some plugins