578a1b66f656e306bf704be59fa97aa1b81a7930
[aaf/authz.git] / cadi / shiro-osgi-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3  * ============LICENSE_START====================================================\r
4  * org.onap.aaf\r
5  * ===========================================================================\r
6  * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.\r
7  * ===========================================================================\r
8  * Licensed under the Apache License, Version 2.0 (the "License");\r
9  * you may not use this file except in compliance with the License.\r
10  * You may obtain a copy of the License at\r
11  *\r
12  *      http://www.apache.org/licenses/LICENSE-2.0\r
13  *\r
14  * Unless required by applicable law or agreed to in writing, software\r
15  * distributed under the License is distributed on an "AS IS" BASIS,\r
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17  * See the License for the specific language governing permissions and\r
18  * limitations under the License.\r
19  * ============LICENSE_END====================================================\r
20  *\r
21 -->\r
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
23         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
24 \r
25         <parent>\r
26                 <groupId>org.onap.aaf.authz</groupId>\r
27                 <artifactId>cadiparent</artifactId>\r
28                 <version>2.1.0-SNAPSHOT</version>\r
29                 <relativePath>..</relativePath>\r
30         </parent>\r
31         <modelVersion>4.0.0</modelVersion>\r
32 \r
33         <artifactId>aaf-shiro-aafrealm-osgi-bundle</artifactId>\r
34         <packaging>bundle</packaging>\r
35 \r
36         <properties>\r
37             <sonar.skip>true</sonar.skip>\r
38                 <cadi.shiro.version>2.1.0</cadi.shiro.version>\r
39         </properties>\r
40 \r
41         <build>\r
42                 <plugins>\r
43                         <plugin>\r
44                                 <groupId>org.apache.felix</groupId>\r
45                                 <artifactId>maven-bundle-plugin</artifactId>\r
46                                 <version>2.5.4</version>\r
47                                 <extensions>true</extensions>\r
48                                 <configuration>\r
49                                         <instructions>\r
50                                                 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>\r
51                                                 <Bundle-Version>${project.version}</Bundle-Version>\r
52                                                 <Export-Package>\r
53                                                         org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version}\r
54                                                 </Export-Package>\r
55                                                 <Import-Package>\r
56                                                         javax.servlet,\r
57                                                         javax.servlet.http,\r
58                                                         org.osgi.service.blueprint;version="[1.0.0,2.0.0)",\r
59                                                         javax.net.ssl,\r
60                                                         javax.crypto,\r
61                                                         javax.crypto.spec,\r
62                                                         javax.xml.bind.annotation,\r
63                                                         javax.xml.bind,\r
64                                                         javax.xml.transform,\r
65                                                         javax.xml.datatype,\r
66                                                         javax.management,\r
67                                                         javax.security.auth,\r
68                                                         javax.security.auth.login,\r
69                                                         javax.security.auth.callback,\r
70                                                         javax.xml.soap,\r
71                                                         javax.xml.parsers,\r
72                                                         javax.xml.namespace,\r
73                                                         org.w3c.dom,\r
74                                                         org.xml.sax,\r
75                                                         javax.xml.transform.stream\r
76                                                 </Import-Package>\r
77                                                 <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>\r
78                                                 <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!shiro-core;inline=false</Embed-Dependency> -->\r
79                                                 <Embed-Transitive>true</Embed-Transitive>\r
80                                                 <Fragment-Host>org.apache.shiro.core</Fragment-Host>\r
81                                         </instructions>\r
82                                 </configuration>\r
83                         </plugin>\r
84                 </plugins>\r
85 \r
86 \r
87         </build>\r
88 \r
89         <dependencies>\r
90                 <dependency>\r
91            <groupId>org.onap.aaf.authz</groupId>\r
92            <artifactId>aaf-cadi-shiro</artifactId>\r
93            <version>2.1.0</version>\r
94         </dependency>\r
95         </dependencies>\r
96 </project>