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/it-test/pom.xml | 5 +++ infra/it/memory-benchmark-scripts/pom.xml | 13 +++++--- infra/it/memory-benchmark/pom.xml | 52 +++++++++++++++++++++---------- 3 files changed, 49 insertions(+), 21 deletions(-) (limited to 'infra/it') diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index f8ebf56b2..427eaa737 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -91,6 +91,11 @@ mdsal-netconf-connector test + + org.javassist + javassist + test + 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 diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml index 34f8668f2..2139bc246 100644 --- a/infra/it/memory-benchmark/pom.xml +++ b/infra/it/memory-benchmark/pom.xml @@ -33,12 +33,12 @@ 1.0.0 - 1.4 + 1.6 1.19.04-SNAPSHOT - 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 jar @@ -72,6 +72,7 @@ org.codehaus.groovy groovy-all ${groovy.version} + pom @@ -102,9 +103,11 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.0 true + + --illegal-access=permit @@ -128,8 +131,8 @@ - org.codehaus.gmaven - groovy-maven-plugin + org.codehaus.gmavenplus + gmavenplus-plugin @@ -140,9 +143,14 @@ - - io.fd.honeycomb.benchmark.script.MemoryBenchmarkStartupScriptGenerator.generateWithDataScript(project, log, "memory-benchmark-on-rest-out", 0) - + + + @@ -153,9 +161,14 @@ execute - - io.fd.honeycomb.benchmark.script.MemoryBenchmarkStartupScriptGenerator.generateWithDataScript(project, log, "memory-benchmark-with-data-out", 1000) - + + + @@ -166,9 +179,14 @@ execute - - io.fd.honeycomb.benchmark.script.MemoryBenchmarkStartupScriptGenerator.generateWithDataScript(project, log, "memory-benchmark-with-data-out", 10000) - + + + -- cgit 1.2.3-korg