diff --git a/openmetadata-service/pom.xml b/openmetadata-service/pom.xml index 3b67908a0fc2..1e6061fb4f6c 100644 --- a/openmetadata-service/pom.xml +++ b/openmetadata-service/pom.xml @@ -196,6 +196,14 @@ io.github.classgraph classgraph + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + software.amazon.awssdk diff --git a/pom.xml b/pom.xml index f4a8e8bd76b0..20bcc447ca04 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,8 @@ 1.29.2 2.41.1 4.7.5 + 1.2.13 + 1.2.13 @@ -209,6 +211,16 @@ io.dropwizard dropwizard-assets ${dropwizard.version} + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + io.dropwizard @@ -224,9 +236,27 @@ junit junit + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + test + + ch.qos.logback + logback-core + ${logback-core.version} + + + ch.qos.logback + logback-classic + ${logback-classic.version} + org.awaitility awaitility