Bug 8157 Fixed deleting a user and recreating it fails with aaa-cli-jar
[aaa.git] / aaa-authn-mdsal-store / aaa-authn-mdsal-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Hewlett-Packard, L.P. 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"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.mdsal</groupId>
15     <artifactId>binding-parent</artifactId>
16     <version>0.10.0-SNAPSHOT</version>
17     <relativePath />
18   </parent>
19
20   <groupId>org.opendaylight.aaa</groupId>
21   <artifactId>aaa-authn-mdsal-api</artifactId>
22   <version>0.5.0-SNAPSHOT</version>
23   <name>ODL :: aaa :: ${project.artifactId}</name>
24   <packaging>bundle</packaging>
25
26   <dependencies>
27     <!-- project specific dependencies -->
28     <dependency>
29       <groupId>org.opendaylight.aaa</groupId>
30       <artifactId>aaa-authn-api</artifactId>
31       <version>${project.version}</version>
32     </dependency>
33     <!-- mdsal dependencies] -->
34     <dependency>
35       <groupId>org.opendaylight.mdsal</groupId>
36       <artifactId>yang-binding</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.mdsal.model</groupId>
40       <artifactId>ietf-inet-types-2013-07-15</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.mdsal.model</groupId>
44       <artifactId>ietf-yang-types-20130715</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.mdsal.model</groupId>
48       <artifactId>yang-ext</artifactId>
49     </dependency>
50   </dependencies>
51 </project>