Commit cba32840 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #22499 from dreis2211

* gh-22499:
  Add plugin management for liquibase-maven-plugin

Closes gh-22499
parents 0ac7178a 8929fbe4
...@@ -944,6 +944,9 @@ bom { ...@@ -944,6 +944,9 @@ bom {
exclude group: "ch.qos.logback", module: "logback-classic" exclude group: "ch.qos.logback", module: "logback-classic"
} }
] ]
plugins = [
"liquibase-maven-plugin"
]
} }
} }
library("Log4j2", "2.13.3") { library("Log4j2", "2.13.3") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment