From d6bca4e202aa2def3b38245ba41962f626edecba Mon Sep 17 00:00:00 2001 From: RakhithRR Date: Tue, 31 Jan 2023 16:46:14 +0530 Subject: [PATCH] Add orbit bundle for commons-net 3.9.0.wso2v1 --- commons-net/3.9.0.wso2v1/pom.xml | 84 ++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 85 insertions(+) create mode 100644 commons-net/3.9.0.wso2v1/pom.xml diff --git a/commons-net/3.9.0.wso2v1/pom.xml b/commons-net/3.9.0.wso2v1/pom.xml new file mode 100644 index 000000000..03f574efa --- /dev/null +++ b/commons-net/3.9.0.wso2v1/pom.xml @@ -0,0 +1,84 @@ + + + + + 4.0.0 + org.wso2.orbit.commons-net + commons-net + bundle + org.wso2.orbit.commons.net + 3.9.0.wso2v1 + + This bundle will export packages from commons-net.jar + + https://commons.apache.org/proper/commons-net + + + commons-net + commons-net + ${commons.net.version} + true + + + + + + org.apache.felix + maven-bundle-plugin + 4.2.1 + true + + + WSO2 LLC. + ${project.artifactId} + ${project.artifactId} + org.apache.commons.net.*;version="${commons.net.version}" + + + javax.crypto;version="[0.0.0,1.0.0)", + javax.crypto.spec;version="[0.0.0,1.0.0)", + javax.net;version="[0.0.0,1.0.0)", + javax.net.ssl;version="[0.0.0,1.0.0)" + + + + + + + + + 3.9.0 + + + + + wso2.releases + WSO2 internal Repository + https://maven.wso2.org/nexus/content/repositories/releases/ + + + + wso2.snapshots + Apache Snapshot Repository + https://maven.wso2.org/nexus/content/repositories/snapshots/ + + + diff --git a/pom.xml b/pom.xml index 7e8181fb2..744b73c60 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ solr/8.11.1.wso2v7 webauthn4j/0.19.1.wso2v2 libthrift/0.16.0.wso2v1 + commons-net/3.9.0.wso2v1