mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Prevent upgrade to Artemis 2.20.0+
See gh-29203
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user