From 7ace3e6761629e84f357d4bea06fbf539039d218 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Sat, 17 Nov 2018 00:52:11 -0500 Subject: Use spring auto deployment remove processes.xml from application in favor of spring properties removed the last @EnableProcessApplication annotation removed remaining processes.xml from code modified JEL expression with explicit getVariable calls update application.yaml defaults for camunda deployment Update camunda configuration to run history clean up Change-Id: If9a5cf03a8cdc33c32eeb790656f925d2f0b6d7b Issue-ID: SO-1232 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/mso-infrastructure-bpmn/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index e3d611275e..e22125bee6 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -20,6 +20,7 @@ unpack + true org.onap.so @@ -53,6 +54,24 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + integration-test + + test + + + true + + **/IntegrationTestSuite.java + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -175,6 +194,16 @@ test-jar test + + org.onap.so + so-bpmn-building-blocks + ${project.version} + + + org.onap.so + so-bpmn-infrastructure-flows + ${project.version} + com.h2database h2 -- cgit 1.2.3-korg