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/so-bpmn-infrastructure-flows/pom.xml | 286 ++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/pom.xml (limited to 'bpmn/so-bpmn-infrastructure-flows/pom.xml') diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml new file mode 100644 index 0000000000..ee51ecd66e --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml @@ -0,0 +1,286 @@ + + + org.onap.so + bpmn + 1.3.0-SNAPSHOT + + 4.0.0 + so-bpmn-infrastructure-flows + jar + + 7.8.0 + + + + + org.apache.cxf + cxf-codegen-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-dependency-plugin + + + maven-failsafe-plugin + 2.6 + + + + integration-test + verify + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.3,) + + + run + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + test + + + + **/AllTestsTestSuite.java + + + + + tasks-test + + test + + + + **/AllTasksTestsTestSuite.java + + + + + bpmn-test + + test + + + + **/AllBPMNTestSuites.java + + + + + + + + ${project.artifactId}-${project.version} + + + + + + org.camunda.bpm + camunda-bom + ${camunda.version} + import + pom + + + + + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter + 2.3.0 + test + + + org.springframework.boot + spring-boot-starter-web + test + + + org.springframework.boot + spring-boot-starter-data-jpa + true + + + 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 + + + com.h2database + h2 + test + + + com.google.guava + guava + 22.0 + + + org.mockito + mockito-core + 1.10.19 + test + + + com.fasterxml.uuid + java-uuid-generator + + + org.codehaus.groovy + groovy-all + + + org.apache.commons + commons-lang3 + 3.4 + + + org.onap.so + MSOCoreBPMN + ${project.version} + + + org.onap.so + MSOCommonBPMN + ${project.version} + + + org.onap.so + MSOCoreBPMN + ${project.version} + tests + test + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + org.onap.so + MSORESTClient + ${project.version} + + + org.camunda.spin + camunda-spin-core + test + + + org.camunda.spin + camunda-spin-dataformat-all + test + + + camunda-spin-dataformat-all + org.camunda.spin + test + + + org.camunda.bpm + camunda-engine-plugin-spin + + + + org.camunda.bpm + camunda-engine-plugin-connect + test + + + javax.annotation + javax.annotation-api + 1.3 + + + org.onap.msb.java-sdk + msb-java-sdk + 1.0.0 + + + com.eclipsesource.jaxrs + jersey-all + + + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + org.slf4j + slf4j-api + + + org.mariadb.jdbc + mariadb-java-client + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + -- cgit 1.2.3-korg