From 9b8bad6df2746688133bc57306c98e201f8fa6a8 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 2 Jul 2018 16:53:27 -0500 Subject: move shiro modules to cadi repo Issue-ID: AAF-380 Change-Id: I3383995551a7ea3a98d9e1cbebd324d49bbba134 Signed-off-by: Sai Gandham --- cadi/shiro-osgi-bundle/.gitignore | 5 -- cadi/shiro-osgi-bundle/pom.xml | 97 --------------------------------------- 2 files changed, 102 deletions(-) delete mode 100644 cadi/shiro-osgi-bundle/.gitignore delete mode 100644 cadi/shiro-osgi-bundle/pom.xml (limited to 'cadi/shiro-osgi-bundle') diff --git a/cadi/shiro-osgi-bundle/.gitignore b/cadi/shiro-osgi-bundle/.gitignore deleted file mode 100644 index f4b8361c..00000000 --- a/cadi/shiro-osgi-bundle/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/target -/bin/ -/.classpath -/.settings -/.project diff --git a/cadi/shiro-osgi-bundle/pom.xml b/cadi/shiro-osgi-bundle/pom.xml deleted file mode 100644 index a76632da..00000000 --- a/cadi/shiro-osgi-bundle/pom.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - org.onap.aaf.authz - cadiparent - 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