Browse Source

Manage version of all Artemis modules upon which the build depends

Closes gh-31077
pull/32644/head
Andy Wilkinson 4 years ago
parent
commit
f19d91561b
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -80,6 +80,7 @@ bom { @@ -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"
},

Loading…
Cancel
Save