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-building-blocks/pom.xml | 224 +++++++++++++++++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 bpmn/so-bpmn-building-blocks/pom.xml (limited to 'bpmn/so-bpmn-building-blocks/pom.xml') diff --git a/bpmn/so-bpmn-building-blocks/pom.xml b/bpmn/so-bpmn-building-blocks/pom.xml new file mode 100644 index 0000000000..cc6e19d446 --- /dev/null +++ b/bpmn/so-bpmn-building-blocks/pom.xml @@ -0,0 +1,224 @@ + + + org.onap.so + bpmn + 1.3.0-SNAPSHOT + + 4.0.0 + so-bpmn-building-blocks + jar + + 2.0.1 + 3.1 + 1.2 + 1.4.196 + 2.4.7 + 9.5.1-8 + 1.6 + UTF-8 + UTF-8 + 7.8.0 + + + + + org.apache.cxf + cxf-codegen-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + test + + + + **/AllTasksTestsTestSuite.java + + + + + bpmn-tests + + test + + + + **/AllBPMNTestSuites.java + + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.3,) + + + run + + + + + + + + + + + + + + + + + org.camunda.bpm + camunda-bom + ${camunda-os.version} + import + pom + + + + + + org.camunda.bpm + camunda-engine + + + org.camunda.bpm.springboot + camunda-bpm-spring-boot-starter + 2.3.0-alpha2 + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-web + + + com.h2database + h2 + test + + + com.fasterxml.uuid + java-uuid-generator + + + org.apache.commons + commons-lang3 + 3.4 + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + org.springframework + spring-web + + + org.camunda.bpm + camunda-engine-spring + + + org.springframework + spring-beans + + + org.onap.so + MSOCommonBPMN + ${project.version} + + + org.slf4j + slf4j-log4j12 + + + + + org.onap.so + MSOCommonBPMN + ${project.version} + + + org.slf4j + slf4j-log4j12 + + + test-jar + test + + + org.onap.so + MSOCoreBPMN + ${project.version} + test-jar + test + + + com.google.guava + guava + + + org.apache.commons + commons-lang3 + + + + + org.onap.so + so-bpmn-tasks + ${project.version} + + + org.onap.so + so-bpmn-infrastructure-common + ${project.version} + + + commons-net + commons-net + 3.6 + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + -- cgit 1.2.3-korg