We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d70b0 commit 08f04c4Copy full SHA for 08f04c4
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-r2dbc-liquibase/build.gradle
@@ -17,9 +17,7 @@ dependencies {
17
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-r2dbc"))
18
19
runtimeOnly(project(":spring-boot-project:spring-boot-jdbc"))
20
- runtimeOnly("org.liquibase:liquibase-core") {
21
- exclude group: "javax.xml.bind", module: "jaxb-api"
22
- }
+ runtimeOnly(project(":spring-boot-project:spring-boot-liquibase"))
23
runtimeOnly("org.postgresql:postgresql")
24
runtimeOnly("org.postgresql:r2dbc-postgresql")
25
runtimeOnly("org.springframework:spring-jdbc")
0 commit comments