aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-11-30 16:59:36 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-11-30 17:26:31 +0100
commit5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5 (patch)
treeff6b61da77cac37d49d924b01f9b6e30de3a0ae5
parentd3bd25d497f8f0e7d914873e910898f7bac75551 (diff)
downloadsonarqube-5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5.tar.gz
sonarqube-5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5.zip
SONAR-6809 Remove sonar-java-api from distribution
-rw-r--r--pom.xml15
-rw-r--r--sonar-batch/pom.xml5
2 files changed, 0 insertions, 20 deletions
diff --git a/pom.xml b/pom.xml
index 1ce7499843e..b1d4a957d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,21 +643,6 @@
<version>5.1</version>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-java-api</artifactId>
- <version>5.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-deprecated</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-plugin-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>${project.version}</version>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 2230fb4b180..e77766e5205 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -118,11 +118,6 @@
<scope>test</scope>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-java-api</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>com.google.code.bean-matchers</groupId>