diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 11:46:08 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-14 11:46:14 -0400 |
commit | 207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 (patch) | |
tree | d1569c9d7e6fcd6f1213d687c110c265af892eac | |
parent | 55e795c171cabb7800effcbbb75bed0224b92691 (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>
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 2 | ||||
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 1 |
3 files changed, 3 insertions, 2 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> diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 925211472..182ed4168 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -237,7 +237,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.8</version> + <version>${commons.compress.version}</version> </dependency> <dependency> <groupId>args4j</groupId> @@ -63,6 +63,7 @@ <httpclient.version>4.5.5</httpclient.version> <jackson.version>2.9.4</jackson.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> + <commons.compress.version>1.18</commons.compress.version> </properties> <modules> <module>PolicyEngineUtils</module> |