Skip to content

Commit 05df721

Browse files
committed
Merge branch '2.7.x' into 3.0.x
2 parents 89cb599 + 97ce95c commit 05df721

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ dependencies {
124124
}
125125
testImplementation("org.hsqldb:hsqldb")
126126
testImplementation("org.junit.jupiter:junit-jupiter")
127-
testImplementation("org.mariadb.jdbc:mariadb-java-client")
127+
testImplementation("org.mariadb.jdbc:mariadb-java-client") {
128+
exclude group: "org.slf4j", module: "jcl-over-slf4j"
129+
}
128130
testImplementation("org.mockito:mockito-core")
129131
testImplementation("org.mockito:mockito-junit-jupiter")
130132
testImplementation("org.springframework:spring-context-support")

0 commit comments

Comments
 (0)