diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-27 14:32:11 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-03-27 14:32:11 -0400 |
commit | b4473da1a753e63e66f5a9a3b1984fd4736273c2 (patch) | |
tree | 07a54d689ed6c6f94d2a58e7f683200569a49160 /bpmn/MSOCommonBPMN/pom.xml | |
parent | ecc98a038909d1f9f18753706b77178f14abd8b4 (diff) |
Dependency version updates for Beijing
Update so/libs version to 1.2.1
Update aai-common version to 1.2.1
Update sdc-distribution-client version to 1.3.0
Update sdc-tosca version to 1.3.3
Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7
Issue-ID: SO-536
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index b0ec0c01bc..669a3cb353 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -351,24 +351,9 @@ <version>4.3.14.RELEASE</version> </dependency> <dependency> - <!-- This version should be upgraded in Beijing --> - <groupId>org.openecomp.sdc.sdc-tosca</groupId> + <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.2.3</version> - <exclusions> - <exclusion> - <groupId>org.openecomp.sdc.jtosca</groupId> - <artifactId>jtosca</artifactId> - <!-- <version>1.2.2-SNAPSHOT</version> --> - </exclusion> - </exclusions> - </dependency> - <dependency> - <!-- When the sdc-tosca version is upgraded from 1.2.3, - this dependency should be removed entirely --> - <groupId>org.openecomp.sdc.jtosca</groupId> - <artifactId>jtosca</artifactId> - <version>1.2.1</version> + <version>1.3.3</version> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> |