diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-24 14:00:02 +0100 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-11-29 20:24:11 +0100 |
commit | 12f9e1c990deb948912f4da725b0e8c49cdac163 (patch) | |
tree | 4d212a23c401d17af32c2794f2b6d4793f5b53a3 /pom.xml | |
parent | 10fe82e5c55f29460d1a3a46f6f32215af68a3f8 (diff) | |
download | sonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.tar.gz sonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.zip |
Merge sonar-ws-generated into sonar-ws
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |