mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove accidental dependency on Spring 5.2.x in spring-r2dbc tests
This commit is contained in:
@@ -19,5 +19,7 @@ dependencies {
|
||||
testCompile(testFixtures(project(":spring-context")))
|
||||
testCompile("io.projectreactor:reactor-test")
|
||||
testCompile("io.r2dbc:r2dbc-h2")
|
||||
testCompile("io.r2dbc:r2dbc-spi-test:0.8.1.RELEASE")
|
||||
testCompile("io.r2dbc:r2dbc-spi-test:0.8.1.RELEASE") {
|
||||
exclude group: "org.springframework", module: "spring-jdbc"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user