diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-05 20:34:18 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-05 20:34:30 -0500 |
commit | 48276315757f6561ee6a52575c07ba4d726679f5 (patch) | |
tree | a17e2fe76bf67c08ee3752214dbbee64dd8bd01d /ONAP-SDK-APP | |
parent | d7dd5e1a57ae6bf0b0e832a7ccb323f9cf972b80 (diff) |
Clean up pom.xml and fix CLM
This has some cleanup for overriding managed dependencies, a
duplicate entry for mariadb, unnecessary inclusion of older
EELF library, an upgrade of swagger tools to fix a security
issue and lastly an override of a depedency to clear a
security issue.
Issue-ID: POLICY-507
Change-Id: I8767f6edc37551c559010d96d350afdd5961f13d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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> |