|
|
@ -1526,13 +1526,9 @@ bom {
|
|
|
|
"selenium-ie-driver",
|
|
|
|
"selenium-ie-driver",
|
|
|
|
"selenium-java",
|
|
|
|
"selenium-java",
|
|
|
|
"selenium-opera-driver",
|
|
|
|
"selenium-opera-driver",
|
|
|
|
"selenium-remote-driver" {
|
|
|
|
"selenium-remote-driver",
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"selenium-safari-driver",
|
|
|
|
"selenium-safari-driver",
|
|
|
|
"selenium-support" {
|
|
|
|
"selenium-support"
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1643,12 +1639,6 @@ bom {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
library("Spring Integration", "5.3.0.M2") {
|
|
|
|
library("Spring Integration", "5.3.0.M2") {
|
|
|
|
group("org.springframework.integration") {
|
|
|
|
group("org.springframework.integration") {
|
|
|
|
modules = [
|
|
|
|
|
|
|
|
"spring-integration-http" {
|
|
|
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging-api"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
imports = [
|
|
|
|
imports = [
|
|
|
|
"spring-integration-bom"
|
|
|
|
"spring-integration-bom"
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1709,18 +1699,10 @@ bom {
|
|
|
|
library("Spring WS", "3.0.8.RELEASE") {
|
|
|
|
library("Spring WS", "3.0.8.RELEASE") {
|
|
|
|
group("org.springframework.ws") {
|
|
|
|
group("org.springframework.ws") {
|
|
|
|
modules = [
|
|
|
|
modules = [
|
|
|
|
"spring-ws-core" {
|
|
|
|
"spring-ws-core",
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
"spring-ws-security",
|
|
|
|
},
|
|
|
|
"spring-ws-support",
|
|
|
|
"spring-ws-security" {
|
|
|
|
"spring-ws-test",
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"spring-ws-support" {
|
|
|
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"spring-ws-test" {
|
|
|
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"spring-xml"
|
|
|
|
"spring-xml"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|