Skip to content

Commit f928046

Browse files
authored
Remove dependency on org.jetbrains:annotations through test-harness (#2683)
It has been removed from the Jenkins plugins parent pom a while ago, and shouldn't be transitive.
1 parent 49650da commit f928046

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-harness/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<groupId>com.vladsch.flexmark</groupId>
5050
<artifactId>flexmark-all</artifactId>
5151
<version>0.64.8</version>
52+
<exclusions>
53+
<exclusion>
54+
<groupId>org.jetbrains</groupId>
55+
<artifactId>annotations</artifactId>
56+
</exclusion>
57+
</exclusions>
5258
</dependency>
5359
<dependency>
5460
<groupId>io.jenkins</groupId>

0 commit comments

Comments
 (0)