aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-24 14:00:02 +0100
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>2017-11-29 20:24:11 +0100
commit12f9e1c990deb948912f4da725b0e8c49cdac163 (patch)
tree4d212a23c401d17af32c2794f2b6d4793f5b53a3 /pom.xml
parent10fe82e5c55f29460d1a3a46f6f32215af68a3f8 (diff)
downloadsonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.tar.gz
sonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.zip
Merge sonar-ws-generated into sonar-ws
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 4d4d0d47cc4..06ace67a77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,6 @@
<module>sonar-plugin-api</module>
<module>server</module>
<module>sonar-ws</module>
- <module>sonar-ws-generated</module>
<module>sonar-ws-generator</module>
<module>sonar-testing-harness</module>
<module>plugins/sonar-xoo-plugin</module>
@@ -435,11 +434,6 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sonar-ws-generated</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
<artifactId>sonar-ws</artifactId>
<version>${project.version}</version>
</dependency>