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 51a1479 + ffae2f6 commit 8e19e93Copy full SHA for 8e19e93
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.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
10
classpath 'io.spring.nohttp:nohttp-gradle:0.0.10'
0 commit comments