Skip to content

Commit 462e675

Browse files
committed
Bump xalan version to get rid of some namespace errors
See #334.
1 parent 77dcbb6 commit 462e675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-biblio/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.6.0') {
25+
implementation ('xalan:xalan:2.7.0') {
2626
exclude group: 'xalan', module: 'serializer'
2727
exclude group: 'xercesImpl', module: 'xercesImpl'
2828
exclude group: 'xml-apis', module: 'xml-apis'

0 commit comments

Comments
 (0)