sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

Update recently added dependency commons compress #85

Open mcjaeger opened 3 years ago

mcjaeger commented 3 years ago

The current chores setup lacks the recently required apache commons compress dependency from updating apache poi to four-something in this commit:

https://github.com/eclipse/sw360/commit/71348b4fffa6e3e5fd761a3f63590a0a60663827

It needs to be added here:

https://github.com/sw360/sw360chores/blob/master/miscellaneous/prepare-liferay/prepare.sh

with https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar

(should be sufficient)