Skip to content

Commit

Permalink
SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed May 19, 2015
1 parent a115036 commit 54b1e1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -677,11 +677,6 @@
<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>
Expand Down
4 changes: 0 additions & 4 deletions sonar-batch/pom.xml
Expand Up @@ -69,10 +69,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-squid</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions sonar-plugin-api/pom.xml
Expand Up @@ -59,20 +59,6 @@
<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
Expand Down

0 comments on commit 54b1e1f

Please sign in to comment.