diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 18:54:13 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 18:54:13 -0400 |
commit | 56d69bc6075e466676ff2c4b3865eca5c1746c53 (patch) | |
tree | 29ac86da1b29811b35cda7c0e7ba548417620b83 | |
parent | f7a144014926396d61412691aadaf708034d1dc5 (diff) |
Remove unneccessary dependency
Change-Id: Ic749a667e51f176f20f320b7863d159929ee10f1
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
@@ -80,17 +80,6 @@ <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>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
</dependency>
|