Bump controller to 9.0.2
[aaa.git] / features / odl-aaa-password-service / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2018 Inocybe Technologies and others. All rights reserved.
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
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>13.0.11</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.aaa</groupId>
21     <artifactId>odl-aaa-password-service</artifactId>
22     <version>0.19.3-SNAPSHOT</version>
23     <packaging>feature</packaging>
24
25     <name>ODL :: aaa :: ${project.artifactId}</name>
26
27     <dependencyManagement>
28         <dependencies>
29             <dependency>
30                 <groupId>${project.groupId}</groupId>
31                 <artifactId>aaa-artifacts</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>aaa-password-service-api</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.aaa</groupId>
46             <artifactId>aaa-password-service-impl</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.aaa</groupId>
50             <artifactId>aaa-password-service-impl</artifactId>
51             <classifier>aaa-password-service-config</classifier>
52             <type>xml</type>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.aaa</groupId>
56             <artifactId>odl-apache-shiro</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.mdsal</groupId>
62             <artifactId>odl-mdsal-binding-base</artifactId>
63             <version>13.0.1</version>
64             <type>xml</type>
65             <classifier>features</classifier>
66         </dependency>
67         <dependency>
68             <groupId>org.opendaylight.controller</groupId>
69             <artifactId>odl-mdsal-broker</artifactId>
70             <version>9.0.2</version>
71             <type>xml</type>
72             <classifier>features</classifier>
73         </dependency>
74     </dependencies>
75
76 </project>