diff --git a/kstreamplify-core/pom.xml b/kstreamplify-core/pom.xml index db22e875..fbf4cdbc 100644 --- a/kstreamplify-core/pom.xml +++ b/kstreamplify-core/pom.xml @@ -11,20 +11,6 @@ kstreamplify-core - - - ch.qos.logback - logback-core - ${logback.version} - - - - ch.qos.logback - logback-classic - ${logback.version} - - - diff --git a/kstreamplify-core/src/test/resources/logback-test.xml b/kstreamplify-core/src/test/resources/logback-test.xml deleted file mode 100644 index 3865b14e..00000000 --- a/kstreamplify-core/src/test/resources/logback-test.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/kstreamplify-spring-boot/pom.xml b/kstreamplify-spring-boot/pom.xml index a0fec64c..9685c234 100644 --- a/kstreamplify-spring-boot/pom.xml +++ b/kstreamplify-spring-boot/pom.xml @@ -49,5 +49,12 @@ kstreamplify-core 1.0.1-SNAPSHOT + + + org.slf4j + slf4j-simple + test + ${slf4j.version} + diff --git a/pom.xml b/pom.xml index 8be83e99..836c3220 100644 --- a/pom.xml +++ b/pom.xml @@ -185,18 +185,6 @@ ${commons-lang3.version} - - org.slf4j - slf4j-api - ${slf4j.version} - - - - org.slf4j - slf4j-simple - ${slf4j.version} - - org.mockito mockito-core