diff --git a/spring-boot-project/spring-boot/build.gradle b/spring-boot-project/spring-boot/build.gradle index 9993334d2e..1c12803ea3 100644 --- a/spring-boot-project/spring-boot/build.gradle +++ b/spring-boot-project/spring-boot/build.gradle @@ -124,7 +124,9 @@ dependencies { } testImplementation("org.hsqldb:hsqldb") testImplementation("org.junit.jupiter:junit-jupiter") - testImplementation("org.mariadb.jdbc:mariadb-java-client") + testImplementation("org.mariadb.jdbc:mariadb-java-client") { + exclude group: "org.slf4j", module: "jcl-over-slf4j" + } testImplementation("org.mockito:mockito-core") testImplementation("org.mockito:mockito-junit-jupiter") testImplementation("org.springframework:spring-context-support")