From f8f5a264c0abad9c207a7692bdd222d1791799bd Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 14 Apr 2022 23:21:49 +0100 Subject: Fix broken launch WorkFlow Designer Signed-off-by: Vasyl Razinkov Change-Id: I60a9163b59fafff265c9a5f8582a1d4872ccc02b Issue-ID: SDC-3970 --- pom.xml | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 48b5b675..d8ca7853 100644 --- a/pom.xml +++ b/pom.xml @@ -33,9 +33,6 @@ pom - 2.17 - 1.8 - 1.8 yyyyMMdd'T'HHmmss'Z' UTF-8 UTF-8 @@ -52,12 +49,13 @@ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 1.41 org.onap.oparent oparent - 2.0.0 + 3.2.0 @@ -70,20 +68,25 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 2.22.2 org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.8 io.fabric8 docker-maven-plugin - 0.28.0 + 0.38.0 false ${nexus.registry} @@ -111,12 +114,26 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.2 + + org.apache.maven.plugins + maven-compiler-plugin + + 11 + 11 + true + + + + org.apache.maven.plugins maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} checkstyle-suppressions.xml checkstyle.suppressions.file @@ -222,4 +239,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg