Replace spring-jcl with vanilla commons-logging
See gh-45487 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
This commit is contained in:
committed by
Phillip Webb
parent
111e710576
commit
6fceab2c90
@@ -7,7 +7,5 @@ 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-jakarta-client") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
api("org.apache.activemq:artemis-jakarta-client")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user