diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-10 18:10:15 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-10 18:10:27 -0400 |
commit | 2f1a2f9ea72f678310662f33c9a45bda94b89ba9 (patch) | |
tree | 5f74ce134d79fba5ac02436dab69cc6e93b6d053 /plugins/reception-plugins | |
parent | cb265743dbf7daf98abf60d3490b571d3722caea (diff) |
Upgrade sdc-tosca & sdc-distribution-client libraries
Issue-ID: POLICY-2116
Change-Id: Ieaa6956ec2b0c3cb81463b359abf70f36708561d
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'plugins/reception-plugins')
-rw-r--r-- | plugins/reception-plugins/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index d2a1bf6c..d14e69cb 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -38,12 +39,12 @@ <dependency> <groupId>org.onap.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.6.0</version> + <version>1.6.5</version> </dependency> <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |