5354b683c419fcd3b13d33e69886813f91be7e08
[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.3</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             <!-- RFC8342 -->
101             <dependency>
102                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
103                 <artifactId>rfc8342</artifactId>
104                 <version>1.0.0-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
108                 <artifactId>rfc8342-ietf-datastores</artifactId>
109                 <version>1.0.0-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
113                 <artifactId>rfc8342-ietf-origin</artifactId>
114                 <version>1.0.0-SNAPSHOT</version>
115             </dependency>
116
117             <!-- RFC8343 -->
118             <dependency>
119                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
120                 <artifactId>rfc8343</artifactId>
121                 <version>1.0.0-SNAPSHOT</version>
122             </dependency>
123
124             <!-- RFC8344 -->
125             <dependency>
126                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
127                 <artifactId>rfc8344</artifactId>
128                 <version>1.0.0-SNAPSHOT</version>
129             </dependency>
130
131             <!-- RFC8345 -->
132             <dependency>
133                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
134                 <artifactId>rfc8345</artifactId>
135                 <version>1.0.0-SNAPSHOT</version>
136             </dependency>
137             <dependency>
138                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
139                 <artifactId>rfc8345-ietf-network</artifactId>
140                 <version>1.0.0-SNAPSHOT</version>
141             </dependency>
142             <dependency>
143                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
144                 <artifactId>rfc8345-ietf-network-state</artifactId>
145                 <version>1.0.0-SNAPSHOT</version>
146             </dependency>
147             <dependency>
148                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
149                 <artifactId>rfc8345-ietf-network-topology</artifactId>
150                 <version>1.0.0-SNAPSHOT</version>
151             </dependency>
152             <dependency>
153                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
154                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
155                 <version>1.0.0-SNAPSHOT</version>
156             </dependency>
157
158             <!-- draft-bierman-netconf-restconf-02 -->
159             <!-- FIXME: upgrade to RFC8040 -->
160             <dependency>
161                 <groupId>org.opendaylight.mdsal.model</groupId>
162                 <artifactId>ietf-restconf</artifactId>
163                 <version>2013.10.19.13.0-SNAPSHOT</version>
164             </dependency>
165
166             <!-- draft-clemm-netmod-yang-network-topo-01 -->
167             <!-- FIXME: figure out migration path towads:
168                         RFC8345
169                         RFC8346
170                         draft-ietf-teas-yang-te-topo-15 (?)
171                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>ietf-ted</artifactId>
175                 <version>${ietf.topology.version}</version>
176             </dependency>
177             <dependency>
178                 <groupId>org.opendaylight.mdsal.model</groupId>
179                 <artifactId>ietf-topology</artifactId>
180                 <version>${ietf.topology.version}</version>
181             </dependency>
182             <dependency>
183                 <groupId>org.opendaylight.mdsal.model</groupId>
184                 <artifactId>ietf-topology-isis</artifactId>
185                 <version>${ietf.topology.version}</version>
186             </dependency>
187             <dependency>
188                 <groupId>org.opendaylight.mdsal.model</groupId>
189                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
190                 <version>${ietf.topology.version}</version>
191             </dependency>
192             <dependency>
193                 <groupId>org.opendaylight.mdsal.model</groupId>
194                 <artifactId>ietf-topology-ospf</artifactId>
195                 <version>${ietf.topology.version}</version>
196             </dependency>
197             <dependency>
198                 <groupId>org.opendaylight.mdsal.model</groupId>
199                 <artifactId>ietf-topology-l3-unicast</artifactId>
200                 <version>${ietf.topology.version}</version>
201             </dependency>
202             <dependency>
203                 <groupId>org.opendaylight.mdsal.model</groupId>
204                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
205                 <version>1.2.0-SNAPSHOT</version>
206             </dependency>
207
208             <!-- draft-ietf-netmod-acl-model-07 -->
209             <!-- FIXME: figure out the upgrade path towards
210                         draft-ietf-netmod-acl-model-18 -->
211             <dependency>
212                 <groupId>org.opendaylight.mdsal.model</groupId>
213                 <artifactId>ietf-packet-fields</artifactId>
214                 <version>0.11.0-SNAPSHOT</version>
215             </dependency>
216             <dependency>
217                 <groupId>org.opendaylight.mdsal.model</groupId>
218                 <artifactId>ietf-access-control-list</artifactId>
219                 <version>0.11.0-SNAPSHOT</version>
220             </dependency>
221
222             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
223             <dependency>
224                 <groupId>org.opendaylight.mdsal.model</groupId>
225                 <artifactId>iana-afn-safi</artifactId>
226                 <version>2013.07.04.13.0-SNAPSHOT</version>
227             </dependency>
228
229             <!-- Features -->
230             <dependency>
231                 <groupId>org.opendaylight.mdsal.model</groupId>
232                 <artifactId>features-mdsal-model</artifactId>
233                 <classifier>features</classifier>
234                 <version>0.13.0-SNAPSHOT</version>
235                 <type>xml</type>
236             </dependency>
237             <dependency>
238                 <groupId>org.opendaylight.mdsal.model</groupId>
239                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
240                 <version>1.0.0-SNAPSHOT</version>
241                 <classifier>features</classifier>
242                 <type>xml</type>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.mdsal.model</groupId>
246                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
247                 <version>1.0.0-SNAPSHOT</version>
248                 <classifier>features</classifier>
249                 <type>xml</type>
250             </dependency>
251             <dependency>
252                 <groupId>org.opendaylight.mdsal.model</groupId>
253                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
254                 <version>1.0.0-SNAPSHOT</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258             <dependency>
259                 <groupId>org.opendaylight.mdsal.model</groupId>
260                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
261                 <version>1.0.0-SNAPSHOT</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265             <dependency>
266                 <groupId>org.opendaylight.mdsal.model</groupId>
267                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
268                 <version>1.0.0-SNAPSHOT</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272             <dependency>
273                 <groupId>org.opendaylight.mdsal.model</groupId>
274                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
275                 <version>1.0.0-SNAPSHOT</version>
276                 <classifier>features</classifier>
277                 <type>xml</type>
278             </dependency>
279             <dependency>
280                 <groupId>org.opendaylight.mdsal.model</groupId>
281                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
282                 <version>1.0.0-SNAPSHOT</version>
283                 <classifier>features</classifier>
284                 <type>xml</type>
285             </dependency>
286             <dependency>
287                 <groupId>org.opendaylight.mdsal.model</groupId>
288                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
289                 <version>1.0.0-SNAPSHOT</version>
290                 <classifier>features</classifier>
291                 <type>xml</type>
292             </dependency>
293             <dependency>
294                 <groupId>org.opendaylight.mdsal.model</groupId>
295                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
296                 <version>1.0.0-SNAPSHOT</version>
297                 <classifier>features</classifier>
298                 <type>xml</type>
299             </dependency>
300             <dependency>
301                 <groupId>org.opendaylight.mdsal.model</groupId>
302                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
303                 <version>1.0.0-SNAPSHOT</version>
304                 <classifier>features</classifier>
305                 <type>xml</type>
306             </dependency>
307             <dependency>
308                 <groupId>org.opendaylight.mdsal.model</groupId>
309                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
310                 <version>1.0.0-SNAPSHOT</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314
315             <dependency>
316                 <groupId>org.opendaylight.mdsal.model</groupId>
317                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
318                 <version>1.0.0-SNAPSHOT</version>
319                 <classifier>features</classifier>
320                 <type>xml</type>
321             </dependency>
322             <dependency>
323                 <groupId>org.opendaylight.mdsal.model</groupId>
324                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
325                 <version>1.0.0-SNAPSHOT</version>
326                 <classifier>features</classifier>
327                 <type>xml</type>
328             </dependency>
329             <dependency>
330                 <groupId>org.opendaylight.mdsal.model</groupId>
331                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
332                 <version>1.0.0-SNAPSHOT</version>
333                 <classifier>features</classifier>
334                 <type>xml</type>
335             </dependency>
336             <dependency>
337                 <groupId>org.opendaylight.mdsal.model</groupId>
338                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
339                 <version>1.0.0-SNAPSHOT</version>
340                 <classifier>features</classifier>
341                 <type>xml</type>
342             </dependency>
343             <dependency>
344                 <groupId>org.opendaylight.mdsal.model</groupId>
345                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
346                 <version>1.0.0-SNAPSHOT</version>
347                 <classifier>features</classifier>
348                 <type>xml</type>
349             </dependency>
350             <dependency>
351                 <groupId>org.opendaylight.mdsal.model</groupId>
352                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
353                 <version>1.0.0-SNAPSHOT</version>
354                 <classifier>features</classifier>
355                 <type>xml</type>
356             </dependency>
357             <dependency>
358                 <groupId>org.opendaylight.mdsal.model</groupId>
359                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
360                 <version>1.0.0-SNAPSHOT</version>
361                 <classifier>features</classifier>
362                 <type>xml</type>
363             </dependency>
364         </dependencies>
365     </dependencyManagement>
366 </project>