Remove dependency on org.jetbrains:annotations through test-harness

It has been removed from the Jenkins plugins parent pom a while ago, and
shouldn't be transitive.
This commit is contained in:
Vincent Latombe 2025-05-23 09:32:58 +02:00
parent 49650da651
commit 56ae2a1b90
No known key found for this signature in database
GPG Key ID: B8C3AD051BE6D52F
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.64.8</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>