Skip to content

Commit

Permalink
Use Artemis bom
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Mar 23, 2024
1 parent 2a16103 commit 56dcfff
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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 {
Expand Down

0 comments on commit 56dcfff

Please sign in to comment.