diff --git a/Kitodo-DataManagement/pom.xml b/Kitodo-DataManagement/pom.xml
index f8fc427c5e1..2a17df32b3f 100644
--- a/Kitodo-DataManagement/pom.xml
+++ b/Kitodo-DataManagement/pom.xml
@@ -50,6 +50,7 @@
commons-io
commons-io
+ test
javax.el
diff --git a/Kitodo-Docket/pom.xml b/Kitodo-Docket/pom.xml
index 894b48be87a..82f6e343291 100644
--- a/Kitodo-Docket/pom.xml
+++ b/Kitodo-Docket/pom.xml
@@ -76,6 +76,10 @@
org.junit.jupiter
junit-jupiter-engine
+
+ org.apache.pdfbox
+ pdfbox-io
+
org.apache.pdfbox
pdfbox
diff --git a/pom.xml b/pom.xml
index 10e204aa96c..19ca27769d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
1.20.1
2.3.10
8.2.0
+ 3.0.3
5.2.5
8.0.5
9.9.1-8
@@ -332,7 +333,13 @@ from system library in Java 11+ -->
org.apache.pdfbox
pdfbox
- 3.0.3
+ ${pdfbox.version}
+ test
+
+
+ org.apache.pdfbox
+ pdfbox-io
+ ${pdfbox.version}
test
@@ -340,7 +347,7 @@ from system library in Java 11+ -->
poi-ooxml
${poi.version}
-
stax
@@ -387,7 +394,7 @@ from system library in Java 11+ -->
commons-logging
commons-logging
-
xml-apis
@@ -804,6 +811,7 @@ from system library in Java 11+ -->
org.xmlunit
xmlunit-matchers
2.9.1
+ test
se.jiderhamn.classloader-leak-prevention