diff --git a/pom.xml b/pom.xml
index dd2ba70ac..2bd0c21a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,12 +293,6 @@
1.1.1
test
-
- ch.qos.logback
- logback-classic
- 1.3.8
- test
-
com.github.tomakehurst
wiremock-jre8
diff --git a/powertools-cloudformation/pom.xml b/powertools-cloudformation/pom.xml
index 2d8b8d489..d404df42d 100644
--- a/powertools-cloudformation/pom.xml
+++ b/powertools-cloudformation/pom.xml
@@ -98,11 +98,6 @@
wiremock-jre8
test
-
- ch.qos.logback
- logback-classic
- test
-
\ No newline at end of file
diff --git a/powertools-cloudformation/src/test/resources/logback.xml b/powertools-cloudformation/src/test/resources/logback.xml
deleted file mode 100644
index 8c752522e..000000000
--- a/powertools-cloudformation/src/test/resources/logback.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/powertools-e2e-tests/pom.xml b/powertools-e2e-tests/pom.xml
index b6037054a..52f3c2c26 100644
--- a/powertools-e2e-tests/pom.xml
+++ b/powertools-e2e-tests/pom.xml
@@ -23,12 +23,11 @@
true
-
- ch.qos.logback
- logback-classic
- 1.3.8
+ org.apache.logging.log4j
+ log4j-slf4j2-impl
+ test
diff --git a/powertools-e2e-tests/src/test/resources/log4j2.xml b/powertools-e2e-tests/src/test/resources/log4j2.xml
new file mode 100644
index 000000000..12bd0b59d
--- /dev/null
+++ b/powertools-e2e-tests/src/test/resources/log4j2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/powertools-e2e-tests/src/test/resources/logback-test.xml b/powertools-e2e-tests/src/test/resources/logback-test.xml
deleted file mode 100644
index aac638007..000000000
--- a/powertools-e2e-tests/src/test/resources/logback-test.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file