From 38f720752af4d4aad8c4e467a288d9048659f688 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 14 Mar 2018 02:07:32 -0400 Subject: AT&T 1712 and 1802 release code This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty --- bpmn/MSOURN-plugin/pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 bpmn/MSOURN-plugin/pom.xml (limited to 'bpmn/MSOURN-plugin/pom.xml') diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml new file mode 100644 index 0000000000..0dc8d6dee5 --- /dev/null +++ b/bpmn/MSOURN-plugin/pom.xml @@ -0,0 +1,65 @@ + + 4.0.0 + + + org.onap.so + bpmn + 1.2.0-SNAPSHOT + + + org.onap.so + cockpit-urnmap-plugin + + jar + + MSO URN Mapping Cockpit Plugin + + + + org.camunda.bpm.webapp + camunda-webapp + classes + ${camunda.version} + + + commons-fileupload + commons-fileupload + + + + + commons-fileupload + commons-fileupload + 1.3.2 + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + + org.camunda.bpm + camunda-engine + ${camunda.version} + + + com.h2database + h2 + test + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + org.onap.so + common + ${project.version} + compile + + + -- cgit 1.2.3-korg