From d05352c020e8cf2a6b4c802a0cc168534340db29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Fri, 22 Mar 2024 22:38:35 -0600 Subject: [PATCH] Upgrade to Artemis 2.33.0 This now also uses the Artemis BOM. See gh-40082 --- .../spring-boot-dependencies/build.gradle | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index eba24fc8271..316e0e40453 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 {