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.
2 parents 84c0ac1 + c7e1eec commit 688dc71Copy full SHA for 688dc71
metafacture-biblio/build.gradle
@@ -22,7 +22,12 @@ 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.1'
+ 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'
31
testImplementation 'junit:junit:4.12'
32
testImplementation 'org.mockito:mockito-core:2.5.5'
33
}
0 commit comments