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 --- infra/it/memory-benchmark-scripts/pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'infra/it/memory-benchmark-scripts') diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml index 8585c910a..0502e4958 100644 --- a/infra/it/memory-benchmark-scripts/pom.xml +++ b/infra/it/memory-benchmark-scripts/pom.xml @@ -7,10 +7,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 4.0.0 @@ -42,9 +42,12 @@ maven-compiler-plugin + 3.8.0 groovy-eclipse-compiler + 1.8 + 1.8 @@ -53,6 +56,7 @@ ${groovy.eclipse.compiler.version} + org.codehaus.groovy groovy-eclipse-batch @@ -68,6 +72,7 @@ org.codehaus.groovy groovy-all ${groovy.version} + pom \ No newline at end of file -- cgit 1.2.3-korg