From cc9f145afbc2f087c4aeb2afb75effcff30099cd Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Sun, 23 Feb 2020 19:36:38 +0100 Subject: Add tar.gz compression capability The change modifies ArchiveUtils by change of the library responsible for compression and decompression of zip files. After change of library for appache compression tar.gz was added as another format which archive utils can support. For ZIP files there is kept backward compatibility because new lib keeps implementation of ZipFile similar to the one used before in the utils. Issue-ID: INT-1458 Signed-off-by: Lukasz Rajewski Change-Id: I78388ef8c5e7a23ac6664ae49c00638af38d8c8a --- ms/blueprintsprocessor/parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ms/blueprintsprocessor/parent') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 8301fbccf..d47889a48 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -60,6 +60,7 @@ 2.3 2.6 + 1.20 3.2.2 @@ -129,6 +130,11 @@ commons-io ${commons-io-version} + + org.apache.commons + commons-compress + ${commons-compress-version} + com.hubspot.jinjava jinjava -- cgit 1.2.3-korg