diff --git a/.gitignore b/.gitignore
index 12927929b..a72e036a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@ target
.project
.idea
*.iml
-/.run
/logs/
/venv/
/contrib/docker-compose-example-elasticsearch/config/idx/_status.json
diff --git a/.run/Template JUnit.run.xml b/.run/Template JUnit.run.xml
new file mode 100644
index 000000000..a7b82d57e
--- /dev/null
+++ b/.run/Template JUnit.run.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cli/pom.xml b/cli/pom.xml
index 4ee7cfe15..71e6f0720 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -38,6 +38,11 @@
test
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+
+
diff --git a/framework/pom.xml b/framework/pom.xml
index 06f94662f..f23eb4251 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -80,11 +80,7 @@
org.apache.logging.log4j
- log4j-1.2-api
-
-
- org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
org.apache.logging.log4j
diff --git a/pom.xml b/pom.xml
index a6b2270b9..492899665 100644
--- a/pom.xml
+++ b/pom.xml
@@ -705,7 +705,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
${log4j.version}
true
diff --git a/test-framework/pom.xml b/test-framework/pom.xml
index 9b8d6b29b..2d87c704e 100644
--- a/test-framework/pom.xml
+++ b/test-framework/pom.xml
@@ -35,14 +35,6 @@
org.apache.logging.log4j
log4j-core
-
- org.apache.logging.log4j
- log4j-1.2-api
-
-
- org.apache.logging.log4j
- log4j-slf4j-impl
-
org.apache.logging.log4j
log4j-jcl