From 7a36c13b120629557398e84f8924f585fd9ff899 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Fri, 23 Mar 2018 17:49:05 -0400 Subject: [PATCH] Remove forbidden dependencies to fix Jenkins job Change-Id: I5cdc138bb64d526d9b1baa8c2238cc9223004426 Issue-ID: SO-529 Signed-off-by: Arthur Martella --- asdc-controller/pom.xml | 16 +++++++++++++++- bpmn/MSOCommonBPMN/pom.xml | 25 ++++++++++++++++++++----- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index ff21372240..94a8dd5249 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -98,11 +98,25 @@ + org.openecomp.sdc.sdc-tosca sdc-tosca 1.2.3 + + + org.openecomp.sdc.jtosca + jtosca + + + - + + + org.openecomp.sdc.jtosca + jtosca + 1.2.1 + org.apache.httpcomponents diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index a0a5a24e3f..b0ec0c01bc 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -350,11 +350,26 @@ spring-test 4.3.14.RELEASE - - org.openecomp.sdc.sdc-tosca - sdc-tosca - 1.2.3 - + + + org.openecomp.sdc.sdc-tosca + sdc-tosca + 1.2.3 + + + org.openecomp.sdc.jtosca + jtosca + + + + + + + org.openecomp.sdc.jtosca + jtosca + 1.2.1 + org.camunda.bpm camunda-engine-spring -- 2.16.6