From a7a8f9822082e533096e5bdecc531cbaea0f3931 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Wed, 10 Apr 2019 17:43:54 +0200 Subject: HONEYCOMB-448: JAVA 11 support - updated dependencies - compilation error fixes Change-Id: Iad9d353d06c113a0da892ff11a442e4b41edae0d Signed-off-by: Michal Cmarada --- common/asciidoc-scripts/pom.xml | 5 +++++ .../io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'common/asciidoc-scripts') diff --git a/common/asciidoc-scripts/pom.xml b/common/asciidoc-scripts/pom.xml index 6d5e44bb9..f6cacb6f1 100644 --- a/common/asciidoc-scripts/pom.xml +++ b/common/asciidoc-scripts/pom.xml @@ -36,6 +36,11 @@ org.codehaus.groovy groovy-all + pom + + + org.codehaus.groovy + groovy-templates \ No newline at end of file diff --git a/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy b/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy index 5bdf0cd32..6dbfef811 100644 --- a/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy +++ b/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy @@ -23,7 +23,7 @@ class AsciiDocImgForwarder { static final def ADOC_FOLDER = "asciidoc" static final def SITE_FOLDER = "site" - static final def PNG_EXTENSION = "png"; + static final def PNG_EXTENSION = "png" /** * Copies generated images to site folder -- cgit 1.2.3-korg