diff options
author | liboNet <libo.zhu@intel.com> | 2019-05-09 08:54:06 +0800 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-05-13 16:25:51 +0000 |
commit | 07cb87c6cea08b59762c84f31eb08c6c182041aa (patch) | |
tree | 4841abf5d5ef987790426c886693f79e016f6876 /plugins/reception-plugins/pom.xml | |
parent | 603bece101d436332444328a5138aaecfad3d2de (diff) |
upgrade sdc tosca parse to v1.5.1
update pom.xml to use v1.5.1 for sdc-tosca parse
update Extract file since the DM's change
update the csar file based on new DM
update Test file to reflect the new CSAR file
Change-Id: I90da979ff1cedbdedadacc46386aa5ea0e7b6711
Issue-ID: POLICY-1720
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'plugins/reception-plugins/pom.xml')
-rw-r--r-- | plugins/reception-plugins/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 5d2e615c..4441d9e2 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.4.1</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> |