We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0241fb commit 63de16aCopy full SHA for 63de16a
pom.xml
@@ -263,6 +263,12 @@
263
<groupId>org.apache.pdfbox</groupId>
264
<artifactId>pdfbox</artifactId>
265
<version>3.0.1</version>
266
+ <exclusions>
267
+ <exclusion>
268
+ <groupId>org.junit.jupiter</groupId>
269
+ <artifactId>junit-jupiter</artifactId>
270
+ </exclusion>
271
+ </exclusions>
272
</dependency>
273
274
<dependency>
0 commit comments