mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Merge branch '5.2.x' into 5.3.x
This commit is contained in:
commit
e40ca31414
@ -1,4 +1,10 @@
|
||||
buildscript {
|
||||
configurations.all {
|
||||
resolutionStrategy.dependencySubstitution {
|
||||
substitute module('org.apache.xerces:xercesImpl') with module('xerces:xercesImpl:2.9.1')
|
||||
substitute module('org.apache.xerces:resolver') with module('xerces:resolver:2.9.1')
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'io.spring.gradle:spring-build-conventions:0.0.38'
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
|
Loading…
x
Reference in New Issue
Block a user