From fcfabcf68813244f5e1477579d04c9336515a8b1 Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal" Date: Fri, 5 Feb 2021 17:17:04 +0530 Subject: Split mso-nssmf-adapter from SO Issue-ID: SO-3519 Signed-off-by: mukesh.paliwal Change-Id: I103133644417f54aa53e04f141196aef92c40f40 --- pom.xml | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9c2c4d8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,256 @@ + + + + 4.0.0 + + org.onap.so + adapters + 1.7.1-SNAPSHOT + + org.onap.so.adapters + so-nssmf-adapter + jar + so-nssmf-adapter + Web service endpoint for nssmf operations + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + + + ${project.artifactId}-${project.version} + + + org.springframework.boot + spring-boot-maven-plugin + + org.onap.so.adapters.nssmf.MSONssmfApplication + + + + + repackage + + + + + + org.jacoco + jacoco-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + 2.9.0 + + + format-java + + format + + process-sources + + ${format.skipExecute} + ${project.basedir}/onap-eclipse-format.xml + + + + format-xml + + format + + process-sources + + ${format.skipExecute} + ${project.basedir} + ${project.basedir}/pom-format.properties + + pom.xml + + + + + validate-java + + validate + + + ${format.skipValidate} + ${project.basedir}/onap-eclipse-format.xml + + + + validate-poms + + validate + + + ${format.skipValidate} + ${project.basedir}/pom-format.properties + + pom.xml + + + + + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.8 + + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + docker-build + install + + exec + + + Dockerfile + docker + ${project.basedir} + + build + -t + ${project.artifactId}:${project.version} + . + + + ${project.artifactId}-${project.version}.jar + ${project.artifactId} + + + + + + + + + src/main/resources + true + + **/*.p12 + **/*.jks + + + + src/main/resources + false + + **/*.p12 + **/*.jks + + + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.apache.tomcat + tomcat-jdbc + + + + + org.apache.cxf + cxf-spring-boot-starter-jaxws + + + org.apache.cxf + cxf-spring-boot-starter-jaxrs + + + org.apache.cxf + cxf-rt-rs-service-description-swagger + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-test + test + + + org.onap.so + mso-requests-db + ${project.version} + + + org.onap.so + mso-requests-db-repositories + ${project.version} + + + org.mariadb.jdbc + mariadb-java-client + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + org.springframework.boot + spring-boot-configuration-processor + true + + + com.squareup.okhttp3 + okhttp + 3.14.0 + test + + + org.projectlombok + lombok + + + -- cgit 1.2.3-korg