From d727e7b2b6dbb6eb1daaa3debb0b873e98b219b1 Mon Sep 17 00:00:00 2001 From: Zhe Sun Date: Tue, 18 Jun 2024 16:57:07 +0300 Subject: [PATCH] chore: exclude commons-io to fix dependencyConvergence issue --- flow-server/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flow-server/pom.xml b/flow-server/pom.xml index b76751612ca..d02cd03065d 100644 --- a/flow-server/pom.xml +++ b/flow-server/pom.xml @@ -82,6 +82,12 @@ org.apache.commons commons-fileupload2-jakarta 2.0.0-M1 + + + commons-io + commons-io + + commons-io @@ -135,6 +141,12 @@ org.apache.commons commons-compress 1.26.2 + + + commons-io + commons-io + +