We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ce2e7 commit 91f0894Copy full SHA for 91f0894
batch/pom.xml
@@ -33,6 +33,18 @@
33
</exclusion>
34
</exclusions>
35
</dependency>
36
+ <dependency>
37
+ <groupId>org.sonarsource.api.plugin</groupId>
38
+ <artifactId>sonar-plugin-api</artifactId>
39
+ <version>13.2.0.3137</version>
40
+ <scope>provided</scope>
41
+ <exclusions>
42
+ <exclusion>
43
+ <groupId>*</groupId>
44
+ <artifactId>*</artifactId>
45
+ </exclusion>
46
+ </exclusions>
47
+ </dependency>
48
49
<!-- Unit tests -->
50
<dependency>
0 commit comments