Upgrade to Artemis 2.33.0

This now also uses the Artemis BOM.

See gh-40082
This commit is contained in:
Eddú Meléndez 2024-03-22 22:38:35 -06:00 committed by Moritz Halbritter
parent 35b39d3a44
commit d05352c020

View File

@ -74,21 +74,10 @@ bom {
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
}
}
library("Artemis", "2.32.0") {
library("Artemis", "2.33.0") {
group("org.apache.activemq") {
modules = [
"artemis-amqp-protocol",
"artemis-commons",
"artemis-core-client",
"artemis-jakarta-client",
"artemis-jakarta-server",
"artemis-jakarta-service-extensions",
"artemis-jdbc-store",
"artemis-journal",
"artemis-quorum-api",
"artemis-selector",
"artemis-server",
"artemis-service-extensions"
imports = [
"artemis-bom"
]
}
links {