Bump to mdsal-12.0.0
[aaa.git] / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.mdsal</groupId>
6     <artifactId>binding-parent</artifactId>
7     <version>12.0.0</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.aaa</groupId>
12   <artifactId>aaa-parent</artifactId>
13   <version>0.18.0-SNAPSHOT</version>
14   <name>ODL :: aaa :: ${project.artifactId}</name>
15   <packaging>pom</packaging>
16
17
18   <dependencyManagement>
19     <dependencies>
20       <!-- ODL -->
21       <dependency>
22         <groupId>org.opendaylight.aaa</groupId>
23         <artifactId>aaa-artifacts</artifactId>
24         <version>${project.version}</version>
25         <type>pom</type>
26         <scope>import</scope>
27       </dependency>
28       <dependency>
29         <groupId>org.opendaylight.controller</groupId>
30         <artifactId>controller-artifacts</artifactId>
31         <version>8.0.0-SNAPSHOT</version>
32         <scope>import</scope>
33         <type>pom</type>
34       </dependency>
35
36       <!-- Third-party -->
37       <dependency>
38         <groupId>com.h2database</groupId>
39         <artifactId>h2</artifactId>
40         <version>2.1.214</version>
41       </dependency>
42       <dependency>
43         <groupId>net.sf.ehcache</groupId>
44         <artifactId>ehcache</artifactId>
45         <version>2.10.9.2</version>
46       </dependency>
47       <dependency>
48         <groupId>org.glassfish</groupId>
49         <artifactId>javax.json</artifactId>
50         <version>1.0.4</version>
51       </dependency>
52     </dependencies>
53   </dependencyManagement>
54
55   <url>https://wiki.opendaylight.org/view/AAA:Main</url>
56   <scm>
57     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
58     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
59     <tag>HEAD</tag>
60   </scm>
61
62   <reporting>
63     <plugins>
64       <plugin>
65         <groupId>org.codehaus.mojo</groupId>
66         <artifactId>jdepend-maven-plugin</artifactId>
67       </plugin>
68     </plugins>
69   </reporting>
70 </project>