Skip to content

Commit

Permalink
Merge pull request #736 from jamesnetherton/fix-xslt
Browse files Browse the repository at this point in the history
Fix XSLT extension NoSuchMethodError: TransformerFactory.newInstance(String,ClassLoader)
  • Loading branch information
oscerd committed Feb 19, 2020
2 parents 2bbdea2 + 7f3b951 commit 0abaf5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,12 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down

0 comments on commit 0abaf5a

Please sign in to comment.