Upgrade to Artemis 2.20.0 and switch to Jakarta EE 9 JMS API

Closes gh-29203
This commit is contained in:
Andy Wilkinson
2022-01-07 14:03:21 +00:00
parent 89e79e826e
commit 894f83fb13
12 changed files with 25 additions and 139 deletions

View File

@@ -7,7 +7,7 @@ description = "Starter for JMS messaging using Apache Artemis"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-jms")
api("org.apache.activemq:artemis-jms-client") {
api("org.apache.activemq:artemis-jakarta-client") {
exclude group: "commons-logging", module: "commons-logging"
}
}