diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-08-16 18:49:22 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-08-16 18:49:22 +0000 |
commit | ce51a8b7abcda6de164e21cfcc025aadd834d8f0 (patch) | |
tree | 03de46ac35b239d3a3b7d02a44d83133251e62f6 | |
parent | ebd5d6f5d1973298a62b581f2e604528993d56d2 (diff) |
Upgrade sdc client & tosca parser
Issue-ID: POLICY-1881
Change-Id: Ib8638bd3f5b8a5527cafa817cde2605b9545aebd
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
-rw-r--r-- | plugins/reception-plugins/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 636c4d32..da534370 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -38,12 +38,12 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.5.1</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |