Add tar.gz compression capability 92/102192/2
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Sun, 23 Feb 2020 18:36:38 +0000 (19:36 +0100)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 24 Feb 2020 08:16:04 +0000 (09:16 +0100)
commitcc9f145afbc2f087c4aeb2afb75effcff30099cd
tree7dbeac6e9cd53cd01254cb7c00d933ded4f3ad70
parent488047494da258c07c723fdd378c5092005613c6
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 <lukasz.rajewski@orange.com>
Change-Id: I78388ef8c5e7a23ac6664ae49c00638af38d8c8a
ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/utils/BluePrintArchiveUtils.kt
ms/blueprintsprocessor/parent/pom.xml