diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2019-01-21 16:51:38 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2019-01-21 18:27:06 +0530 |
commit | b26de276956c687b8ff2dd1ec04861ad23c4c31e (patch) | |
tree | 0175896b1efec300c58ab6688355f72b70df6ed1 /asdc-controller/pom.xml | |
parent | f2576548b0f708bbf9d08f683f8949d59d7b7cc6 (diff) |
Update the SDC-Tosca version
Issue-ID: SDC-1955
Change-Id: I6de3ac0509755b5b4ce54015c761d8651467347b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r-- | asdc-controller/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 9ea397701c..9eb9a3aa8b 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -196,13 +196,13 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.4.4</version> + <version>1.4.62</version> </dependency> - <dependency> + <!--dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> <version>1.4.4</version> - </dependency> + </dependency--> <dependency> <groupId>org.onap.so</groupId> <artifactId>common</artifactId> |