diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 19:12:35 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 19:13:09 -0400 |
commit | e4da93f6f0cd7d2de4f3211cf55cda557dbabd3c (patch) | |
tree | 10405ade20d965762643261f9dae6a2f26739677 | |
parent | d1b370a20d17c03cc7113d88e45ccdd00eb1d42f (diff) |
Remove unneccessary dependency
Change-Id: If6244044f4a2a71ac1649f6c747ea374f3fae88d
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-604
-rw-r--r-- | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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>
|