Merge "Upgrade commons-compress v1.18"
authorLiam Fallon <liam.fallon@ericsson.com>
Mon, 17 Sep 2018 12:33:16 +0000 (12:33 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 17 Sep 2018 12:33:16 +0000 (12:33 +0000)
ONAP-PAP-REST/pom.xml
POLICY-SDK-APP/pom.xml
pom.xml

index a3ed2a5..e335128 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 6e73a2c..794085f 100644 (file)
--- 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>