From f836ba033790aa8395218379f1efe454b1c99a1f Mon Sep 17 00:00:00 2001 From: chathurangaj Date: Fri, 23 Jan 2026 15:58:59 +0530 Subject: [PATCH] Add commons-io 2.21.0 --- commons-io/2.21.0.wso2v1/pom.xml | 99 ++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 commons-io/2.21.0.wso2v1/pom.xml diff --git a/commons-io/2.21.0.wso2v1/pom.xml b/commons-io/2.21.0.wso2v1/pom.xml new file mode 100644 index 000000000..dc548a119 --- /dev/null +++ b/commons-io/2.21.0.wso2v1/pom.xml @@ -0,0 +1,99 @@ + + + + 4.0.0 + commons-io.wso2 + commons-io + bundle + commons.io.wso2 + 2.21.0.wso2v1 + + This bundle will represent apache commons-io 2.21.0 + + http://wso2.org + + + + wso2.releases + WSO2 internal Repository + http://maven.wso2.org/nexus/content/repositories/releases/ + + + + wso2.snapshots + Apache Snapshot Repository + http://maven.wso2.org/nexus/content/repositories/snapshots/ + + + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + fail + + + + + + + commons-io + commons-io + ${version.commons-io} + true + + + + + + + org.apache.felix + maven-bundle-plugin + 5.1.9 + true + + + ${project.artifactId} + ${project.artifactId} + + org.apache.commons.io.*;version="${version.commons-io}" + + + !org.apache.commons.io.*, + *;resolution:=optional + + commons-io;scope=compile;inline=true + true + + + + + + + + 2.21.0 + + +