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) --- bpmn/mso-infrastructure-bpmn/pom.xml | 207 +++++++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 bpmn/mso-infrastructure-bpmn/pom.xml (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml new file mode 100644 index 0000000000..fbfe831fd2 --- /dev/null +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -0,0 +1,207 @@ + + + org.onap.so + bpmn + 1.3.0-SNAPSHOT + + 4.0.0 + mso-infrastructure-bpmn + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + + unpack + + + + + org.onap.so + MSOCommonBPMN + ${project.version} + jar + false + ${project.build.outputDirectory} + **/*.bpmn + + + org.onap.so + so-bpmn-building-blocks + ${project.version} + jar + false + ${project.build.outputDirectory} + **/*.bpmn + + + org.onap.so + so-bpmn-infrastructure-flows + ${project.version} + jar + false + ${project.build.outputDirectory} + **/*.bpmn + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + compile + + testCompile + + + false + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + tests + + + original + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + org.onap.so.adapters.requestsdb.application.MSOInfrastructureApplication + + + + + repackage + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + extract-docker-file + + + + + io.fabric8 + fabric8-maven-plugin + + + start + + + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter + 2.3.0 + + + org.camunda.bpm.extension + camunda-bpm-assert + 2.0-alpha2 + test + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter-rest + 2.3.0 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-data-jpa + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.onap.so + so-bpmn-infrastructure-common + ${project.version} + + + org.onap.so + MSOCommonBPMN + ${project.version} + + + org.onap.so + MSOCommonBPMN + ${project.version} + test-jar + test + + + com.h2database + h2 + test + + + org.springframework.cloud + spring-cloud-contract-wiremock + 1.2.4.RELEASE + test + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + io.micrometer + micrometer-spring-legacy + 1.0.5 + + + io.micrometer + micrometer-registry-prometheus + 1.0.5 + + + -- cgit 1.2.3-korg