Skip to content

Commit 5dbfa57

Browse files
author
Steve Riesenberg
committed
Resolve plugin dependencies
1 parent cfc057b commit 5dbfa57

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.gradle:spring-build-conventions:0.0.23.4.RELEASE'
410
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"

0 commit comments

Comments
 (0)