From 5bc84b3ed3cf970f298d6e82be4c0eb1a956fe7d Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 13 Mar 2024 19:41:23 +0530 Subject: [PATCH] chore (deps) : Add `commons-io:commons-io` as optional dependency to KubernetesClient Signed-off-by: Rohan Kumar --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b858cf16a9c..44f2162abee 100644 --- a/pom.xml +++ b/pom.xml @@ -776,6 +776,12 @@ ${commons-compress.version} true + + commons-io + commons-io + ${commons-io.version} + true + org.apache.maven maven-core