aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-14 11:46:08 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-14 11:46:14 -0400
commit207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 (patch)
treed1569c9d7e6fcd6f1213d687c110c265af892eac /ONAP-PAP-REST/pom.xml
parent55e795c171cabb7800effcbbb75bed0224b92691 (diff)
Upgrade commons-compress v1.18
Fixes 2 security issues and brings the common property value to the root pom.xml for easier management. Issue-ID: POLICY-1063 Change-Id: I56e3318bdfae2d205c61a5ad7af70a79bd70dada Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-PAP-REST/pom.xml')
-rw-r--r--ONAP-PAP-REST/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml
index 94e0aff13..449007bbf 100644
--- a/ONAP-PAP-REST/pom.xml
+++ b/ONAP-PAP-REST/pom.xml
@@ -126,7 +126,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.8</version>
+ <version>${commons.compress.version}</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>