Browse Source

Prevent upgrade to Artemis 2.20.0+

See gh-29203
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
ecf620fb01
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

3
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save