Skip to content

Commit 688dc71

Browse files
committed
Merge branch '334-fixEncoding' of https://github.com/metafacture/metafacture-core
2 parents 84c0ac1 + c7e1eec commit 688dc71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

metafacture-biblio/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ 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.1'
25+
implementation ('xalan:xalan:2.7.0') {
26+
exclude group: 'xalan', module: 'serializer'
27+
exclude group: 'xercesImpl', module: 'xercesImpl'
28+
exclude group: 'xml-apis', module: 'xml-apis'
29+
}
30+
implementation 'log4j:log4j:1.2.12'
2631
testImplementation 'junit:junit:4.12'
2732
testImplementation 'org.mockito:mockito-core:2.5.5'
2833
}

0 commit comments

Comments
 (0)