Uses tabs consistently for indentation in spring-boot-dependencies
This commit is contained in:
parent
1c2b0ae705
commit
1664ce0f20
|
|
@ -74,9 +74,9 @@ bom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Artemis", "2.19.1") {
|
library("Artemis", "2.19.1") {
|
||||||
prohibit("[2.20.0,)") {
|
prohibit("[2.20.0,)") {
|
||||||
because "it requires Java 11"
|
because "it requires Java 11"
|
||||||
}
|
}
|
||||||
group("org.apache.activemq") {
|
group("org.apache.activemq") {
|
||||||
modules = [
|
modules = [
|
||||||
"artemis-amqp-protocol",
|
"artemis-amqp-protocol",
|
||||||
|
|
@ -340,7 +340,7 @@ bom {
|
||||||
"flyway-core",
|
"flyway-core",
|
||||||
"flyway-firebird",
|
"flyway-firebird",
|
||||||
"flyway-mysql",
|
"flyway-mysql",
|
||||||
"flyway-sqlserver"
|
"flyway-sqlserver"
|
||||||
]
|
]
|
||||||
plugins = [
|
plugins = [
|
||||||
"flyway-maven-plugin"
|
"flyway-maven-plugin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue