X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=efee388fe9c6bd37fa4e65a5c9f4407d71ad0a3c;hb=9693ec51cf6526082f0ad0c3ad208d144cbbb163;hp=a51d6943a3357b661057230fa04c373b963d2eec;hpb=5e575237b404faee1fd71fa81dbad0b1b4d6017b;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index a51d6943a..efee388fe 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. - Modifications Copyright (C) 2021 Nordix Foundation. + Modifications Copyright (C) 2021-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,20 +32,48 @@ org.onap.cps cps-parent - 2.1.0-SNAPSHOT + 3.3.7-SNAPSHOT pom org.onap.cps.Application - 11 - 0.97 + 17 + 1.00 + 42.5.1 ${project.reporting.outputDirectory}/jacoco-aggregate ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml + ${project.basedir}/.. + 17 + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + + @@ -90,7 +118,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.3.RELEASE + 3.0.0 @@ -109,7 +137,6 @@ io.swagger.codegen.v3 swagger-codegen-maven-plugin - 3.0.27 openapi-yaml-gen @@ -127,7 +154,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.1.3 + 4.4.2 com.github.spotbugs @@ -143,7 +170,7 @@ org.slf4j slf4j-simple - 1.8.0-beta4 + 2.0.6 @@ -188,7 +215,7 @@ org.jsonschema2pojo jsonschema2pojo-maven-plugin - 1.1.1 + 1.2.1 ${java.version} @@ -206,10 +233,7 @@ org.apache.maven.plugins maven-compiler-plugin - - ${java.version} - ${java.version} - + 3.11.0 org.apache.maven.plugins @@ -277,7 +301,7 @@ org.onap.oparent checkstyle - 3.1.0 + 3.2.0 ${project.groupId} @@ -331,12 +355,16 @@ org.jacoco jacoco-maven-plugin + 0.8.10 + org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* + org/onap/cps/**/*MapperImpl.class + org/onap/cps/ncmp/rest/stub/* @@ -376,6 +404,31 @@ org.sonarsource.scanner.maven sonar-maven-plugin + 3.9.1.2184 + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + generate-csv + prepare-package + + exec + + + + + ${script.executor} + ${parent.directory}/cps-ri/src/main/resources/ + + yangResourceCsvGenerator.py + dmi-registry@2021-12-13 + dmi-registry@2022-02-10 + dmi-registry@2022-05-10 + +