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>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
*
*/
-package org.onap.policy.common.logging;
+package org.onap.policy.common.utils.logging;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.filter.AbstractMatcherFilter;
*
*/
-package org.onap.policy.common.logging;
+package org.onap.policy.common.utils.logging;
import ch.qos.logback.classic.LoggerContext;
import org.slf4j.Logger;
*
*/
-package org.onap.policy.common.logging;
+package org.onap.policy.common.utils.logging;
import static org.junit.Assert.assertTrue;