Skip to content

Commit 152b9fd

Browse files
committed
Add Xalan serializer JAR to WAR lib to solve class resolution issue.
1 parent e4e365c commit 152b9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
TRANQL = [ "org.tranql:tranql-connector:jar:1.8", COMMONS.primitives ]
147147
WOODSTOX = "org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0"
148148
WSDL4J = "wsdl4j:wsdl4j:jar:1.6.3"
149-
XALAN = "xalan:xalan:jar:2.7.1"
149+
XALAN = ["xalan:xalan:jar:2.7.1", "xalan:serializer:jar:2.7.1"]
150150
XERCES = ["xerces:xercesImpl:jar:2.11.0", "xml-apis:xml-apis:jar:1.4.01"]
151151
WS_COMMONS = struct(
152152
:axiom =>AXIOM,

0 commit comments

Comments
 (0)