diff options
author | Taka Cho <takamune.cho@att.com> | 2021-08-04 09:30:11 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-08-04 09:31:56 -0400 |
commit | a8590fdd6f7a5360cfaf505418880f6076c0c867 (patch) | |
tree | 967dd639fc251217126bc8390905e076b8fbafe5 /utils/pom.xml | |
parent | 04aa1493214af37c1a50c6d83bd7f32d7708487d (diff) |
refactor slf4j logger to common util
avoid EELF lib dependency, was suggested to move
to common util instead
Issue-ID: POLICY-3087
Change-Id: I79a2f5ba32fd3fc496ef3f72a02f4696b766f9c7
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 03cc766a..f2ca4e89 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -82,7 +82,6 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> |