Change Beijing Release to 2.1.1
[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.1-SNAPSHOT</version>\r
29                 <relativePath>..</relativePath>\r
30         </parent>\r
31         <modelVersion>4.0.0</modelVersion>\r
32 \r
33         <name>AAF Shiro CADI Plugin</name>\r
34         <artifactId>aaf-shiro-aafrealm-osgi-bundle</artifactId>\r
35         <packaging>bundle</packaging>\r
36 \r
37         <properties>\r
38             <sonar.skip>true</sonar.skip>\r
39                 <cadi.shiro.version>2.1.0</cadi.shiro.version>\r
40         </properties>\r
41 \r
42         <build>\r
43                 <plugins>\r
44                         <plugin>\r
45                                 <groupId>org.apache.felix</groupId>\r
46                                 <artifactId>maven-bundle-plugin</artifactId>\r
47                                 <version>2.5.4</version>\r
48                                 <extensions>true</extensions>\r
49                                 <configuration>\r
50                                         <instructions>\r
51                                                 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>\r
52                                                 <Bundle-Version>${project.version}</Bundle-Version>\r
53                                                 <Export-Package>\r
54                                                         org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version}\r
55                                                 </Export-Package>\r
56                                                 <Import-Package>\r
57                                                         javax.servlet,\r
58                                                         javax.servlet.http,\r
59                                                         org.osgi.service.blueprint;version="[1.0.0,2.0.0)",\r
60                                                         javax.net.ssl,\r
61                                                         javax.crypto,\r
62                                                         javax.crypto.spec,\r
63                                                         javax.xml.bind.annotation,\r
64                                                         javax.xml.bind,\r
65                                                         javax.xml.transform,\r
66                                                         javax.xml.datatype,\r
67                                                         javax.management,\r
68                                                         javax.security.auth,\r
69                                                         javax.security.auth.login,\r
70                                                         javax.security.auth.callback,\r
71                                                         javax.xml.soap,\r
72                                                         javax.xml.parsers,\r
73                                                         javax.xml.namespace,\r
74                                                         org.w3c.dom,\r
75                                                         org.xml.sax,\r
76                                                         javax.xml.transform.stream\r
77                                                 </Import-Package>\r
78                                                 <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>\r
79                                                 <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!shiro-core;inline=false</Embed-Dependency> -->\r
80                                                 <Embed-Transitive>true</Embed-Transitive>\r
81                                                 <Fragment-Host>org.apache.shiro.core</Fragment-Host>\r
82                                         </instructions>\r
83                                 </configuration>\r
84                         </plugin>\r
85                 </plugins>\r
86 \r
87 \r
88         </build>\r
89 \r
90         <dependencies>\r
91                 <dependency>\r
92            <groupId>org.onap.aaf.authz</groupId>\r
93            <artifactId>aaf-cadi-shiro</artifactId>\r
94            <version>2.1.0</version>\r
95         </dependency>\r
96         </dependencies>\r
97 </project>