From 62cd6aaaf74aa91ee0037c0e155c8e7284f07567 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Fri, 8 Sep 2017 13:27:46 -0400 Subject: 1710 Rebase - Second Attempt This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit: 54483fc6606ddb1591a2e9da61bff8712325f924 Wed Sep 6 18:12:56 2017 -0400 Rebasing was done on a branch on top of this commit in so/master in ONAP: 93fbdfbe46104f8859d4754040f979cb7997c157 Thu Sep 7 16:42:59 2017 +0000 Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59 Issue-id: SO-107 Signed-off-by: Arthur Martella --- bpmn/MSOCommonBPMN/pom.xml | 437 +++++++++++++++++++++++++++++++++------------ 1 file changed, 322 insertions(+), 115 deletions(-) (limited to 'bpmn/MSOCommonBPMN/pom.xml') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 3452fe3fdd..24c881d566 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -1,34 +1,47 @@ - + 4.0.0 org.openecomp.so - bpmn - 1.1.0-SNAPSHOT - - MSOCommonBPMN - MSOCommonBPMN - war + bpmn + 1.1.0-SNAPSHOT + + MSOCommonBPMN + MSOCommonBPMN + war + + + 7.6.0 + 3.1.2.RELEASE + 3.1 + 2.0.1 + 4.1.4.RELEASE + 1.1.1 + 1.8 + 1.8 + + - - org.apache.maven.plugins - maven-compiler-plugin - - - test-compile - compile - - testCompile - - - false - - - - + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + compile + + testCompile + + + false + + + + org.apache.maven.plugins @@ -36,58 +49,58 @@ 2.6 - + default-jar package jar - + org/openecomp/mso/bpmn/common/MSOCommonApplication.class - + - - - test-jar - - - true - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - - attach-artifact - - package - - - - ${project.build.directory}/${project.artifactId}-${project.version}.jar - jar - - - - - - + + + test-jar + + + true + false + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + + attach-artifact + + package + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + jar + + + + + + org.apache.maven.plugins maven-war-plugin 2.3 - false + false @@ -96,18 +109,18 @@ 2.5.2 - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - - org.eclipse.jdt.groovy.core.groovyNature - - - **/*.groovy - - - + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + org.eclipse.jdt.groovy.core.groovyNature + + + **/*.groovy + + + maven-antrun-plugin @@ -153,10 +166,54 @@ + + org.codehaus.mojo + jaxb2-maven-plugin + 2.3 + + + xjc + + xjc + + + + + true + + -Xannotate + -Xcommons-lang + + + src/main/resources/xsd + + + src/main/resources/xjb + + ${project.build.directory}/generated-sources + + + + org.jvnet.jaxb2_commons + jaxb2-basics-annotate + 0.6.4 + + + org.jvnet.jaxb2_commons + jaxb2-commons-lang + 2.3 + + + com.sun.codemodel + codemodel + 2.6 + + + - org.eclipse.m2e @@ -188,6 +245,8 @@ + + @@ -206,20 +265,18 @@ - - org.camunda.bpm camunda-engine-cdi - org.camunda.bpm.extension camunda-bpm-assert - 1.2 test @@ -228,15 +285,8 @@ 1.10.19 test - - - org.camunda.bpm.workbench - camunda-workbench-dist-embeddable - 1.0.0-alpha8 - test - - - org.camunda.spin @@ -263,10 +313,10 @@ - org.jboss.resteasy - resteasy-client - 3.0.19.Final - provided + org.jboss.resteasy + resteasy-client + 3.0.19.Final + provided org.apache.httpcomponents @@ -313,33 +363,34 @@ javax.ws.rs-api 2.0 - - - org.springframework - spring-web - 4.3.2.RELEASE - - - org.openecomp.so - MSOMockServer - ${project.version} - classes - test - - - org.openecomp.so - MSORESTClient - ${project.version} - + + + org.openecomp.so + MSOMockServer + ${project.version} + classes + test + + + org.openecomp.so + MSORESTClient + ${project.version} + - - javax.servlet - javax.servlet-api - 3.0.1 - provided - + + javax.servlet + javax.servlet-api + 3.0.1 + provided + - + + org.springframework + spring-test + 4.3.2.RELEASE + + + com.github.tomakehurst wiremock 1.56 @@ -388,5 +439,161 @@ + + org.camunda.bpm + camunda-engine-spring + + + org.springframework + spring-beans + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.core + jackson-core + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + + + org.aspectj + aspectjrt + 1.6.12 + + + commons-httpclient + commons-httpclient + ${httpclient.version} + + + org.openecomp.appc.client + client-kit + 1.1.0 + + + org.openecomp.appc.client + client-lib + 1.1.0 + + + + org.onap.aai.aai-common + aai-schema + 1.1.0-SNAPSHOT + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + org.mockito + mockito-all + 1.10.19 + + + commons-lang + commons-lang + 2.6 + + + com.openpojo + openpojo + 0.8.6 + + + com.jayway.jsonpath + json-path + 2.2.0 + + + org.springframework + spring-web + 4.3.2.RELEASE + + + org.springframework + spring-test + ${spring.version} + + + junit + junit + 4.12 + + + commons-httpclient + commons-httpclient + ${httpclient.version} + + + javax.ws.rs + javax.ws.rs-api + ${jax.ws.rs} + + + + org.openecomp.appc.client + client-kit + 1.1.0 + + + org.openecomp.appc.client + client-lib + 1.1.0 + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.4.0 + + + org.aspectj + aspectjrt + 1.6.12 + + + org.mockito + mockito-all + 1.10.19 + + + com.att.nsa + dmaapClient + 0.2.12 + + + + org.camunda.bpm.workbench + camunda-workbench-dist-embeddable + 1.0.0-alpha8 + test + + + org.jboss.resteasy + resteasy-jackson2-provider + 3.0.11.Final + + -- cgit 1.2.3-korg