aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-18 15:10:09 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-19 15:15:46 +0200
commit54b1e1f08ae33110e8963ba43b5251913dea65d4 (patch)
tree16f7db0ef1d4ce8ee3a7b3b865de4455fc8c8afd /sonar-plugin-api/pom.xml
parenta1150367ee755be95f1cc605df983a928aa9136b (diff)
downloadsonarqube-54b1e1f08ae33110e8963ba43b5251913dea65d4.tar.gz
sonarqube-54b1e1f08ae33110e8963ba43b5251913dea65d4.zip
SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpath
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index f09e6a254ad..e9f69c71055 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -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