Skip to content

Commit 91f0894

Browse files
Add deps to sonar-plugin-api required in BatchIsolatedLauncherTest
1 parent c9ce2e7 commit 91f0894

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

batch/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
</exclusion>
3434
</exclusions>
3535
</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>
3648

3749
<!-- Unit tests -->
3850
<dependency>

0 commit comments

Comments
 (0)