Package rfc7952 ietf-yang-metadata
[mdsal.git] / model / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 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     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15       <groupId>org.opendaylight.odlparent</groupId>
16       <artifactId>odlparent-lite</artifactId>
17       <version>3.1.2</version>
18       <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.mdsal.model</groupId>
22     <artifactId>mdsal-model-artifacts</artifactId>
23     <version>0.13.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25
26     <properties>
27         <!-- Model versions -->
28         <ietf.topology.version>2013.10.21.13.0-SNAPSHOT</ietf.topology.version>
29     </properties>
30
31     <dependencyManagement>
32         <dependencies>
33             <dependency>
34                 <groupId>org.opendaylight.mdsal.model</groupId>
35                 <artifactId>opendaylight-l2-types</artifactId>
36                 <version>2013.08.27.13.0-SNAPSHOT</version>
37             </dependency>
38             <dependency>
39                 <groupId>org.opendaylight.mdsal.model</groupId>
40                 <artifactId>general-entity</artifactId>
41                 <version>0.13.0-SNAPSHOT</version>
42             </dependency>
43
44             <!-- RFC6991 -->
45             <!-- FIXME: harmonize packaging of these two, as per the discussion at
46                  https://lists.opendaylight.org/pipermail/mdsal-dev/2018-April/001656.html -->
47             <dependency>
48                 <groupId>org.opendaylight.mdsal.model</groupId>
49                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
50                 <version>1.5.0-SNAPSHOT</version>
51             </dependency>
52             <dependency>
53                 <groupId>org.opendaylight.mdsal.model</groupId>
54                 <artifactId>ietf-yang-types-20130715</artifactId>
55                 <version>2013.07.15.13.0-SNAPSHOT</version>
56             </dependency>
57             <dependency>
58                 <groupId>org.opendaylight.mdsal.model</groupId>
59                 <artifactId>ietf-type-util</artifactId>
60                 <version>2.1.0-SNAPSHOT</version>
61             </dependency>
62
63             <!-- RFC7223 -->
64             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
65             <dependency>
66                 <groupId>org.opendaylight.mdsal.model</groupId>
67                 <artifactId>ietf-interfaces</artifactId>
68                 <version>2014.05.08.13.0-SNAPSHOT</version>
69             </dependency>
70
71             <!-- RFC7224, live version lives here: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
72             <dependency>
73                 <groupId>org.opendaylight.mdsal.model</groupId>
74                 <artifactId>iana-if-type-2014-05-08</artifactId>
75                 <version>2014.05.08.13.0-SNAPSHOT</version>
76             </dependency>
77
78             <!-- RFC7277 -->
79             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
80             <dependency>
81                 <groupId>org.opendaylight.mdsal.model</groupId>
82                 <artifactId>ietf-ip-2014-06-16</artifactId>
83                 <version>2014.06.16.13.0-SNAPSHOT</version>
84             </dependency>
85
86             <!-- RFC7895 -->
87             <dependency>
88                 <groupId>org.opendaylight.mdsal.model</groupId>
89                 <artifactId>rfc7895</artifactId>
90                 <version>1.0.0-SNAPSHOT</version>
91             </dependency>
92
93             <!-- RFC7952 -->
94             <dependency>
95                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
96                 <artifactId>rfc7952</artifactId>
97                 <version>1.0.0-SNAPSHOT</version>
98             </dependency>
99
100             <!-- RFC8345 -->
101             <dependency>
102                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
103                 <artifactId>rfc8345</artifactId>
104                 <version>1.0.0-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
108                 <artifactId>rfc8345-ietf-network</artifactId>
109                 <version>1.0.0-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
113                 <artifactId>rfc8345-ietf-network-state</artifactId>
114                 <version>1.0.0-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
118                 <artifactId>rfc8345-ietf-network-topology</artifactId>
119                 <version>1.0.0-SNAPSHOT</version>
120             </dependency>
121             <dependency>
122                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
123                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
124                 <version>1.0.0-SNAPSHOT</version>
125             </dependency>
126
127             <!-- draft-bierman-netconf-restconf-02 -->
128             <!-- FIXME: upgrade to RFC8040 -->
129             <dependency>
130                 <groupId>org.opendaylight.mdsal.model</groupId>
131                 <artifactId>ietf-restconf</artifactId>
132                 <version>2013.10.19.13.0-SNAPSHOT</version>
133             </dependency>
134
135             <!-- draft-clemm-netmod-yang-network-topo-01 -->
136             <!-- FIXME: figure out migration path towads:
137                         RFC8345
138                         RFC8346
139                         draft-ietf-teas-yang-te-topo-15 (?)
140                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
141             <dependency>
142                 <groupId>org.opendaylight.mdsal.model</groupId>
143                 <artifactId>ietf-ted</artifactId>
144                 <version>${ietf.topology.version}</version>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.mdsal.model</groupId>
148                 <artifactId>ietf-topology</artifactId>
149                 <version>${ietf.topology.version}</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.opendaylight.mdsal.model</groupId>
153                 <artifactId>ietf-topology-isis</artifactId>
154                 <version>${ietf.topology.version}</version>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.mdsal.model</groupId>
158                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
159                 <version>${ietf.topology.version}</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.mdsal.model</groupId>
163                 <artifactId>ietf-topology-ospf</artifactId>
164                 <version>${ietf.topology.version}</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.mdsal.model</groupId>
168                 <artifactId>ietf-topology-l3-unicast</artifactId>
169                 <version>${ietf.topology.version}</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.opendaylight.mdsal.model</groupId>
173                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
174                 <version>1.2.0-SNAPSHOT</version>
175             </dependency>
176
177             <!-- draft-ietf-netmod-acl-model-07 -->
178             <!-- FIXME: figure out the upgrade path towards
179                         draft-ietf-netmod-acl-model-18 -->
180             <dependency>
181                 <groupId>org.opendaylight.mdsal.model</groupId>
182                 <artifactId>ietf-packet-fields</artifactId>
183                 <version>0.11.0-SNAPSHOT</version>
184             </dependency>
185             <dependency>
186                 <groupId>org.opendaylight.mdsal.model</groupId>
187                 <artifactId>ietf-access-control-list</artifactId>
188                 <version>0.11.0-SNAPSHOT</version>
189             </dependency>
190
191             <!-- FIXME: where is the authoritative source of this ? -->
192             <dependency>
193                 <groupId>org.opendaylight.mdsal.model</groupId>
194                 <artifactId>iana-afn-safi</artifactId>
195                 <version>2013.07.04.13.0-SNAPSHOT</version>
196             </dependency>
197
198             <!-- Features -->
199             <dependency>
200                 <groupId>org.opendaylight.mdsal.model</groupId>
201                 <artifactId>features-mdsal-model</artifactId>
202                 <classifier>features</classifier>
203                 <version>0.13.0-SNAPSHOT</version>
204                 <type>xml</type>
205             </dependency>
206             <dependency>
207                 <groupId>org.opendaylight.mdsal.model</groupId>
208                 <artifactId>odl-mdsal-models</artifactId>
209                 <version>0.13.0-SNAPSHOT</version>
210                 <classifier>features</classifier>
211                 <type>xml</type>
212             </dependency>
213         </dependencies>
214     </dependencyManagement>
215 </project>