Merge "BUG-1431: make sure (Yang)InstanceIdentifier is Serializable"
[mdsal.git] / model / ietf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11
12     <parent>
13         <artifactId>model-parent</artifactId>
14         <groupId>org.opendaylight.yangtools.model</groupId>
15         <version>0.6.2-SNAPSHOT</version>
16     </parent>
17
18     <modelVersion>4.0.0</modelVersion>
19     <artifactId>model-ietf</artifactId>
20     <packaging>pom</packaging>
21     <name>${project.artifactId}</name>
22     <description>${project.artifactId}</description>
23
24     <modules>
25         <module>ietf-inet-types</module>
26         <module>ietf-yang-types</module>
27         <module>ietf-yang-types-20130715</module>
28         <module>ietf-ted</module>
29         <module>ietf-topology</module>
30         <module>ietf-topology-isis</module>
31         <module>ietf-topology-l3-unicast-igp</module>
32         <module>ietf-topology-ospf</module>
33         <module>ietf-restconf</module>
34         <!--module>ietf-netconf</module -->
35     </modules>
36
37     <dependencyManagement>
38         <dependencies>
39             <dependency>
40                 <groupId>org.opendaylight.yangtools.model</groupId>
41                 <artifactId>ietf-inet-types</artifactId>
42                 <version>${ietf.inet.types.version}</version>
43             </dependency>
44             <dependency>
45                 <groupId>org.opendaylight.yangtools.model</groupId>
46                 <artifactId>ietf-yang-types</artifactId>
47                 <version>${ietf.yang.types.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>org.opendaylight.yangtools.model</groupId>
51                 <artifactId>ietf-restconf</artifactId>
52                 <version>${ietf.restconf.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>ietf-ted</artifactId>
57                 <version>${ietf.topology.version}</version>
58             </dependency>
59             <dependency>
60                 <groupId>${project.groupId}</groupId>
61                 <artifactId>ietf-topology</artifactId>
62                 <version>${ietf.topology.version}</version>
63             </dependency>
64             <dependency>
65                 <groupId>${project.groupId}</groupId>
66                 <artifactId>ietf-topology-isis</artifactId>
67                 <version>${ietf.topology.version}</version>
68             </dependency>
69             <dependency>
70                 <groupId>${project.groupId}</groupId>
71                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
72                 <version>${ietf.topology.version}</version>
73             </dependency>
74             <dependency>
75                 <groupId>${project.groupId}</groupId>
76                 <artifactId>ietf-topology-ospf</artifactId>
77                 <version>${ietf.topology.version}</version>
78             </dependency>
79         </dependencies>
80     </dependencyManagement>
81    </project>