From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/MSOCoreBPMN/pom.xml | 249 ++++++++++++++++++++--------------------------- 1 file changed, 106 insertions(+), 143 deletions(-) (limited to 'bpmn/MSOCoreBPMN/pom.xml') diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index 2f9d574ae1..fc686e503c 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -1,134 +1,111 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + org.onap.so - bpmn - 1.2.0-SNAPSHOT - - 4.0.0 - MSOCoreBPMN - jar + bpmn + 1.3.0-SNAPSHOT + + 4.0.0 + MSOCoreBPMN + jar - - - - org.apache.maven.plugins - maven-compiler-plugin - - - test-compile - compile - - testCompile - - - false - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.0.2 - - - tests-jar - package - - test-jar - - - false - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + compile + + testCompile + + + false + + + + - + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + tests-jar + package + + test-jar + + + false + + + + + + - - - org.camunda.bpm - camunda-engine - provided - - - org.camunda.bpm - camunda-engine-rest - classes - - - - commons-fileupload - commons-fileupload - - - - - - commons-fileupload - commons-fileupload + + + + commons-fileupload + commons-fileupload 1.3.3 - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - 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-all - - - org.camunda.bpm - camunda-engine-plugin-connect - - - org.codehaus.groovy - groovy-all - compile - - - com.h2database - h2 - test - - - net.sf.saxon - Saxon-HE - - + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + org.camunda.connect + camunda-connect-connectors-all + 1.0.5 + + + org.camunda.bpm + camunda-engine-plugin-connect + 7.7.0 + + + org.camunda.bpm + camunda-engine + 7.7.0 + + + org.codehaus.groovy + groovy-all + compile + + + com.h2database + h2 + test + + + net.sf.saxon + Saxon-HE + + org.onap.so - common - ${project.version} - - - org.json - json - 20160212 - + common + ${project.version} + + + org.json + json + 20160212 + + + org.xmlunit + xmlunit-core + test + com.github.fge json-schema-validator @@ -139,27 +116,13 @@ json-schema-core 1.2.4 - - org.xmlunit - xmlunit-core - 2.5.1 - test - - - org.onap.so - status-control - ${project.version} - - org.onap.so - mso-api-handler-common - ${project.version} + org.springframework + spring-beans - - org.assertj - assertj-core - 3.8.0 - test - + + org.yaml + snakeyaml + -- cgit 1.2.3-korg