Skip to content

Commit 8e19e93

Browse files
author
Steve Riesenberg
committed
Merge branch '5.4.x' into 5.5.x
2 parents 51a1479 + ffae2f6 commit 8e19e93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
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+
}
28
dependencies {
39
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
410
classpath 'io.spring.nohttp:nohttp-gradle:0.0.10'

0 commit comments

Comments
 (0)