Bug 4783 SQLException masked my IDMStoreException, making debugging impossible
[aaa.git] / aaa-authz / 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     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.aaa</groupId>
8         <artifactId>aaa-parent</artifactId>
9         <version>0.3.0-SNAPSHOT</version>
10         <relativePath>../parent</relativePath>
11     </parent>
12
13     <artifactId>aaa-authz</artifactId>
14     <name>${project.artifactId}</name>
15     <packaging>pom</packaging>
16
17     <modules>
18         <module>aaa-authz-model</module>
19         <module>aaa-authz-service</module>
20         <module>aaa-authz-config</module>
21         <module>aaa-authz-restconf-config</module>
22     </modules>
23 </project>