Add support for calling the IdP RuleProcessor from SssdClaimAuth.
[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     <groupId>org.opendaylight.aaa</groupId>
18     <packaging>jar</packaging>
19
20     <properties>
21         <features.file>features.xml</features.file>
22         <branding.version>1.0.0-SNAPSHOT</branding.version>
23         <karaf.resources.version>1.4.2-SNAPSHOT</karaf.resources.version>
24         <karaf.version>3.0.1</karaf.version>
25         <feature.test.version>0.6.2-SNAPSHOT</feature.test.version>
26         <karaf.empty.version>1.4.2-SNAPSHOT</karaf.empty.version>
27         <surefire.version>2.16</surefire.version>
28     </properties>
29
30     <dependencies>
31         <!-- odl-aaa-authn -->
32         <dependency>
33             <groupId>com.sun.jersey</groupId>
34             <artifactId>jersey-servlet</artifactId>
35             <version>1.17</version>
36         </dependency>
37         <dependency>
38             <groupId>com.sun.jersey</groupId>
39             <artifactId>jersey-core</artifactId>
40             <version>1.17</version>
41         </dependency>
42         <dependency>
43             <groupId>com.sun.jersey</groupId>
44             <artifactId>jersey-server</artifactId>
45             <version>1.17</version>
46         </dependency>
47         <dependency>
48             <groupId>org.apache.felix</groupId>
49             <artifactId>org.apache.felix.dependencymanager</artifactId>
50             <version>3.1.0</version>
51         </dependency>
52         <dependency>
53             <groupId>org.apache.felix</groupId>
54             <artifactId>org.apache.felix.metatype</artifactId>
55             <version>1.0.10</version>
56         </dependency>
57         <dependency>
58             <groupId>net.sf.ehcache</groupId>
59             <artifactId>ehcache</artifactId>
60             <version>2.8.3</version>
61         </dependency>
62         <dependency>
63             <groupId>org.apache.geronimo.specs</groupId>
64             <artifactId>geronimo-jta_1.1_spec</artifactId>
65             <version>1.1.1</version>
66         </dependency>
67         <dependency>
68             <groupId>org.apache.oltu.oauth2</groupId>
69             <artifactId>org.apache.oltu.oauth2.common</artifactId>
70             <version>1.0.0</version>
71         </dependency>
72         <dependency>
73             <groupId>org.apache.oltu.oauth2</groupId>
74             <artifactId>org.apache.oltu.oauth2.authzserver</artifactId>
75             <version>1.0.0</version>
76         </dependency>
77         <dependency>
78             <groupId>org.apache.oltu.oauth2</groupId>
79             <artifactId>org.apache.oltu.oauth2.resourceserver</artifactId>
80             <version>1.0.0</version>
81         </dependency>
82         <dependency>
83             <groupId>commons-codec</groupId>
84             <artifactId>commons-codec</artifactId>
85             <version>1.8</version>
86         </dependency>
87         <dependency>
88             <groupId>org.json</groupId>
89             <artifactId>json</artifactId>
90             <version>20131018</version>
91         </dependency>
92         <dependency>
93             <groupId>com.sun.jersey</groupId>
94             <artifactId>jersey-json</artifactId>
95             <version>1.17</version>
96         </dependency>
97         <dependency>
98           <groupId>org.glassfish</groupId>
99           <artifactId>javax.json</artifactId>
100           <version>1.0.4</version>
101         </dependency>
102         <dependency>
103             <groupId>org.codehaus.jackson</groupId>
104             <artifactId>jackson-core-asl</artifactId>
105             <version>1.9.2</version>
106         </dependency>
107         <dependency>
108             <groupId>org.codehaus.jackson</groupId>
109             <artifactId>jackson-mapper-asl</artifactId>
110             <version>1.9.2</version>
111         </dependency>
112         <dependency>
113             <groupId>org.codehaus.jackson</groupId>
114             <artifactId>jackson-jaxrs</artifactId>
115             <version>1.9.2</version>
116         </dependency>
117         <dependency>
118             <groupId>org.codehaus.jackson</groupId>
119             <artifactId>jackson-xc</artifactId>
120             <version>1.9.2</version>
121         </dependency>
122         <dependency>
123             <groupId>org.codehaus.jettison</groupId>
124             <artifactId>jettison</artifactId>
125             <version>1.1</version>
126         </dependency>
127         <dependency>
128             <groupId>org.xerial</groupId>
129             <artifactId>sqlite-jdbc</artifactId>
130             <version>3.7.2</version>
131         </dependency>
132
133         <dependency>
134             <groupId>org.opendaylight.aaa</groupId>
135             <artifactId>aaa-authn-api</artifactId>
136             <version>${project.version}</version>
137         </dependency>
138         <dependency>
139             <groupId>org.opendaylight.aaa</groupId>
140             <artifactId>aaa-authn</artifactId>
141             <version>${project.version}</version>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.aaa</groupId>
145             <artifactId>aaa-authn-sts</artifactId>
146             <version>${project.version}</version>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.aaa</groupId>
150             <artifactId>aaa-authn-store</artifactId>
151             <version>${project.version}</version>
152         </dependency>
153         <dependency>
154             <groupId>org.opendaylight.aaa</groupId>
155             <artifactId>aaa-authn-basic</artifactId>
156             <version>${project.version}</version>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.aaa</groupId>
160             <artifactId>aaa-idmlight</artifactId>
161             <version>${project.version}</version>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.aaa</groupId>
165             <artifactId>aaa-authn</artifactId>
166             <version>${project.version}</version>
167             <type>cfg</type>
168             <classifier>config</classifier>
169         </dependency>
170         <dependency>
171             <groupId>org.opendaylight.aaa</groupId>
172             <artifactId>aaa-authn-store</artifactId>
173             <version>${project.version}</version>
174             <type>cfg</type>
175             <classifier>config</classifier>
176         </dependency>
177         <dependency>
178             <groupId>org.opendaylight.aaa</groupId>
179             <artifactId>aaa-authn-sts</artifactId>
180             <version>${project.version}</version>
181             <type>cfg</type>
182             <classifier>config</classifier>
183         </dependency>
184
185         <!-- odl-aaa-sssd -->
186         <dependency>
187             <groupId>org.opendaylight.aaa</groupId>
188             <artifactId>aaa-authn-sssd</artifactId>
189             <version>${project.version}</version>
190         </dependency>
191
192         <!-- odl-aaa-authz -->
193         <dependency>
194             <groupId>org.opendaylight.yangtools</groupId>
195             <artifactId>features-yangtools</artifactId>
196             <version>${yangtools.version}</version>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.aaa</groupId>
202             <artifactId>aaa-authz-model</artifactId>
203             <version>${project.version}</version>
204         </dependency>
205
206         <!-- odl-aaa-authn-plugin -->
207         <dependency>
208             <groupId>org.opendaylight.controller</groupId>
209             <artifactId>features-netconf</artifactId>
210             <version>${netconf.version}</version>
211             <classifier>features</classifier>
212             <type>xml</type>
213         </dependency>
214         <dependency>
215             <groupId>org.opendaylight.aaa</groupId>
216             <artifactId>aaa-authn-odl-plugin</artifactId>
217             <version>${project.version}</version>
218         </dependency>
219
220         <!-- test to validate features.xml -->
221         <dependency>
222             <groupId>org.opendaylight.yangtools</groupId>
223             <artifactId>features-test</artifactId>
224             <version>${feature.test.version}</version>
225             <scope>test</scope>
226         </dependency>
227         <!-- dependency for opendaylight-karaf-empty for use by testing -->
228         <dependency>
229             <groupId>org.opendaylight.controller</groupId>
230             <artifactId>opendaylight-karaf-empty</artifactId>
231             <version>${karaf.empty.version}</version>
232             <type>zip</type>
233         </dependency>
234     </dependencies>
235     <build>
236         <resources>
237             <resource>
238                 <directory>src/main/resources</directory>
239                 <filtering>true</filtering>
240             </resource>
241         </resources>
242         <plugins>
243             <plugin>
244                 <groupId>org.apache.maven.plugins</groupId>
245                 <artifactId>maven-resources-plugin</artifactId>
246                 <executions>
247                     <execution>
248                         <id>filter</id>
249                         <phase>generate-resources</phase>
250                         <goals>
251                             <goal>resources</goal>
252                         </goals>
253                     </execution>
254                 </executions>
255             </plugin>
256             <plugin>
257                 <groupId>org.codehaus.mojo</groupId>
258                 <artifactId>build-helper-maven-plugin</artifactId>
259                 <executions>
260                     <execution>
261                         <id>attach-artifacts</id>
262                         <phase>package</phase>
263                         <goals>
264                             <goal>attach-artifact</goal>
265                         </goals>
266                         <configuration>
267                             <artifacts>
268                                 <artifact>
269                                     <file>${project.build.directory}/classes/${features.file}</file>
270                                     <type>xml</type>
271                                     <classifier>features</classifier>
272                                 </artifact>
273                             </artifacts>
274                         </configuration>
275                     </execution>
276                 </executions>
277             </plugin>
278             <plugin>
279                 <groupId>org.apache.maven.plugins</groupId>
280                 <artifactId>maven-surefire-plugin</artifactId>
281                 <version>${surefire.version}</version>
282                 <configuration>
283                     <systemPropertyVariables>
284                         <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
285                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
286                         <karaf.distro.version>${karaf.empty.version}</karaf.distro.version>
287                     </systemPropertyVariables>
288                     <dependenciesToScan>
289                         <dependency>org.opendaylight.yangtools:features-test</dependency>
290                     </dependenciesToScan>
291                 </configuration>
292             </plugin>
293         </plugins>
294     </build>
295     <scm>
296         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
297         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
298         <tag>HEAD</tag>
299         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
300     </scm>
301 </project>