Remove plugin management for Flatten Maven Plugin
Closes gh-21984
This commit is contained in:
parent
9e08490522
commit
22fd2005b4
|
@ -310,13 +310,6 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Flatten Maven Plugin", "1.2.2") {
|
|
||||||
group("org.codehaus.mojo") {
|
|
||||||
plugins = [
|
|
||||||
"flatten-maven-plugin"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
library("Flyway", "6.4.4") {
|
library("Flyway", "6.4.4") {
|
||||||
group("org.flywaydb") {
|
group("org.flywaydb") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in New Issue