spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
162 stars 87 forks source link

Add dep. mgmt. for commons-io and commons-compress #452

Closed onobc closed 3 months ago

onobc commented 3 months ago

A previous update to commons-compress 1.26.0 introduced a requirement to use commons-io 2.15.1 but there was a version 2.7.x being pulled in by maven resource module. This commit adds dependency management to all deployer modules so that these libs stay in sync.