Clean out last vestiges of OSGi-meddling
[aaa.git] / features / odl-aaa-shiro / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>8.0.0</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.aaa</groupId>
20     <artifactId>odl-aaa-shiro</artifactId>
21     <version>0.13.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
25     <name>ODL :: aaa :: ${project.artifactId}</name>
26
27     <dependencyManagement>
28         <dependencies>
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>aaa-parent</artifactId>
32                 <version>${project.version}</version>
33                 <type>pom</type>
34                 <scope>import</scope>
35             </dependency>
36         </dependencies>
37     </dependencyManagement>
38
39     <dependencies>
40         <dependency>
41             <groupId>org.opendaylight.aaa</groupId>
42             <artifactId>odl-aaa-password-service</artifactId>
43             <version>${project.version}</version>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47
48         <dependency>
49             <groupId>org.opendaylight.controller</groupId>
50             <artifactId>odl-jolokia</artifactId>
51             <classifier>features</classifier>
52             <type>xml</type>
53         </dependency>
54
55         <!-- Existing AAA infrastructure -->
56         <dependency>
57             <groupId>org.opendaylight.aaa</groupId>
58             <artifactId>odl-aaa-web</artifactId>
59             <version>${project.version}</version>
60             <classifier>features</classifier>
61             <type>xml</type>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.aaa.web</groupId>
65             <artifactId>web-osgi-impl</artifactId>
66             <version>${project.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.aaa</groupId>
70             <artifactId>aaa-shiro</artifactId>
71         </dependency>
72         <dependency>
73           <groupId>org.opendaylight.aaa</groupId>
74           <artifactId>aaa-shiro-api</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.aaa</groupId>
78             <artifactId>odl-aaa-encryption-service</artifactId>
79             <version>${project.version}</version>
80             <type>xml</type>
81             <classifier>features</classifier>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.aaa</groupId>
85             <artifactId>aaa-filterchain</artifactId>
86         </dependency>
87         <dependency>
88             <groupId>${project.groupId}</groupId>
89             <artifactId>odl-aaa-api</artifactId>
90             <version>${project.version}</version>
91             <type>xml</type>
92             <classifier>features</classifier>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>odl-aaa-cert</artifactId>
97             <version>${project.version}</version>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101         <dependency>
102             <groupId>org.apache.shiro</groupId>
103             <artifactId>shiro-web</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.apache.shiro</groupId>
107             <artifactId>shiro-core</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>commons-codec</groupId>
111             <artifactId>commons-codec</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.aaa</groupId>
115             <artifactId>aaa-shiro</artifactId>
116             <version>${project.version}</version>
117             <type>xml</type>
118             <classifier>aaa-app-config</classifier>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.aaa</groupId>
122             <artifactId>aaa-shiro</artifactId>
123             <version>${project.version}</version>
124             <type>xml</type>
125             <classifier>aaa-datastore-config</classifier>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.odlparent</groupId>
129             <artifactId>odl-karaf-feat-jetty</artifactId>
130             <type>xml</type>
131             <classifier>features</classifier>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.odlparent</groupId>
135             <artifactId>odl-apache-commons-codec</artifactId>
136             <type>xml</type>
137             <classifier>features</classifier>
138         </dependency>
139
140         <!--H2 Store -->
141         <dependency>
142             <groupId>org.opendaylight.odlparent</groupId>
143             <artifactId>odl-karaf-feat-jdbc</artifactId>
144             <type>xml</type>
145             <classifier>features</classifier>
146         </dependency>
147
148         <dependency>
149             <!-- finalname="bin/idmtool" -->
150             <groupId>org.opendaylight.aaa</groupId>
151             <artifactId>aaa-shiro</artifactId>
152             <version>${project.version}</version>
153             <type>py</type>
154             <classifier>idmtool</classifier>
155         </dependency>
156
157         <dependency>
158             <!-- finalname="/etc/org.opendaylight.aaa.filterchain.cfg" -->
159             <groupId>org.opendaylight.aaa</groupId>
160             <artifactId>aaa-filterchain</artifactId>
161             <type>cfg</type>
162             <classifier>config</classifier>
163         </dependency>
164     </dependencies>
165
166     <build>
167         <pluginManagement>
168             <plugins>
169                 <plugin>
170                     <groupId>org.apache.karaf.tooling</groupId>
171                     <artifactId>karaf-maven-plugin</artifactId>
172                 </plugin>
173             </plugins>
174         </pluginManagement>
175     </build>
176 </project>