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:
parent
49650da651
commit
56ae2a1b90
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue