diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 19:10:58 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-01 19:10:58 -0400 |
commit | 40e303b44f40704ece690f5f1fd87c5091e38b00 (patch) | |
tree | 6e6e19b459a4ff2ad7b6a65262ba0e2f30a9472e | |
parent | 2f0b7f65efa51ea1407f918a615f9afc89790990 (diff) |
Remove unneccessary dependency
Change-Id: I3703cba3495ab877c33e915834f890720e80e0e9
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
@@ -96,17 +96,6 @@ limitations under the License. <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> <!-- swagger dependencies --> <dependency> <groupId>io.swagger</groupId> |