Convert features/authz to use features-parent
[aaa.git] / aaa-authn-mdsal-store / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <groupId>org.opendaylight.aaa</groupId>
7         <artifactId>aaa-parent</artifactId>
8         <version>0.3.0-SNAPSHOT</version>
9         <relativePath>../parent</relativePath>
10     </parent>
11     <modelVersion>4.0.0</modelVersion>
12
13     <artifactId>aaa-authn-mdsal-store</artifactId>
14     <name>${project.artifactId}</name>
15     <packaging>pom</packaging>
16
17     <modules>
18         <module>aaa-authn-mdsal-api</module>
19         <module>aaa-authn-mdsal-config</module>
20         <module>aaa-authn-mdsal-store-impl</module>
21     </modules>
22 </project>