diff --git a/translator/pom.xml b/translator/pom.xml index f06cc8e1..4187a831 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -21,6 +21,17 @@ org.springframework.boot spring-boot-starter-actuator + + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + @@ -58,6 +69,26 @@ kubernetes-client 7.0.1 + + + ch.qos.logback + logback-core + 1.5.15 + + + + ch.qos.logback + logback-classic + 1.5.15 + test + + + ch.qos.logback + logback-core + + + +