diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml
index ec9146bdba82..43bbc0f758b5 100644
--- a/dspace-api/pom.xml
+++ b/dspace-api/pom.xml
@@ -341,6 +341,14 @@
org.apache.logging.log4j
log4j-api
+
+ org.apache.logging.log4j
+ log4j-core
+
+
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+
org.hibernate.orm
hibernate-core
diff --git a/dspace-oai/pom.xml b/dspace-oai/pom.xml
index ab04734b00c0..9ba9ff3e2f71 100644
--- a/dspace-oai/pom.xml
+++ b/dspace-oai/pom.xml
@@ -119,10 +119,6 @@
org.apache.logging.log4j
log4j-api
-
- org.apache.logging.log4j
- log4j-core
-
diff --git a/dspace-rdf/pom.xml b/dspace-rdf/pom.xml
index 7f77e3e8a897..7f214dc088d4 100644
--- a/dspace-rdf/pom.xml
+++ b/dspace-rdf/pom.xml
@@ -85,10 +85,6 @@
org.apache.logging.log4j
log4j-api
-
- org.apache.logging.log4j
- log4j-core
-
org.apache.commons
diff --git a/dspace-sword/pom.xml b/dspace-sword/pom.xml
index d7aa12034314..940227a9354b 100644
--- a/dspace-sword/pom.xml
+++ b/dspace-sword/pom.xml
@@ -73,10 +73,6 @@
org.apache.logging.log4j
log4j-api
-
- org.apache.logging.log4j
- log4j-core
-
xom
diff --git a/dspace-swordv2/pom.xml b/dspace-swordv2/pom.xml
index 1fdbcc498fa0..ac361b33c684 100644
--- a/dspace-swordv2/pom.xml
+++ b/dspace-swordv2/pom.xml
@@ -91,10 +91,6 @@
org.apache.logging.log4j
log4j-api
-
- org.apache.logging.log4j
- log4j-core
-
diff --git a/pom.xml b/pom.xml
index 5bd08d2061cf..e2638a90982f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1594,6 +1594,12 @@
log4j-core
${log4j.version}
+
+
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+ ${log4j.version}
+
org.apache.pdfbox