aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parentd3bd25d497f8f0e7d914873e910898f7bac75551 (diff)
downloadsonarqube-5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5.tar.gz
sonarqube-5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5.zip
SONAR-6809 Remove sonar-java-api from distribution
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 0 insertions, 15 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>