aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-01 19:12:35 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-01 19:13:09 -0400
commite4da93f6f0cd7d2de4f3211cf55cda557dbabd3c (patch)
tree10405ade20d965762643261f9dae6a2f26739677
parentd1b370a20d17c03cc7113d88e45ccdd00eb1d42f (diff)
Remove unneccessary dependency
Change-Id: If6244044f4a2a71ac1649f6c747ea374f3fae88d Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-604
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 6793933..dba80ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,17 +88,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.onap.logging-analytics</groupId>
- <artifactId>logging-slf4j</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>com.att.eelf</groupId>
- <artifactId>eelf-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>