From 718a13e4e135f87975260eda329699cd242077db Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 23 Oct 2018 17:14:45 -0400 Subject: [PATCH] Remove commons-upload Still a couple more places to remove it due to security violations. Unused dependency. Issue-ID: POLICY-1214 Change-Id: Ie9a4755fa912a863be58f6ddec104702e68287d4 Signed-off-by: Pamela Dragosh --- ONAP-PAP-REST/pom.xml | 5 ----- POLICY-SDK-APP/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 3eb94adb5..dfa833817 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -128,11 +128,6 @@ commons-compress ${commons.compress.version} - - commons-fileupload - commons-fileupload - ${commons.fileupload.version} - org.apache.logging.log4j log4j-core diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index eed94341c..4320852f4 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -242,11 +242,6 @@ - - commons-fileupload - commons-fileupload - ${commons.fileupload.version} - org.apache.commons commons-compress -- 2.16.6