diff options
author | Arthur Martella <amartell@research.att.com> | 2018-04-16 11:25:22 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-04-16 11:27:17 -0400 |
commit | 8dac1f8a7143ea213ab6989c2c6113389ae31356 (patch) | |
tree | d7e3a07e9ab64bd32a60fc810aabcc8f59fb93de /bpmn/MSOCommonBPMN | |
parent | 5304d1554c35486203ca86a353d9059996430ad3 (diff) |
Change version of sdc-tosca dependency
Rolling back version of sdc-tosca library to
1.3.0 to match sdc-distribution-client
Removing the exclusion of jtosca and letting
sdc-tosca pick the version it wants
Change-Id: I5ac8775cce41a92c1964c7a2f24bf0a6b1e3e5df
Issue-ID: SO-564
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 32e7d4a6ac..1d255c4eb4 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -353,22 +353,7 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.3.3</version> - <!-- sdc-tosca:1.3.3 depends on jtosca:1.3.4-SNAPSHOT, - which must be excluded, and the release version - of jtosca must be pulled in using an additional - dependency, below --> - <exclusions> - <exclusion> - <groupId>org.onap.sdc.jtosca</groupId> - <artifactId>jtosca</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.onap.sdc.jtosca</groupId> - <artifactId>jtosca</artifactId> - <version>1.3.4</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> |