Create spring-boot-r2dbc module
This commit is contained in:
committed by
Phillip Webb
parent
c965f4e65f
commit
81d4528eee
@@ -37,6 +37,7 @@ dependencies {
|
||||
intTestRuntimeOnly("org.springframework:spring-web")
|
||||
|
||||
optional(project(":spring-boot-project:spring-boot-jdbc"))
|
||||
optional(project(":spring-boot-project:spring-boot-r2dbc"))
|
||||
optional("io.projectreactor:reactor-core")
|
||||
optional("io.r2dbc:r2dbc-spi")
|
||||
optional("jakarta.servlet:jakarta.servlet-api")
|
||||
@@ -54,6 +55,7 @@ dependencies {
|
||||
testImplementation(project(":spring-boot-project:spring-boot-test"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tomcat"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation(testFixtures(project(":spring-boot-project:spring-boot-r2dbc")))
|
||||
testImplementation("ch.qos.logback:logback-classic")
|
||||
testImplementation("com.h2database:h2")
|
||||
testImplementation("com.zaxxer:HikariCP")
|
||||
|
||||
Reference in New Issue
Block a user