Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
Patch available
Description
Block cocoon-batik-impl builds against a wrong version of Batik. Version 1.6-1 is the version of Batik that is used, but during compile time version 1.5 is also included (the artifact has a different name).
Dependency batik-transcoder depends on batik-1.5-fop, and this version of batik isn't compatible with 1.6-1 (e.g. the signature of the method org.apache.batik.dom.util.HashTableStack.put has changed). Excluding the batik-1.5-fop dependency seems to solve the problem.
Dependency batik-transcoder depends on batik-1.5-fop, and this version of batik isn't compatible with 1.6-1 (e.g. the signature of the method org.apache.batik.dom.util.HashTableStack.put has changed). Excluding the batik-1.5-fop dependency seems to solve the problem.