summaryrefslogtreecommitdiffstats
path: root/asdc-controller/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-05-15 11:36:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-15 11:36:20 +0000
commita214feeecfe88b9f4362fd0fbb08c2323156db10 (patch)
treeca817c149061843b74b0bf5904f6dfa6fad80d04 /asdc-controller/pom.xml
parent3c21950cab44049b8ea3c3a3d0aa47a685555ad6 (diff)
parentb378f9961c74efacccd71badfeaad0654b27ed27 (diff)
Merge "[SDC] Update SDC Distribution Client"
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r--asdc-controller/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index e44d2ed1ee..92efb800fe 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -198,6 +198,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.9</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.so</groupId>
<artifactId>mso-catalog-db</artifactId>
<version>${project.version}</version>
@@ -205,7 +210,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>