Skip to content

Commit 8929fbe

Browse files
dreis2211wilkinsona
authored andcommitted
Add plugin management for liquibase-maven-plugin
See gh-22499
1 parent 0ac7178 commit 8929fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,9 @@ bom {
944944
exclude group: "ch.qos.logback", module: "logback-classic"
945945
}
946946
]
947+
plugins = [
948+
"liquibase-maven-plugin"
949+
]
947950
}
948951
}
949952
library("Log4j2", "2.13.3") {

0 commit comments

Comments
 (0)