diff --git a/pom.xml b/pom.xml
index 97d01cbcdf..faa7655a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
1.5.1
1.9.4
2.11.0
+ 2.15.0
11.7
3.6.1
1.69
@@ -183,6 +184,24 @@
spring-cloud-openfeign-core
3.0.5
+
+ org.apache.logging.log4j
+ log4j-core
+ ${log4j.version}
+ runtime
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ ${log4j.version}
+ runtime
+
+
+ org.apache.logging.log4j
+ log4j-api
+ ${log4j.version}
+ compile
+
org.apache.commons
commons-math3