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
@@ -15,12 +15,8 @@ bom {
|
||||
library("ActiveMQ", "6.1.6") {
|
||||
group("org.apache.activemq") {
|
||||
modules = [
|
||||
"activemq-console" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
},
|
||||
"activemq-spring" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
"activemq-console",
|
||||
"activemq-spring"
|
||||
]
|
||||
bom("activemq-bom")
|
||||
}
|
||||
@@ -212,9 +208,7 @@ bom {
|
||||
library("Commons DBCP2", "2.13.0") {
|
||||
group("org.apache.commons") {
|
||||
modules = [
|
||||
"commons-dbcp2" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
"commons-dbcp2"
|
||||
]
|
||||
}
|
||||
links {
|
||||
@@ -233,6 +227,17 @@ bom {
|
||||
releaseNotes("https://commons.apache.org/proper/commons-lang/changes-report.html#a{version}")
|
||||
}
|
||||
}
|
||||
library("Commons Logging", "1.3.4") {
|
||||
group("commons-logging") {
|
||||
modules = [
|
||||
"commons-logging"
|
||||
]
|
||||
}
|
||||
links {
|
||||
site("https://commons.apache.org/proper/commons-logging")
|
||||
releaseNotes("https://commons.apache.org/proper/commons-logging/changes-report.html#a{version}")
|
||||
}
|
||||
}
|
||||
library("Commons Pool", "1.6") {
|
||||
group("commons-pool") {
|
||||
modules = [
|
||||
@@ -348,12 +353,8 @@ bom {
|
||||
}
|
||||
group("org.elasticsearch.client") {
|
||||
modules = [
|
||||
"elasticsearch-rest-client" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
},
|
||||
"elasticsearch-rest-client-sniffer" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
},
|
||||
"elasticsearch-rest-client",
|
||||
"elasticsearch-rest-client-sniffer"
|
||||
]
|
||||
}
|
||||
group("co.elastic.clients") {
|
||||
@@ -599,9 +600,7 @@ bom {
|
||||
library("HtmlUnit", "4.11.1") {
|
||||
group("org.htmlunit") {
|
||||
modules = [
|
||||
"htmlunit" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
"htmlunit"
|
||||
]
|
||||
}
|
||||
links {
|
||||
@@ -618,9 +617,7 @@ bom {
|
||||
}
|
||||
group("org.apache.httpcomponents") {
|
||||
modules = [
|
||||
"httpasyncclient" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
"httpasyncclient"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user