aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/pom.xml
diff options
context:
space:
mode:
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-09 18:34:18 -0400
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-09 18:34:18 -0400
commit55ec3c71441abda7c6058f4c2cc569c129f635ba (patch)
treee16e70ae2f23d1f0e0a554204c66de3650c53f60 /ms/sdclistener/application/pom.xml
parent88929cf6c21023328644fc637627371733b085d8 (diff)
Added proper logging to sdc-listener MS
- Logging was not configured properly to use logback file. - Updated the sdc-distribution-client version to 1.4.0 - Changed the default username for SDC to cds from vid Issue-ID: CCSDK-2160 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: Iea89ccf10ac61f44c0ce1765db9dad13ea666510
Diffstat (limited to 'ms/sdclistener/application/pom.xml')
-rw-r--r--ms/sdclistener/application/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml
index 88d8d1b2f..72f552cdd 100644
--- a/ms/sdclistener/application/pom.xml
+++ b/ms/sdclistener/application/pom.xml
@@ -63,7 +63,6 @@
<dependency>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.3.0</version>
</dependency>
<dependency>
@@ -112,6 +111,11 @@
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>