diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-06 14:36:31 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-14 07:20:48 +0000 |
commit | b378f9961c74efacccd71badfeaad0654b27ed27 (patch) | |
tree | 1e3c0231c4a70ed49365e07cfdc412711a4dda97 /mso-api-handlers/mso-api-handler-infra | |
parent | 5e67cc099f6bcade2f12bf9220bdf3682f2d06c1 (diff) |
[SDC] Update SDC Distribution Client
Use the latest (currently on SNAPSHOT) version od SDC Distribution
Client on SO, in order to be able to (later) discuss also with HTTP
protocol
Issue-ID: SO-2792
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I8d49361ba4889a0c4200a9f35901c49534a8f03d
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 3a7c7ad477..08cc22bc7b 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -167,7 +167,7 @@ <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.3.0</version> + <version>1.4.1</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |