aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-04-17 22:52:36 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-17 22:52:36 +0000
commit91d9f3c2c2aaba12916e8b3808fb022a541829fa (patch)
tree1d490ca794a3ebbd0416a2c407cfb70a62c74b51
parent34ad3930a33907c85ec0c32829567753e6395955 (diff)
parent8dac1f8a7143ea213ab6989c2c6113389ae31356 (diff)
Merge "Change version of sdc-tosca dependency"
-rw-r--r--asdc-controller/pom.xml17
-rw-r--r--bpmn/MSOCommonBPMN/pom.xml17
2 files changed, 2 insertions, 32 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 20a3566181..88bfa6c651 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -87,22 +87,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>
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>