Bump to odlparent 4.0.8
[aaa.git] / 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 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10   <dependencies>
11     <dependency>
12       <groupId>org.apache.shiro</groupId>
13       <artifactId>shiro-core</artifactId>
14       <version>1.3.2</version>
15     </dependency>
16     <dependency>
17       <groupId>org.opendaylight.aaa</groupId>
18       <artifactId>aaa-password-service-api</artifactId>
19       <version>0.9.0-SNAPSHOT</version>
20     </dependency>
21   </dependencies>
22
23   <parent>
24     <groupId>org.opendaylight.odlparent</groupId>
25     <artifactId>odlparent</artifactId>
26     <version>4.0.8</version>
27     <relativePath/>
28   </parent>
29
30   <groupId>org.opendaylight.aaa</groupId>
31   <artifactId>aaa-password-service-aggregator</artifactId>
32   <version>0.9.0-SNAPSHOT</version>
33   <name>ODL :: aaa :: ${project.artifactId}</name>
34   <packaging>pom</packaging>
35
36   <modules>
37     <module>api</module>
38     <module>impl</module>
39   </modules>
40
41 </project>