summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-aaf/pom.xml
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-03-02 15:03:03 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-03-03 15:00:53 +0530
commit45e7f20d7c629ba766cef9270c753b1c526e91e6 (patch)
tree8d776b3c936703e10d140e958ded55b6640c88ce /ecomp-sdk/epsdk-aaf/pom.xml
parent72c2f40e9220af16f23f3265f85363bda2b8f1c9 (diff)
Chnages made for rdp-data-table layout fix
Chnages made for rdp-data-table layout fix and modified pom files Issue-ID: PORTAL-836 Change-Id: I42f0d0ed188a19e42e14ad56250a1e904b92827f Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-aaf/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-aaf/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-aaf/pom.xml b/ecomp-sdk/epsdk-aaf/pom.xml
index d2cb0c5e..34b0c7b7 100644
--- a/ecomp-sdk/epsdk-aaf/pom.xml
+++ b/ecomp-sdk/epsdk-aaf/pom.xml
@@ -136,6 +136,11 @@
<artifactId>jackson-databind</artifactId>
<version>2.6.3</version>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.3</version>
+ </dependency>
</dependencies>
<profiles>
<!-- disable doclint, a new feature in Java 8, when generating javadoc -->