From 2fe7134ac2bb2f4c10a6acf0164a4653393a5612 Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 10 Feb 2022 21:48:20 +0000 Subject: [DCAEMOD/Runtime] Fix NFE error on BP generation Change-Id: I71bb73d482221731a0355f01670b4d45720af273 Signed-off-by: vv770d Issue-ID: DCAEGEN2-3028 Issue-ID: DCAEGEN2-3077 Signed-off-by: vv770d --- mod/runtimeapi/pom.xml | 205 ++++++++++++++++++++++++------------------------- 1 file changed, 102 insertions(+), 103 deletions(-) (limited to 'mod/runtimeapi/pom.xml') diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 11e5580..0cb4ba3 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -1,9 +1,8 @@ - 4.0.0 - pom - - runtime-core - runtime-web - - - org.onap.oparent - oparent - 2.0.0 - - org.onap.dcaegen2.platform.mod - runtimeapi - 1.2.3 - dcaegen2-platform-mod-runtimeapi - MOD Runtime API - - true - yyyyMMdd'T'HHmmss - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - - - - - java11 - - 11 - 11 - 11 - - - - m2e.version - - true - - - - java8 - - 1.8 - 1.8 - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + pom + + runtime-core + runtime-web + + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.2.4 + dcaegen2-platform-mod-runtimeapi + MOD Runtime API + + true + yyyyMMdd'T'HHmmss + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + + + + java11 + + 11 + 11 + 11 + + + + m2e.version + + true + + + + java8 + + 1.8 + 1.8 + + + - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.6.0.1398 - + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.6.0.1398 + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - enforce-no-snapshots - - enforce - - - - - No Snapshots Allowed! - - - false - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + + false + + + + - - - - - - org.springframework.boot - spring-boot-starter-parent - 2.1.7.RELEASE - pom - import - - - org.springframework.plugin - spring-plugin-core - - - - - org.springframework.plugin - spring-plugin-core - 2.0.0.RELEASE - - - + + + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + pom + import + + + org.springframework.plugin + spring-plugin-core + + + + + org.springframework.plugin + spring-plugin-core + 2.0.0.RELEASE + + + -- cgit 1.2.3-korg