Remove version management for exec-maven plugin
See gh-22397
This commit is contained in:
parent
ef78d4bea8
commit
a8e6c53c84
|
|
@ -304,13 +304,6 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Exec Maven Plugin", "1.6.0") {
|
|
||||||
group("org.codehaus.mojo") {
|
|
||||||
plugins = [
|
|
||||||
"exec-maven-plugin"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
library("Flyway", "6.5.0") {
|
library("Flyway", "6.5.0") {
|
||||||
group("org.flywaydb") {
|
group("org.flywaydb") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue