Skip to content

Commit

Permalink
Merge branch '334-fixEncoding' of https://github.com/metafacture/meta…
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Oct 30, 2020
2 parents 84c0ac1 + c7e1eec commit 688dc71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion metafacture-biblio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ dependencies {
implementation project(':metafacture-commons')
implementation project(':metafacture-flowcontrol')
implementation 'org.dspace:oclc-harvester2:0.1.12'
implementation 'xalan:xalan:2.7.1'
implementation ('xalan:xalan:2.7.0') {
exclude group: 'xalan', module: 'serializer'
exclude group: 'xercesImpl', module: 'xercesImpl'
exclude group: 'xml-apis', module: 'xml-apis'
}
implementation 'log4j:log4j:1.2.12'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.5.5'
}

0 comments on commit 688dc71

Please sign in to comment.