From f19d91561bbdb831dd67db248952b03082157c8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 May 2022 15:01:23 +0100 Subject: [PATCH] Manage version of all Artemis modules upon which the build depends Closes gh-31077 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ac72e1353988..cbd6f2aafe3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -80,6 +80,7 @@ bom { "artemis-core-client" { exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" }, + "artemis-jdbc-store", "artemis-jms-client" { exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" },