From 0434bcbb88ec0fdad1074e8fd588fe000d3974a5 Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal" Date: Mon, 8 Mar 2021 21:53:02 +0530 Subject: so-nssmf-adapter build failed issues Issue-ID: SO-3575 Signed-off-by: mukesh.paliwal Change-Id: I58fde2cd2a1bf65702e34eeeeab0d967c10f23c8 --- so-nssmf-adapter-application/pom.xml | 179 +++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100755 so-nssmf-adapter-application/pom.xml (limited to 'so-nssmf-adapter-application/pom.xml') diff --git a/so-nssmf-adapter-application/pom.xml b/so-nssmf-adapter-application/pom.xml new file mode 100755 index 0000000..f380946 --- /dev/null +++ b/so-nssmf-adapter-application/pom.xml @@ -0,0 +1,179 @@ + + + + 4.0.0 + + org.onap.so.adapters.so-nssmf-adapter + so-nssmf-adapter + 1.8.0-SNAPSHOT + + so-nssmf-adapter-application + 1.8.0-SNAPSHOT + SO NSSMF Application Jar + + ${project.artifactId}-${project.version} + + + + org.springframework.boot + spring-boot-maven-plugin + + org.onap.so.adapters.nssmf.MSONssmfApplication + + + + + repackage + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + original + + + + + org.jacoco + jacoco-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + DEBUG + + 2 + suites + false + 1 + + + + + + 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 + + + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.8 + + + 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