Start building against Spring Framework 7.0.0-M6 snapshots
See gh-1552
This commit is contained in:
@@ -23,12 +23,8 @@ dependencies {
|
||||
api("org.springframework.security:spring-security-core")
|
||||
|
||||
optional("com.sun.xml.messaging.saaj:saaj-impl")
|
||||
optional("org.apache.ws.commons.axiom:axiom-impl") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
optional("org.apache.ws.commons.axiom:axiom-legacy-attachments") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
optional("org.apache.ws.commons.axiom:axiom-impl")
|
||||
optional("org.apache.ws.commons.axiom:axiom-legacy-attachments")
|
||||
|
||||
testImplementation("org.apache.logging.log4j:log4j-core")
|
||||
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl")
|
||||
|
||||
Reference in New Issue
Block a user