From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- adapters/mso-requests-db-adapter/pom.xml | 249 ++++++++++++++++++++++++------- 1 file changed, 193 insertions(+), 56 deletions(-) (limited to 'adapters/mso-requests-db-adapter/pom.xml') diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 51d9092472..175e7fbd19 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -4,93 +4,230 @@ org.onap.so adapters - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.so.adapters mso-requests-db-adapter - war - - - - org.onap.so - mso-requests-db - ${project.version} + org.springframework.boot + spring-boot-starter-actuator - org.jboss.resteasy - resteasy-jaxrs - 3.5.0.Final - provided + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jdbc - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.apache.httpcomponents - httpclient + org.apache.tomcat + tomcat-jdbc + + org.apache.commons + commons-dbcp2 + + + org.apache.cxf + cxf-spring-boot-starter-jaxws + 3.1.12 + + + org.apache.cxf + cxf-spring-boot-starter-jaxrs + 3.1.12 + + + org.apache.cxf + cxf-rt-rs-service-description-swagger + 3.1.11 + + + org.springframework.boot + spring-boot-starter-test + test + + + com.h2database + h2 + test + + + org.mariadb.jdbc + mariadb-java-client + org.onap.so - status-control + mso-requests-db ${project.version} - + + org.springframework.boot + spring-boot-starter-data-jpa + true + + + janino + janino + 2.5.15 + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.flywaydb + flyway-core + true + + + net.javacrumbs.shedlock + shedlock-spring + + + net.javacrumbs.shedlock + shedlock-provider-jdbc-template + + + io.micrometer + micrometer-spring-legacy + 1.0.5 + + + io.micrometer + micrometer-registry-prometheus + 1.0.5 + ${project.artifactId}-${project.version} - - - maven-war-plugin - 2.4 - - WebContent - false - true - - - - org.codehaus.mojo - jaxws-maven-plugin - 2.4.1 + org.apache.cxf + cxf-java2ws-plugin + 3.1.12 + + + org.apache.cxf + cxf-rt-frontend-jaxws + 3.1.12 + + + org.apache.cxf + cxf-rt-frontend-simple + 3.1.12 + + + process-classes + process-classes + + org.onap.so.adapters.requestsdb.MsoRequestsDbAdapter + true + true + - wsgen + java2ws + + + org.jacoco + jacoco-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} - true - org.openecomp.mso.adapters.requestsdb.MsoRequestsDbAdapterImpl - true - true + org.onap.so.adapters.requestsdb.application.MSORequestDBApplication - - - com.sun.xml.ws - jaxws-tools - 2.2.7 - - - org.onap.so.adapters - mso-adapter-utils - ${project.version} - - + + + + repackage + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + original + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + extract-docker-file + + + + + io.fabric8 + fabric8-maven-plugin + + + start + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.cxf + + + cxf-java2ws-plugin + + + [3.1.12,) + + + java2ws + + + + + + + + + + + + - + \ No newline at end of file -- cgit 1.2.3-korg