We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49650da commit f928046Copy full SHA for f928046
1 file changed
test-harness/pom.xml
@@ -49,6 +49,12 @@
49
<groupId>com.vladsch.flexmark</groupId>
50
<artifactId>flexmark-all</artifactId>
51
<version>0.64.8</version>
52
+ <exclusions>
53
+ <exclusion>
54
+ <groupId>org.jetbrains</groupId>
55
+ <artifactId>annotations</artifactId>
56
+ </exclusion>
57
+ </exclusions>
58
</dependency>
59
<dependency>
60
<groupId>io.jenkins</groupId>
0 commit comments