Skip to content

Commit 3ecdb47

Browse files
committed
Add back exclusions from 77dcbb6
See #334
1 parent 4ff77d0 commit 3ecdb47

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

metafacture-biblio/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ dependencies {
2222
implementation project(':metafacture-commons')
2323
implementation project(':metafacture-flowcontrol')
2424
implementation 'org.dspace:oclc-harvester2:0.1.12'
25-
implementation 'xalan:xalan:2.7.2'
25+
implementation ('xalan:xalan:2.7.2') {
26+
exclude group: 'xalan', module: 'serializer'
27+
exclude group: 'xercesImpl', module: 'xercesImpl'
28+
exclude group: 'xml-apis', module: 'xml-apis'
29+
}
2630
implementation 'log4j:log4j:1.2.12'
2731
testImplementation 'junit:junit:4.12'
2832
testImplementation 'org.mockito:mockito-core:2.5.5'

0 commit comments

Comments
 (0)