diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-23 17:14:45 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-23 17:15:35 -0400 |
commit | 718a13e4e135f87975260eda329699cd242077db (patch) | |
tree | d2b4cdb7ff5b18188cc29095675174e81ddf13a9 /ONAP-PAP-REST/pom.xml | |
parent | 521e7bfeaedd68e71f22028511a3f4908cd5a606 (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-PAP-REST/pom.xml')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 5 |
1 files changed, 0 insertions, 5 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 @@ -129,11 +129,6 @@ <version>${commons.compress.version}</version> </dependency> <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>${commons.fileupload.version}</version> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.8.2</version> |