Skip to content

Commit

Permalink
Set TransformerFactory property in metamorph-test
Browse files Browse the repository at this point in the history
See #334
  • Loading branch information
fsteeg committed Oct 27, 2020
1 parent 3ecdb47 commit ee0e624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metamorph-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ dependencies {
testImplementation project(':metafacture-formeta')
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.21'
}

test {
systemProperty "javax.xml.transform.TransformerFactory", "com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl"
}

0 comments on commit ee0e624

Please sign in to comment.