Open mcjaeger opened 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
https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
(should be sufficient)
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)