We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff77d0 commit 3ecdb47Copy full SHA for 3ecdb47
metafacture-biblio/build.gradle
@@ -22,7 +22,11 @@ dependencies {
22
implementation project(':metafacture-commons')
23
implementation project(':metafacture-flowcontrol')
24
implementation 'org.dspace:oclc-harvester2:0.1.12'
25
- implementation 'xalan:xalan:2.7.2'
+ 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
+ }
30
implementation 'log4j:log4j:1.2.12'
31
testImplementation 'junit:junit:4.12'
32
testImplementation 'org.mockito:mockito-core:2.5.5'
0 commit comments