Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 1, 2024
1 parent 03e657e commit d9e2c11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ dependencies {
// testImplementation "org.apache.ant:ant-junit:${antVersion}"
// testImplementation "org.apache.ant:ant-junit4:${antVersion}"
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation('xerces:xercesImpl:2.12.2') {
exclude group: 'xml-apis', module: 'xml-apis'
}
testImplementation 'xerces:xercesImpl:2.12.2'
testRuntimeOnly 'org.xmlresolver:xmlresolver:4.6.4'

// maven plugin dependencies
Expand Down

0 comments on commit d9e2c11

Please sign in to comment.