From b5a238326e5fc5e240acb11f52748774c2f6da40 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Wed, 2 Jun 2021 19:45:46 +0100 Subject: Adding new sub repo and modules, along with rest endpoint, test case and Spring Application class Issue-ID: CPS-431 Change-Id: I6fd4379df6133108c1f8f2a5339f990f16773ad6 Signed-off-by: DylanB95EST --- pom.xml | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..abed018e --- /dev/null +++ b/pom.xml @@ -0,0 +1,214 @@ + + + + 4.0.0 + + + org.onap.oparent + oparent + 3.2.0 + + + + + ONAP - CPS + http://www.onap.org/ + + + org.onap.cps + ncmp-dmi-plugin + 0.0.1-SNAPSHOT + ncmp-dmi-plugin + DMI Plugin Service + + + org.onap.cps.ncmp.Application + 3.0.8 + 11 + 3.1.0 + UTF-8 + 2.0-M5-groovy-3.0 + 2.0-M5-groovy-3.0 + 2.5.0 + 2.1.4 + 1.6.2 + 3.0.18 + + + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + io.swagger + swagger-annotations + ${swagger-annotations-version} + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.spockframework + spock-core + ${spock-core.version} + + + org.spockframework + spock-spring + ${spock-spring.version} + + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.spockframework + spock-core + test + + + org.spockframework + spock-spring + test + + + io.swagger + swagger-annotations + ${swagger-annotations-version} + + + + + + + src/main/resources + true + + + target/generated-sources/license + + third-party-licenses.txt + + + + target/generated-resources/licenses + + *.* + + third-party-licenses + + + + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + ${swagger-codegen-maven-plugin.version} + + + + generate + + + ${project.basedir}/docs/openapi/openapi.yml + spring + false + org.onap.cps.ncmp.rest.api + org.onap.cps.ncmp.rest.model + + src/gen/java + java11 + true + true + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + build-info + repackage + + + + + + org.codehaus.gmavenplus + gmavenplus-plugin + + + + compileTests + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${surefireArgLine} + + **/*Spec.java + + + **/IT*.java + + + + + + \ No newline at end of file -- cgit 1.2.3-korg