diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-07 14:16:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 14:16:13 +0000 |
commit | 45980fe83716dd804d9b1ce115088d096454f6d3 (patch) | |
tree | 7d5af96804b9a1e45471d3dd7423d7a4e1db6acb /ONAP-SDK-APP | |
parent | b2d7646daa4c1a15af8df0a5a915dbbda9a1b2ee (diff) | |
parent | 48276315757f6561ee6a52575c07ba4d726679f5 (diff) |
Merge "Clean up pom.xml and fix CLM"
Diffstat (limited to 'ONAP-SDK-APP')
-rw-r--r-- | ONAP-SDK-APP/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index 687e5b3a2..9e6f1b21c 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -279,11 +279,6 @@ <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> - <dependency> - <groupId>com.att.eelf</groupId> - <artifactId>eelf-core</artifactId> - <version>0.0.1</version> - </dependency> <!-- bridge to implement commons-logging using slf4j --> <dependency> <groupId>org.slf4j</groupId> |