We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d408b61 + 5dbfa57 commit e40ca31Copy full SHA for e40ca31
build.gradle
@@ -1,4 +1,10 @@
1
buildscript {
2
+ configurations.all {
3
+ resolutionStrategy.dependencySubstitution {
4
+ substitute module('org.apache.xerces:xercesImpl') with module('xerces:xercesImpl:2.9.1')
5
+ substitute module('org.apache.xerces:resolver') with module('xerces:resolver:2.9.1')
6
+ }
7
8
dependencies {
9
classpath 'io.spring.gradle:spring-build-conventions:0.0.38'
10
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
0 commit comments