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/scripts-parent/pom.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'common/scripts-parent') diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml index 82bbf4fa9..374bee324 100644 --- a/common/scripts-parent/pom.xml +++ b/common/scripts-parent/pom.xml @@ -28,10 +28,10 @@ - 2.0 - 2.4.7 - 2.9.2-01 - 2.4.3-01 + 1.6.2 + 2.5.5 + 3.3.0-01 + 2.5.6-02 0.13.2 @@ -41,6 +41,12 @@ org.codehaus.groovy groovy-all ${groovy.version} + pom + + + org.codehaus.groovy + groovy-templates + ${groovy.version} org.opendaylight.mdsal @@ -72,9 +78,12 @@ maven-compiler-plugin + 3.8.0 groovy-eclipse-compiler + 1.8 + 1.8 @@ -83,11 +92,18 @@ ${groovy.eclipse.compiler.version} + org.codehaus.groovy groovy-eclipse-batch ${groovy.eclipse.batch.version} + + org.codehaus.groovy + groovy-all + ${groovy.version} + pom + -- cgit 1.2.3-korg