Uses tabs consistently for indentation in spring-boot-dependencies

This commit is contained in:
Andy Wilkinson 2022-07-12 15:47:54 +01:00
parent 1c2b0ae705
commit 1664ce0f20
1 changed files with 4 additions and 4 deletions

View File

@ -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"