diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-21 11:02:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-21 11:02:12 +0000 |
commit | bf7846b626c2e1267669da218a7dd32b328d87eb (patch) | |
tree | 17fc4d760a3bb5b505d5142e0a6b18beb8c8cc93 /sources/hv-collector-utils/pom.xml | |
parent | e001e2180b4ab601dfcb18249651c9b2f9a9fa73 (diff) | |
parent | 0bf244ef85d3ccddd33b7b8a6c939869d17e06b0 (diff) |
Merge "Enable setting log level from command line"
Diffstat (limited to 'sources/hv-collector-utils/pom.xml')
-rw-r--r-- | sources/hv-collector-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/hv-collector-utils/pom.xml b/sources/hv-collector-utils/pom.xml index 2490767e..5bd24729 100644 --- a/sources/hv-collector-utils/pom.xml +++ b/sources/hv-collector-utils/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <scope>test</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.assertj</groupId> |