diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-13 09:16:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-13 09:16:18 +0000 |
commit | e44176d17c406b34f6ededb272acfcf3ba234c60 (patch) | |
tree | 79a26c2fde7b68f8b109a4d8303a3e721c5dd5d6 /sources/hv-collector-health-check/pom.xml | |
parent | c7fec7e44a1e504943ed8973914eb890405e841e (diff) | |
parent | ea3c6f75e3289a667ca8887dc0b176843517060c (diff) |
Merge "Align logback configuration"
Diffstat (limited to 'sources/hv-collector-health-check/pom.xml')
-rw-r--r-- | sources/hv-collector-health-check/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/hv-collector-health-check/pom.xml b/sources/hv-collector-health-check/pom.xml index 3e5c6aa0..86c9efc7 100644 --- a/sources/hv-collector-health-check/pom.xml +++ b/sources/hv-collector-health-check/pom.xml @@ -58,6 +58,12 @@ <artifactId>arrow-effects</artifactId> </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test</artifactId> <scope>test</scope> |