move shiro modules to cadi repo
[aaf/authz.git] / cadi / shiro-osgi-bundle / pom.xml
diff --git a/cadi/shiro-osgi-bundle/pom.xml b/cadi/shiro-osgi-bundle/pom.xml
deleted file mode 100644 (file)
index a76632d..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
- * ============LICENSE_START====================================================\r
- * org.onap.aaf\r
- * ===========================================================================\r
- * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.\r
- * ===========================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- *\r
- *      http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software\r
- * distributed under the License is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- * ============LICENSE_END====================================================\r
- *\r
--->\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-\r
-       <parent>\r
-               <groupId>org.onap.aaf.authz</groupId>\r
-               <artifactId>cadiparent</artifactId>\r
-               <version>2.1.2-SNAPSHOT</version>\r
-               <relativePath>..</relativePath>\r
-       </parent>\r
-       <modelVersion>4.0.0</modelVersion>\r
-\r
-       <name>AAF Shiro CADI Plugin</name>\r
-       <artifactId>aaf-shiro-aafrealm-osgi-bundle</artifactId>\r
-       <packaging>bundle</packaging>\r
-\r
-       <properties>\r
-           <sonar.skip>true</sonar.skip>\r
-               <cadi.shiro.version>2.1.0</cadi.shiro.version>\r
-       </properties>\r
-\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.felix</groupId>\r
-                               <artifactId>maven-bundle-plugin</artifactId>\r
-                               <version>2.5.4</version>\r
-                               <extensions>true</extensions>\r
-                               <configuration>\r
-                                       <instructions>\r
-                                               <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>\r
-                                               <Bundle-Version>${project.version}</Bundle-Version>\r
-                                               <Export-Package>\r
-                                                       org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version}\r
-                                               </Export-Package>\r
-                                               <Import-Package>\r
-                                                       javax.servlet,\r
-                                                       javax.servlet.http,\r
-                                                       org.osgi.service.blueprint;version="[1.0.0,2.0.0)",\r
-                                                       javax.net.ssl,\r
-                                                       javax.crypto,\r
-                                                       javax.crypto.spec,\r
-                                                       javax.xml.bind.annotation,\r
-                                                       javax.xml.bind,\r
-                                                       javax.xml.transform,\r
-                                                       javax.xml.datatype,\r
-                                                       javax.management,\r
-                                                       javax.security.auth,\r
-                                                       javax.security.auth.login,\r
-                                                       javax.security.auth.callback,\r
-                                                       javax.xml.soap,\r
-                                                       javax.xml.parsers,\r
-                                                       javax.xml.namespace,\r
-                                                       org.w3c.dom,\r
-                                                       org.xml.sax,\r
-                                                       javax.xml.transform.stream\r
-                                               </Import-Package>\r
-                                               <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>\r
-                                               <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!shiro-core;inline=false</Embed-Dependency> -->\r
-                                               <Embed-Transitive>true</Embed-Transitive>\r
-                                               <Fragment-Host>org.apache.shiro.core</Fragment-Host>\r
-                                       </instructions>\r
-                               </configuration>\r
-                       </plugin>\r
-               </plugins>\r
-\r
-\r
-       </build>\r
-\r
-       <dependencies>\r
-               <dependency>\r
-           <groupId>org.onap.aaf.authz</groupId>\r
-           <artifactId>aaf-cadi-shiro</artifactId>\r
-           <version>2.1.0</version>\r
-        </dependency>\r
-       </dependencies>\r
-</project>
\ No newline at end of file