diff options
Diffstat (limited to 'samples/checkstyle-extensions-plugin/pom.xml')
-rw-r--r-- | samples/checkstyle-extensions-plugin/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/checkstyle-extensions-plugin/pom.xml b/samples/checkstyle-extensions-plugin/pom.xml index 9f982f9fde7..74801b1c481 100644 --- a/samples/checkstyle-extensions-plugin/pom.xml +++ b/samples/checkstyle-extensions-plugin/pom.xml @@ -19,6 +19,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <version>${sonar.buildVersion}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>checkstyle</groupId> |