diff --git a/api/pom.xml b/api/pom.xml index 03a95be2e..3893a2609 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -73,9 +73,9 @@ test - ch.qos.logback - logback-classic - test + org.slf4j + slf4j-simple + test diff --git a/impl/model/pom.xml b/impl/model/pom.xml index fad5716b2..66b92c978 100644 --- a/impl/model/pom.xml +++ b/impl/model/pom.xml @@ -25,8 +25,9 @@ assertj-core - ch.qos.logback - logback-classic + org.slf4j + slf4j-simple + test \ No newline at end of file diff --git a/impl/persistence/mvstore/pom.xml b/impl/persistence/mvstore/pom.xml index b6f45c7f9..4b7cdc7cd 100644 --- a/impl/persistence/mvstore/pom.xml +++ b/impl/persistence/mvstore/pom.xml @@ -21,9 +21,9 @@ serverlessworkflow-persistence-tests - ch.qos.logback - logback-classic - test + org.slf4j + slf4j-simple + test \ No newline at end of file diff --git a/impl/test/pom.xml b/impl/test/pom.xml index 18f12414a..7c8fcbd88 100644 --- a/impl/test/pom.xml +++ b/impl/test/pom.xml @@ -83,8 +83,9 @@ assertj-core - ch.qos.logback - logback-classic + org.slf4j + slf4j-simple + test org.mockito diff --git a/pom.xml b/pom.xml index 04c7935c9..ebeea0c9a 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,6 @@ 4.3.0 4.32.1 - 1.6.3 2.22.2 2.22 2.0.7 @@ -163,6 +162,7 @@ org.slf4j slf4j-simple ${version.org.slf4j} + test io.serverlessworkflow @@ -270,12 +270,6 @@ ${version.org.mockito} test - - ch.qos.logback - logback-classic - ${version.ch.qos.logback} - test - com.squareup.okhttp3 mockwebserver