kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
64 stars 63 forks source link

Replace old commons-collections:commons-collections by org.apache.commons:commons-collections4 #6144

Open stweil opened 3 months ago

stweil commented 3 months ago

commons-collections4 was already pulled in by other dependencies, and having two packages can cause conflicts and increases the size of the war file.

stweil commented 3 months ago

My local build does not fail, and I still do not know why the build takes so long and finally fails in the CI GitHub action.