From 77b03b51cd278eb7a972df467ffd0308cf810220 Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Thu, 17 Jun 2021 14:08:57 +0530 Subject: Merging dynamic_BPMN code to Custom_Workflow branch Issue-ID: SO-3674 Signed-off-by: MD IRSHAD SHEIKH Change-Id: I565ef9e4efa1955739d3963fa2d28a4f875ff7c5 --- pom.xml | 271 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 136 insertions(+), 135 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a665440d04..5097b50a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ 3.4.1 2.1 2.3.7.RELEASE + 3.2.0 2.1.21 false true @@ -249,23 +250,23 @@ /google_checks.xml - - org.codehaus.mojo - findbugs-maven-plugin - 2.5.2 - - project-configs/code-tools/findbugs_include_filter.xml - true - true - true - true - - - - org.codehaus.mojo - sonar-maven-plugin - 5.1 - + + + + + + + + + + + + + + + + + maven-scm-plugin 1.8.1 @@ -289,31 +290,31 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.2 - - - xml - - - + + + + + + + + + + org.codehaus.mojo versions-maven-plugin 1.3.1 - - com.fortify.ps.maven.plugin - sca-maven-plugin - 4.20 - - mso-${project.version} - ${java.version} - - + + + + + + + + + org.jacoco jacoco-maven-plugin @@ -415,105 +416,105 @@ - - net.revelc.code.formatter - formatter-maven-plugin - 2.9.0 - - - format-java - - format - - process-sources - - ${format.skipExecute} - ${base-path}/project-configs/code-tools/onap-eclipse-format.xml - - - - format-xml - - format - - process-sources - - ${format.skipExecute} - ${project.basedir} - ${base-path}/project-configs/code-tools/pom-format.properties - - pom.xml - - - - - validate-java - - validate - - - ${format.skipValidate} - ${base-path}/project-configs/code-tools/onap-eclipse-format.xml - - - - validate-poms - - validate - - - ${format.skipValidate} - ${base-path}/project-configs/code-tools/pom-format.properties - - pom.xml - - - - - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.8 - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-property - - true - - - - enforce-no-snapshots - - true - - - - enforce-banned-dependencies - - enforce - - - - - - org.powermock - - false - - - true - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg