Skip to content

Commit c7e1eec

Browse files
committed
Revert to 462e675
We go with an old library version of xalan and some library exclusions. For now. Revert "Set TransformerFactory property in metamorph-test" This reverts commit ee0e624. Revert "Tweak test logging, update xalan dependency, set TransformerFactory" This reverts commit 4ff77d0. See #334.
1 parent ee0e624 commit c7e1eec

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ gradle.projectsEvaluated {
200200
task publish {
201201
dependsOn tasks.uploadArchives
202202
}
203-
204-
test {
205-
testLogging {
206-
exceptionFormat = 'full'
207-
}
208-
}
209203
}
210204
}
211205

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.7.2') {
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'

metafacture-biblio/src/main/java/org/metafacture/biblio/OaiPmhOpener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ public final class OaiPmhOpener extends
5050
* Default constructor
5151
*/
5252
public OaiPmhOpener() {
53-
// See https://github.com/metafacture/metafacture-core/issues/334
54-
System.setProperty("javax.xml.transform.TransformerFactory", "com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");
53+
5554
}
5655

5756
/**

metamorph-test/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ dependencies {
3333
testImplementation project(':metafacture-formeta')
3434
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.21'
3535
}
36-
37-
test {
38-
systemProperty "javax.xml.transform.TransformerFactory", "com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl"
39-
}

0 commit comments

Comments
 (0)