mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade pdfbox from to 3.0.1 (#5267)
* Upgrade pdfbox from to 3.0.1 Upgrade Apache pdfbox from 2.0.27 to 3.0.1. * Exclude junit due to launcher incompatibility Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -30,7 +30,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.pdfbox</groupId>
|
||||
<artifactId>pdfbox</artifactId>
|
||||
<version>2.0.27</version>
|
||||
<version>3.0.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.erichseifert.vectorgraphics2d</groupId>
|
||||
|
||||
Reference in New Issue
Block a user