Bump versions to 0.16.1-SNAPSHOT
[aaa.git] / aaa-shiro / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 Brocade Communications Systems and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14         <groupId>org.opendaylight.aaa</groupId>
15         <artifactId>aaa-parent</artifactId>
16         <version>0.16.1-SNAPSHOT</version>
17         <relativePath>../../parent</relativePath>
18     </parent>
19
20     <groupId>org.opendaylight.aaa</groupId>
21     <artifactId>aaa-shiro</artifactId>
22     <version>0.16.1-SNAPSHOT</version>
23     <name>ODL :: aaa :: ${project.artifactId}</name>
24     <packaging>bundle</packaging>
25
26     <dependencies>
27         <dependency>
28             <groupId>org.opendaylight.aaa</groupId>
29             <artifactId>aaa-authn-api</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.aaa</groupId>
33             <artifactId>aaa-shiro-api</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.aaa</groupId>
37             <artifactId>aaa-tokenauthrealm</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.aaa</groupId>
41             <artifactId>aaa-idm-store-h2</artifactId>
42         </dependency>
43
44         <dependency>
45             <groupId>org.opendaylight.aaa</groupId>
46             <artifactId>aaa-cert</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.aaa</groupId>
50             <artifactId>repackaged-shiro</artifactId>
51         </dependency>
52
53         <dependency>
54             <groupId>com.google.code.gson</groupId>
55             <artifactId>gson</artifactId>
56         </dependency>
57
58         <!--Yang Binding -->
59         <dependency>
60             <groupId>org.opendaylight.mdsal</groupId>
61             <artifactId>mdsal-binding-api</artifactId>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.aaa</groupId>
65             <artifactId>aaa-filterchain</artifactId>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.aaa</groupId>
69             <artifactId>aaa-password-service-api</artifactId>
70         </dependency>
71         <dependency>
72             <groupId>org.osgi</groupId>
73             <artifactId>org.osgi.service.component.annotations</artifactId>
74         </dependency>
75         <dependency>
76             <groupId>org.osgi</groupId>
77             <artifactId>org.osgi.service.http.whiteboard</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>jakarta.annotation</groupId>
81             <artifactId>jakarta.annotation-api</artifactId>
82             <optional>true</optional>
83         </dependency>
84         <dependency>
85             <groupId>com.guicedee.services</groupId>
86             <artifactId>javax.inject</artifactId>
87             <optional>true</optional>
88         </dependency>
89
90         <dependency>
91             <groupId>net.sf.ehcache</groupId>
92             <artifactId>ehcache</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>org.immutables</groupId>
96             <artifactId>value</artifactId>
97             <classifier>annotations</classifier>
98         </dependency>
99         <dependency>
100             <groupId>com.google.guava</groupId>
101             <artifactId>guava</artifactId>
102         </dependency>
103         <dependency>
104             <groupId>org.jolokia</groupId>
105             <artifactId>jolokia-osgi</artifactId>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.aaa.web</groupId>
109             <artifactId>web-api</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.aaa.web</groupId>
113             <artifactId>servlet-api</artifactId>
114         </dependency>
115
116         <!-- Testing Dependencies -->
117         <dependency>
118             <groupId>ch.qos.logback</groupId>
119             <artifactId>logback-core</artifactId>
120             <scope>test</scope>
121         </dependency>
122         <dependency>
123             <groupId>ch.qos.logback</groupId>
124             <artifactId>logback-classic</artifactId>
125             <scope>test</scope>
126         </dependency>
127         <dependency>
128             <groupId>org.glassfish.jersey.inject</groupId>
129             <artifactId>jersey-hk2</artifactId>
130             <scope>test</scope>
131         </dependency>
132         <dependency>
133             <groupId>org.glassfish.jersey.test-framework.providers</groupId>
134             <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
135             <scope>test</scope>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.aaa</groupId>
139             <artifactId>aaa-password-service-impl</artifactId>
140             <scope>test</scope>
141         </dependency>
142     </dependencies>
143
144     <build>
145         <plugins>
146             <plugin>
147                 <groupId>org.apache.felix</groupId>
148                 <artifactId>maven-bundle-plugin</artifactId>
149                 <extensions>true</extensions>
150                 <configuration>
151                     <instructions>
152                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
153                         <Export-Package>
154                             org.opendaylight.aaa,
155                             org.opendaylight.aaa.shiro,
156                             org.opendaylight.aaa.shiro.idm,
157                             org.opendaylight.aaa.shiro,
158                             org.opendaylight.aaa.shiro.filters,
159                             org.opendaylight.aaa.shiro.realm,
160                             <!-- TODO: This is temporary until we can find a better spot for GsonProvider. -->
161                             org.opendaylight.aaa.provider,
162                             org.opendaylight.aaa.shiro.web.env
163                         </Export-Package>
164                         <Import-Package>
165                            !javax.annotation,
166                            *
167                         </Import-Package>
168                     </instructions>
169                 </configuration>
170             </plugin>
171             <plugin>
172                 <groupId>org.codehaus.mojo</groupId>
173                 <artifactId>build-helper-maven-plugin</artifactId>
174                 <executions>
175                     <execution>
176                         <id>attach-artifacts</id>
177                         <phase>package</phase>
178                         <goals>
179                             <goal>attach-artifact</goal>
180                         </goals>
181                         <configuration>
182                             <artifacts>
183                                 <!-- attach idmtool as an artifact -->
184                                 <artifact>
185                                     <file>${project.build.directory}/classes/idmtool.py</file>
186                                     <type>py</type>
187                                     <classifier>idmtool</classifier>
188                                 </artifact>
189                                 <!-- attach aaa-app-config.xml as an artifact -->
190                                 <artifact>
191                                     <file>${project.build.directory}/classes/initial/aaa-app-config.xml</file>
192                                     <type>xml</type>
193                                     <classifier>aaa-app-config</classifier>
194                                 </artifact>
195                                 <artifact>
196                                     <file>${project.build.directory}/classes/initial/aaa-datastore-config.xml</file>
197                                     <type>xml</type>
198                                     <classifier>aaa-datastore-config</classifier>
199                                 </artifact>
200                             </artifacts>
201                         </configuration>
202                     </execution>
203                 </executions>
204             </plugin>
205         </plugins>
206     </build>
207 </project>