Skip to content

Commit

Permalink
Add Xalan serializer JAR to WAR lib to solve class resolution issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnml committed Jun 18, 2018
1 parent e4e365c commit 152b9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
TRANQL = [ "org.tranql:tranql-connector:jar:1.8", COMMONS.primitives ]
WOODSTOX = "org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0"
WSDL4J = "wsdl4j:wsdl4j:jar:1.6.3"
XALAN = "xalan:xalan:jar:2.7.1"
XALAN = ["xalan:xalan:jar:2.7.1", "xalan:serializer:jar:2.7.1"]
XERCES = ["xerces:xercesImpl:jar:2.11.0", "xml-apis:xml-apis:jar:1.4.01"]
WS_COMMONS = struct(
:axiom =>AXIOM,
Expand Down

0 comments on commit 152b9fd

Please sign in to comment.