aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-14 17:56:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-26 23:49:37 +0200
commit880336975d9957008ebb774043430049cdd3a3df (patch)
tree0e1af53ab2fadbd7183344cfdb3c67ffed6860c2 /pom.xml
parent87ce833df2754dc1a23d29e56571ba826978b7bd (diff)
downloadsonarqube-880336975d9957008ebb774043430049cdd3a3df.tar.gz
sonarqube-880336975d9957008ebb774043430049cdd3a3df.zip
SONAR-9803 remove bad coupling of processes on sonar-plugin-api
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 7c56799aa16..82567114e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,11 +451,6 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sonar-cluster</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>sonar-server</artifactId>
<version>${project.version}</version>
</dependency>