diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-10-15 20:48:56 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-10-15 20:48:56 +0300 |
commit | b6ac738434954b586b751f7a04ff3d1ea94f1460 (patch) | |
tree | 3c8fe01ba26473dbcfdda9e6a927962029cd80bc /sdc-distribution-ci/pom.xml | |
parent | 75b5636a5ecb293b021409e287d4c22481c1aa90 (diff) |
Aligning elalto branch to 1.4.05.0.2-ONAP1.4.0elalto
Change-Id: Iaca7575f385ee448b54ccaf1f8c2b9b6668a3739
Issue-ID: SDC-2504
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'sdc-distribution-ci/pom.xml')
-rw-r--r-- | sdc-distribution-ci/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index 7b32b37..1914d07 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -45,6 +45,13 @@ </dependency> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.9</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> |