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") {
|
||||
prohibit("[2.20.0,)") {
|
||||
because "it requires Java 11"
|
||||
}
|
||||
prohibit("[2.20.0,)") {
|
||||
because "it requires Java 11"
|
||||
}
|
||||
group("org.apache.activemq") {
|
||||
modules = [
|
||||
"artemis-amqp-protocol",
|
||||
|
|
@ -340,7 +340,7 @@ bom {
|
|||
"flyway-core",
|
||||
"flyway-firebird",
|
||||
"flyway-mysql",
|
||||
"flyway-sqlserver"
|
||||
"flyway-sqlserver"
|
||||
]
|
||||
plugins = [
|
||||
"flyway-maven-plugin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue