From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- bpmn/MSOURN-plugin/pom.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 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..48da51ee96 --- /dev/null +++ b/bpmn/MSOURN-plugin/pom.xml @@ -0,0 +1,72 @@ + + 4.0.0 + + + org.openecomp.mso + bpmn + 0.0.4-SNAPSHOT + + + com.att.camunda.bpm.cockpit.plugin + cockpit-urnmap-plugin + + jar + + MSO URN Mapping Cockpit Plugin + + + + + org.camunda.bpm.webapp + camunda-webapp-core + ${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 + + + junit + junit + test + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + org.openecomp.mso + common + ${project.version} + compile + + + \ No newline at end of file -- cgit 1.2.3-korg