Skip to content

Commit 08f04c4

Browse files
committed
fixup! Create spring-boot-liquibase module
1 parent b1d70b0 commit 08f04c4

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-r2dbc-liquibase

1 file changed

+1
-3
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-r2dbc-liquibase/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ dependencies {
1717
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-r2dbc"))
1818

1919
runtimeOnly(project(":spring-boot-project:spring-boot-jdbc"))
20-
runtimeOnly("org.liquibase:liquibase-core") {
21-
exclude group: "javax.xml.bind", module: "jaxb-api"
22-
}
20+
runtimeOnly(project(":spring-boot-project:spring-boot-liquibase"))
2321
runtimeOnly("org.postgresql:postgresql")
2422
runtimeOnly("org.postgresql:r2dbc-postgresql")
2523
runtimeOnly("org.springframework:spring-jdbc")

0 commit comments

Comments
 (0)