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 /sonar-ws/pom.xml | |
parent | 10fe82e5c55f29460d1a3a46f6f32215af68a3f8 (diff) | |
download | sonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.tar.gz sonarqube-12f9e1c990deb948912f4da725b0e8c49cdac163.zip |
Merge sonar-ws-generated into sonar-ws
Diffstat (limited to 'sonar-ws/pom.xml')
-rw-r--r-- | sonar-ws/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index a56f2b27e78..f735cdaa422 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -41,10 +41,6 @@ </dependency> <dependency> <groupId>org.sonarsource.sonarqube</groupId> - <artifactId>sonar-ws-generated</artifactId> - </dependency> - <dependency> - <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> <optional>true</optional> |