Skip to content

Commit

Permalink
Bump xalan version to get rid of some namespace errors
Browse files Browse the repository at this point in the history
See #334.
  • Loading branch information
dr0i committed Oct 26, 2020
1 parent 77dcbb6 commit 462e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafacture-biblio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation project(':metafacture-commons')
implementation project(':metafacture-flowcontrol')
implementation 'org.dspace:oclc-harvester2:0.1.12'
implementation ('xalan:xalan:2.6.0') {
implementation ('xalan:xalan:2.7.0') {
exclude group: 'xalan', module: 'serializer'
exclude group: 'xercesImpl', module: 'xercesImpl'
exclude group: 'xml-apis', module: 'xml-apis'
Expand Down

0 comments on commit 462e675

Please sign in to comment.