Skip to content

Commit 63de16a

Browse files
youngjazzido
authored andcommitted
exclude junit-jupiter from pdfbox
1 parent d0241fb commit 63de16a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@
263263
<groupId>org.apache.pdfbox</groupId>
264264
<artifactId>pdfbox</artifactId>
265265
<version>3.0.1</version>
266+
<exclusions>
267+
<exclusion>
268+
<groupId>org.junit.jupiter</groupId>
269+
<artifactId>junit-jupiter</artifactId>
270+
</exclusion>
271+
</exclusions>
266272
</dependency>
267273

268274
<dependency>

0 commit comments

Comments
 (0)