Prevent upgrade to Artemis 2.20.0+

See gh-29203
This commit is contained in:
Stephane Nicoll 2022-01-03 08:22:04 +01:00
parent e3b36b4c7e
commit ecf620fb01
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ bom {
} }
} }
library("Artemis", "2.19.0") { library("Artemis", "2.19.0") {
prohibit("[2.20.0,)") {
because "it requires Java 11"
}
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"artemis-amqp-protocol", "artemis-amqp-protocol",