From a7f4def785c9e169ebcb4785d7561505e47f3fc0 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 2 Jul 2018 22:37:37 -0500 Subject: Moving Shiro modules to cadi repo Issue-ID: AAF-380 Change-Id: If1029a16958335277ff38cdbe5662b0a14ea439f Signed-off-by: Sai Gandham --- shiro-osgi-bundle/pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 shiro-osgi-bundle/pom.xml (limited to 'shiro-osgi-bundle/pom.xml') diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml new file mode 100644 index 0000000..305eab7 --- /dev/null +++ b/shiro-osgi-bundle/pom.xml @@ -0,0 +1,97 @@ + + + + + + org.onap.aaf.cadi + cadimiscparent + 2.1.2-SNAPSHOT + .. + + 4.0.0 + + AAF Shiro CADI Plugin + aaf-shiro-aafrealm-osgi-bundle + bundle + + + true + 2.1.0 + + + + + + org.apache.felix + maven-bundle-plugin + 2.5.4 + true + + + ${project.artifactId} + ${project.version} + + org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version} + + + javax.servlet, + javax.servlet.http, + org.osgi.service.blueprint;version="[1.0.0,2.0.0)", + javax.net.ssl, + javax.crypto, + javax.crypto.spec, + javax.xml.bind.annotation, + javax.xml.bind, + javax.xml.transform, + javax.xml.datatype, + javax.management, + javax.security.auth, + javax.security.auth.login, + javax.security.auth.callback, + javax.xml.soap, + javax.xml.parsers, + javax.xml.namespace, + org.w3c.dom, + org.xml.sax, + javax.xml.transform.stream + + *;scope=compile|runtime;inline=false + + true + org.apache.shiro.core + + + + + + + + + + + org.onap.aaf.authz + aaf-cadi-shiro + 2.1.0 + + + \ No newline at end of file -- cgit 1.2.3-korg