diff options
Diffstat (limited to 'sonar-ws/pom.xml')
-rw-r--r-- | sonar-ws/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 9b5cc87d130..e6a19ead6ba 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -39,6 +39,12 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> + <dependency> + <groupId>org.sonarsource.sonarqube</groupId> + <artifactId>sonar-plugin-api</artifactId> + <scope>provided</scope> + <optional>true</optional> + </dependency> <!-- Tests --> <dependency> |