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 97b7893 + e40ca31 commit ffae2f6Copy full SHA for ffae2f6
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 "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
0 commit comments