aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/common-dependency/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-02-27 11:43:39 +0100
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-02-27 14:43:42 +0100
commit0c4750650a84caa64c6df79c5d4042916d529799 (patch)
treea36ff229edee0855a008c9a727aa5caaf6ecb938 /rest-services/common-dependency/pom.xml
parentbc386bcf22a1078a9e29db3faff63667a3b5c99d (diff)
Add MDC support to CBS client
Change-Id: Id1f1f9016b03658eca0afd0bd3bd724afc0bea96 Issue-ID: DCAEGEN2-1233 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'rest-services/common-dependency/pom.xml')
-rw-r--r--rest-services/common-dependency/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rest-services/common-dependency/pom.xml b/rest-services/common-dependency/pom.xml
index 335881d7..ef74c694 100644
--- a/rest-services/common-dependency/pom.xml
+++ b/rest-services/common-dependency/pom.xml
@@ -34,6 +34,14 @@
<artifactId>value</artifactId>
</dependency>
<dependency>
+ <groupId>io.vavr</groupId>
+ <artifactId>vavr</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </dependency>
+ <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>