Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.1
-
None
Description
TemplateEngine is a part of groovy-templates artifact and in its api it returns Template which is in the same artifact. The dependecies for this artifact are
groovy-xml:3.01 (compile) -> groovy:3.0.1 (runtime)
Class Template uses Writable in its interface and unfortunately the runtime maven dependency between groovy-xml and groovy causes that groovy artifact is not on the classpath when compiling against groovy-templates artifact.
Compilation dependency:
+--- org.codehaus.groovy:groovy-templates -> 3.0.1
--- org.codehaus.groovy:groovy-xml:3.0.1