Add additional bomr checks

pull/30406/head
Stephane Nicoll 3 years ago
parent c2d7e21312
commit 704a2b7795

@ -15,6 +15,9 @@ bom {
} }
} }
library("ActiveMQ", "5.16.4") { library("ActiveMQ", "5.16.4") {
prohibit("[5.17.0,)") {
because "it requires Java 11"
}
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"activemq-amqp", "activemq-amqp",
@ -1814,6 +1817,9 @@ bom {
} }
} }
library("Thymeleaf Layout Dialect", "3.0.0") { library("Thymeleaf Layout Dialect", "3.0.0") {
prohibit("[3.1.0,)") {
because "it requires Groovy 4"
}
group("nz.net.ultraq.thymeleaf") { group("nz.net.ultraq.thymeleaf") {
modules = [ modules = [
"thymeleaf-layout-dialect" "thymeleaf-layout-dialect"

Loading…
Cancel
Save