d3c411f6a3fc285d72e2c69a2b04440628bbaeb2
[aaa.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others. 
3     All rights reserved. This program and the accompanying materials are made 
4     available under the terms of the Eclipse Public License v1.0 which accompanies 
5     this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8     <modelVersion>4.0.0</modelVersion>
9     <parent>
10         <artifactId>aaa.project</artifactId>
11         <groupId>org.opendaylight.aaa</groupId>
12         <version>0.1.0-SNAPSHOT</version>
13         <relativePath>../</relativePath>
14     </parent>
15
16     <artifactId>features-aaa</artifactId>
17     <packaging>jar</packaging>
18
19     <properties>
20         <features.file>features.xml</features.file>
21     </properties>
22
23     <dependencies>
24         <!-- odl-aaa-authn -->
25         <dependency>
26             <groupId>com.sun.jersey</groupId>
27             <artifactId>jersey-servlet</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>com.sun.jersey</groupId>
31             <artifactId>jersey-core</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>com.sun.jersey</groupId>
35             <artifactId>jersey-server</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>com.sun.jersey</groupId>
39             <artifactId>jersey-json</artifactId>
40         </dependency>       
41         <dependency>
42             <groupId>org.apache.felix</groupId>
43             <artifactId>org.apache.felix.dependencymanager</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.apache.felix</groupId>
47             <artifactId>org.apache.felix.metatype</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>net.sf.ehcache</groupId>
51             <artifactId>ehcache</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.apache.geronimo.specs</groupId>
55             <artifactId>geronimo-jta_1.1_spec</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.apache.oltu.oauth2</groupId>
59             <artifactId>org.apache.oltu.oauth2.common</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.apache.oltu.oauth2</groupId>
63             <artifactId>org.apache.oltu.oauth2.authzserver</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.apache.oltu.oauth2</groupId>
67             <artifactId>org.apache.oltu.oauth2.resourceserver</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>commons-codec</groupId>
71             <artifactId>commons-codec</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>org.json</groupId>
75             <artifactId>json</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>org.glassfish</groupId>
79             <artifactId>javax.json</artifactId>
80         </dependency>
81         <dependency>
82             <groupId>org.codehaus.jackson</groupId>
83             <artifactId>jackson-core-asl</artifactId>
84         </dependency>
85         <dependency>
86             <groupId>org.codehaus.jackson</groupId>
87             <artifactId>jackson-mapper-asl</artifactId>
88         </dependency>
89         <dependency>
90             <groupId>org.codehaus.jackson</groupId>
91             <artifactId>jackson-jaxrs</artifactId>
92         </dependency>
93         <dependency>
94             <groupId>org.codehaus.jackson</groupId>
95             <artifactId>jackson-xc</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.codehaus.jettison</groupId>
99             <artifactId>jettison</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>org.xerial</groupId>
103             <artifactId>sqlite-jdbc</artifactId>
104         </dependency>
105
106         <dependency>
107             <groupId>org.opendaylight.aaa</groupId>
108             <artifactId>aaa-authn-api</artifactId>
109             <version>${project.version}</version>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.aaa</groupId>
113             <artifactId>aaa-authn</artifactId>
114             <version>${project.version}</version>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.aaa</groupId>
118             <artifactId>aaa-authn-sts</artifactId>
119             <version>${project.version}</version>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.aaa</groupId>
123             <artifactId>aaa-authn-store</artifactId>
124             <version>${project.version}</version>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.aaa</groupId>
128             <artifactId>aaa-authn-basic</artifactId>
129             <version>${project.version}</version>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.aaa</groupId>
133             <artifactId>aaa-idmlight</artifactId>
134             <version>${project.version}</version>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.aaa</groupId>
138             <artifactId>aaa-authn-federation</artifactId>
139             <version>${project.version}</version>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.aaa</groupId>
143             <artifactId>aaa-authn</artifactId>
144             <version>${project.version}</version>
145             <type>cfg</type>
146             <classifier>config</classifier>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.aaa</groupId>
150             <artifactId>aaa-authn-store</artifactId>
151             <version>${project.version}</version>
152             <type>cfg</type>
153             <classifier>config</classifier>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.aaa</groupId>
157             <artifactId>aaa-authn-federation</artifactId>
158             <version>${project.version}</version>
159             <type>cfg</type>
160             <classifier>config</classifier>
161         </dependency>
162
163         <!-- odl-aaa-sssd -->
164         <dependency>
165             <groupId>org.opendaylight.aaa</groupId>
166             <artifactId>aaa-authn-sssd</artifactId>
167             <version>${project.version}</version>
168         </dependency>
169
170         <!-- odl-aaa-authz -->
171         <dependency>
172             <groupId>org.opendaylight.yangtools</groupId>
173             <artifactId>features-yangtools</artifactId>
174             <version>${yangtools.version}</version>
175             <classifier>features</classifier>
176             <type>xml</type>
177         </dependency>
178         <dependency>
179             <groupId>org.opendaylight.aaa</groupId>
180             <artifactId>aaa-authz-model</artifactId>
181             <version>${project.version}</version>
182         </dependency>
183         <dependency>
184             <groupId>org.opendaylight.aaa</groupId>
185             <artifactId>aaa-authz-service</artifactId>
186             <version>${project.version}</version>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.aaa</groupId>
190             <artifactId>authz-service-config</artifactId>
191             <version>${project.version}</version>
192             <type>xml</type>
193             <classifier>config</classifier>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.aaa</groupId>
197             <artifactId>authz-restconf-config</artifactId>
198             <version>${project.version}</version>
199             <type>xml</type>
200             <classifier>config</classifier>
201         </dependency>
202         <dependency>
203             <groupId>org.opendaylight.controller</groupId>
204             <artifactId>features-mdsal</artifactId>
205             <version>${mdsal.version}</version>
206             <classifier>features</classifier>
207             <type>xml</type>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.controller</groupId>
211             <artifactId>features-config</artifactId>
212             <version>${config.version}</version>
213             <classifier>features</classifier>
214             <type>xml</type>
215         </dependency>
216
217
218         <!-- odl-aaa-authn-plugin -->
219         <dependency>
220             <groupId>org.opendaylight.controller</groupId>
221             <artifactId>features-netconf</artifactId>
222             <version>${netconf.version}</version>
223             <classifier>features</classifier>
224             <type>xml</type>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.aaa</groupId>
228             <artifactId>aaa-authn-odl-plugin</artifactId>
229             <version>${project.version}</version>
230         </dependency>
231         <dependency>
232             <groupId>org.opendaylight.aaa</groupId>
233             <artifactId>aaa-authn-idpmapping</artifactId>
234             <version>${project.version}</version>
235         </dependency>
236
237         <!-- test to validate features.xml -->
238         <dependency>
239             <groupId>org.opendaylight.yangtools</groupId>
240             <artifactId>features-test</artifactId>
241             <version>${yangtools.version}</version>
242             <scope>test</scope>
243         </dependency>
244         <!-- dependency for opendaylight-karaf-empty for use by testing -->
245         <dependency>
246             <groupId>org.opendaylight.controller</groupId>
247             <artifactId>opendaylight-karaf-empty</artifactId>
248             <version>${karaf.empty.version}</version>
249             <type>zip</type>
250         </dependency>
251     </dependencies>
252     <build>
253         <resources>
254             <resource>
255                 <directory>src/main/resources</directory>
256                 <filtering>true</filtering>
257             </resource>
258         </resources>
259         <plugins>
260             <plugin>
261                 <groupId>org.apache.maven.plugins</groupId>
262                 <artifactId>maven-resources-plugin</artifactId>
263                 <executions>
264                     <execution>
265                         <id>filter</id>
266                         <phase>generate-resources</phase>
267                         <goals>
268                             <goal>resources</goal>
269                         </goals>
270                     </execution>
271                 </executions>
272             </plugin>
273             <plugin>
274                 <groupId>org.codehaus.mojo</groupId>
275                 <artifactId>build-helper-maven-plugin</artifactId>
276                 <executions>
277                     <execution>
278                         <id>attach-artifacts</id>
279                         <phase>package</phase>
280                         <goals>
281                             <goal>attach-artifact</goal>
282                         </goals>
283                         <configuration>
284                             <artifacts>
285                                 <artifact>
286                                     <file>${project.build.directory}/classes/${features.file}</file>
287                                     <type>xml</type>
288                                     <classifier>features</classifier>
289                                 </artifact>
290                             </artifacts>
291                         </configuration>
292                     </execution>
293                 </executions>
294             </plugin>
295             <plugin>
296                 <groupId>org.apache.maven.plugins</groupId>
297                 <artifactId>maven-surefire-plugin</artifactId>
298                 <configuration>
299                     <systemPropertyVariables>
300                         <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
301                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
302                         <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
303                     </systemPropertyVariables>
304                     <dependenciesToScan>
305                         <dependency>org.opendaylight.yangtools:features-test</dependency>
306                     </dependenciesToScan>
307                 </configuration>
308             </plugin>
309         </plugins>
310     </build>
311     <scm>
312         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
313         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
314         <tag>HEAD</tag>
315         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
316     </scm>
317 </project>