From 310f4fd37ab480f7d665e5cb38eedbbfa2623072 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 16 May 2024 15:51:54 -0500 Subject: [PATCH] Add dep. mgmt. for commons-io and commons-compress (#452) 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. --- pom.xml | 13 ++++++++++++- spring-cloud-deployer-cloudfoundry/pom.xml | 2 -- spring-cloud-deployer-resource-maven/pom.xml | 1 - 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 847030e7..80d35c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,8 @@ 3.6.2 1.4.1 3.5.2 - 2.7 + 1.26.1 + 2.15.1 5.12.4 2.7.18 5.3.34 @@ -110,6 +111,16 @@ pom import + + org.apache.commons + commons-compress + ${commons-compress.version} + + + commons-io + commons-io + ${commons-io.version} + ch.qos.logback diff --git a/spring-cloud-deployer-cloudfoundry/pom.xml b/spring-cloud-deployer-cloudfoundry/pom.xml index 67c2521d..02d12757 100644 --- a/spring-cloud-deployer-cloudfoundry/pom.xml +++ b/spring-cloud-deployer-cloudfoundry/pom.xml @@ -17,7 +17,6 @@ 1.8 4.16.0.RELEASE 2.2.0.RELEASE - 1.26.0 3.14.9 @@ -48,7 +47,6 @@ org.apache.commons commons-compress - ${commons-compress.version} org.cloudfoundry diff --git a/spring-cloud-deployer-resource-maven/pom.xml b/spring-cloud-deployer-resource-maven/pom.xml index 21a7ab74..58ba95f5 100644 --- a/spring-cloud-deployer-resource-maven/pom.xml +++ b/spring-cloud-deployer-resource-maven/pom.xml @@ -56,7 +56,6 @@ commons-io commons-io - ${commons-io.version} org.apache.maven.wagon