Resolve plugin dependencies

This commit is contained in:
Steve Riesenberg 2022-10-26 13:45:09 -05:00
parent cfc057b629
commit 5dbfa57c19
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
buildscript { 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 { dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.4.RELEASE' classpath 'io.spring.gradle:spring-build-conventions:0.0.23.4.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"