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/minimal-distribution-parent/pom.xml | 44 ++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'common/minimal-distribution-parent/pom.xml') diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 0f224343b..d0edeff8d 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -87,8 +87,8 @@ - org.codehaus.gmaven - groovy-maven-plugin + org.codehaus.gmavenplus + gmavenplus-plugin start-scripts-generation @@ -97,9 +97,14 @@ execute - - io.fd.honeycomb.common.scripts.StartupScriptGenerator.generate(project, properties, log) - + + + @@ -111,9 +116,14 @@ execute - - io.fd.honeycomb.common.scripts.ModulesListGenerator.generate(project, properties, log) - + + + @@ -123,9 +133,14 @@ execute - - io.fd.honeycomb.common.scripts.ModuleYangIndexGenerator.pairDistributionModulesWithYangModules(project, log) - + + + @@ -167,17 +182,18 @@ maven-surefire-plugin + 2.22.0 - ${argLine} -Djava.security.egd=file:${random.seed.file} + ${argLine} -Djava.security.egd=file:${random.seed.file} --illegal-access=permit - org.codehaus.gmaven - groovy-maven-plugin + org.codehaus.gmavenplus + gmavenplus-plugin org.apache.maven.plugins -- cgit 1.2.3-korg