diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-11-14 10:42:32 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-16 17:37:18 +0100 |
commit | bff9cf373e2ecbe66344d58c3423b873f1fb17c5 (patch) | |
tree | 1aab779cba6f12fb3ea423d80aab3d65f68ef420 /pom.xml | |
parent | a7d7fa94bf725af62447f4d42fc8a923bba77ff9 (diff) | |
download | sonarqube-bff9cf373e2ecbe66344d58c3423b873f1fb17c5.tar.gz sonarqube-bff9cf373e2ecbe66344d58c3423b873f1fb17c5.zip |
Auto-generate sonar-ws for integration tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,7 @@ <module>sonar-markdown</module> <module>sonar-plugin-api</module> <module>server</module> + <module>sonar-ws-generated</module> <module>sonar-ws</module> <module>sonar-testing-harness</module> <module>plugins/sonar-xoo-plugin</module> @@ -433,6 +434,11 @@ </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> |