summaryrefslogtreecommitdiffstats
path: root/ueb-listener/pom.xml
diff options
context:
space:
mode:
authorlalena.aria <lalena.aria@att.com>2019-11-01 18:19:55 +0000
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-07 11:36:17 -0500
commit84db6f1d6b4c975eba30dc45556ada876c262a87 (patch)
tree0fa7f77821ba23ae7195ab34cd5616f9f0695467 /ueb-listener/pom.xml
parent2e7e531a8d80178410a1c4e78e62443c9d9a7684 (diff)
UEB Listener Final cleanup of deprecated sdc-tosca parser APIs
Changes made: Replace references to all deprecated sdc-tosca parser APIs and replace with Entity-based equivalent. Changes are primarily in SdncBaseModel and junit test files. Issue-ID: CCSDK-1880 Change-Id: I5d7f12cdbebcfcb7d2487b6474cd7eb92eb32b9b Signed-off-by: lalena.aria <lalena.aria@att.com>
Diffstat (limited to 'ueb-listener/pom.xml')
-rwxr-xr-xueb-listener/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index 9e7e41691..8bd81fee5 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -44,6 +44,7 @@
<dependency>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -91,6 +92,11 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.13</version>
+ </dependency>
</dependencies>
<build>