Upgrade commons-compress v1.18 01/66701/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 14 Sep 2018 15:46:08 +0000 (11:46 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 14 Sep 2018 15:46:14 +0000 (11:46 -0400)
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>
ONAP-PAP-REST/pom.xml
POLICY-SDK-APP/pom.xml
pom.xml

index 94e0aff..449007b 100644 (file)
         <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>
index 9252114..182ed41 100644 (file)
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.8</version>
+            <version>${commons.compress.version}</version>
         </dependency>
         <dependency>
             <groupId>args4j</groupId>
diff --git a/pom.xml b/pom.xml
index 1cddd32..e0586cb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>