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/MSOCoreBPMN/pom.xml | 181 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 bpmn/MSOCoreBPMN/pom.xml (limited to 'bpmn/MSOCoreBPMN/pom.xml') diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml new file mode 100644 index 0000000000..db0f7cf30a --- /dev/null +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -0,0 +1,181 @@ + + + + org.openecomp.mso + bpmn + 0.0.4-SNAPSHOT + + 4.0.0 + org.openecomp.mso + MSOCoreBPMN + jar + + + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + + default-jar + package + + jar + + + + org/openecomp/mso/bpmn/test/** + + + + + + + test-utilities + package + + jar + + + test + + org/openecomp/mso/bpmn/test/** + + + + + + + + + + + + org.camunda.bpm + camunda-engine + provided + + + org.camunda.bpm + camunda-engine-rest + classes + + + + commons-fileupload + commons-fileupload + + + + + + commons-fileupload + commons-fileupload + 1.3.2 + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + junit + junit + test + + + org.mockito + mockito-all + 1.10.19 + test + + + + org.camunda.connect + camunda-connect-connectors-all + compile + + + org.camunda.template-engines + camunda-template-engines-freemarker + + + org.camunda.bpm + camunda-engine-plugin-spin + + + + org.camunda.spin + camunda-spin-dataformat-json-jackson + + + org.camunda.spin + camunda-spin-dataformat-xml-dom + + + org.camunda.bpm + camunda-engine-plugin-connect + + + org.codehaus.groovy + groovy-all + compile + + + com.h2database + h2 + provided + + + net.sf.saxon + Saxon-HE + + + org.openecomp.mso + common + ${project.version} + + + org.jboss.resteasy + resteasy-jaxrs + 3.0.19.Final + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.apache.httpcomponents + httpclient + + + + + org.json + json + 20160212 + + + xmlunit + xmlunit + 1.6 + + + -- cgit 1.2.3-korg