From e3d13478a63b99a466820dbe185480bfc2878894 Mon Sep 17 00:00:00 2001 From: AnuGayan Date: Sun, 14 Jan 2024 10:08:59 +0530 Subject: [PATCH] Fix commons-io groupId --- modules/siddhi-doc-gen/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/siddhi-doc-gen/pom.xml b/modules/siddhi-doc-gen/pom.xml index 1facbff124..87c70250f0 100644 --- a/modules/siddhi-doc-gen/pom.xml +++ b/modules/siddhi-doc-gen/pom.xml @@ -58,7 +58,7 @@ maven-core - org.apache.commons + commons-io commons-io diff --git a/pom.xml b/pom.xml index cd0a5a7387..0968a2e8fd 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ ${freemarker.version} - org.apache.commons + commons-io commons-io ${commons.io.version}