aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-01 18:54:13 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-01 18:54:13 -0400
commit56d69bc6075e466676ff2c4b3865eca5c1746c53 (patch)
tree29ac86da1b29811b35cda7c0e7ba548417620b83
parentf7a144014926396d61412691aadaf708034d1dc5 (diff)
Remove unneccessary dependency
Change-Id: Ic749a667e51f176f20f320b7863d159929ee10f1 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 29fad20..de27fb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>