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/pom.xml | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 bpmn/pom.xml (limited to 'bpmn/pom.xml') diff --git a/bpmn/pom.xml b/bpmn/pom.xml new file mode 100644 index 0000000000..ebcce1d8fe --- /dev/null +++ b/bpmn/pom.xml @@ -0,0 +1,159 @@ + + 4.0.0 + + + org.openecomp + mso + 0.0.4-SNAPSHOT + + + org.openecomp.mso + bpmn + BPMN Subsystem + BPMN Subsystem for MSO + pom + + + 7.3.0 + 1.2 + 1.3.173 + 2.4.7 + 9.5.1-8 + 4.11 + 1.6 + + UTF-8 + UTF-8 + + + + + MSOCoreBPMN + MSORESTClient + MSOGammaBPMN + MSOURN-plugin + MSOCockpit + + + + + + + + org.camunda.bpm + camunda-bom + ${camunda.version} + import + pom + + + org.camunda.bpm.extension + camunda-bpm-assert + ${camunda.bpm.assert.version} + + + com.h2database + h2 + ${h2.version} + + + org.codehaus.groovy + groovy-all + ${groovy.version} + + + net.sf.saxon + Saxon-HE + ${saxon.version} + + + junit + junit + ${junit.version} + + + xmlunit + xmlunit + ${xmlunit.version} + + + javax.activation + activation + 1.1.1 + compile + + + org.springframework + spring-beans + 3.2.4.RELEASE + + + + + + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + true + -Xss1m @{argLine} + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + + jacoco-maven-plugin + + + [0.7.1.201405082137,) + + + prepare-agent + + + + + + + + + + + + + + + -- cgit 1.2.3-korg