Merge "Upgrade commons-compress v1.18"
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml
index a3ed2a5..e335128 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 9252114..182ed41 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>
diff --git a/pom.xml b/pom.xml
index 6e73a2c..794085f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,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>