Bump yangtools to 3.0.0
[mdsal.git] / 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     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14       <groupId>org.opendaylight.odlparent</groupId>
15       <artifactId>odlparent-lite</artifactId>
16       <version>5.0.0</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>4.0.0-SNAPSHOT</version>
23     <packaging>pom</packaging>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>org.opendaylight.mdsal</groupId>
29                 <artifactId>features-mdsal</artifactId>
30                 <classifier>features</classifier>
31                 <version>4.0.0-SNAPSHOT</version>
32                 <type>xml</type>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.mdsal</groupId>
36                 <artifactId>features-mdsal-experimental</artifactId>
37                 <classifier>features</classifier>
38                 <version>4.0.0-SNAPSHOT</version>
39                 <type>xml</type>
40             </dependency>
41
42             <!-- Common APIs for Binding and DOM -->
43             <dependency>
44                 <groupId>org.opendaylight.mdsal</groupId>
45                 <artifactId>mdsal-common-api</artifactId>
46                 <version>4.0.0-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>4.0.0-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>4.0.0-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>4.0.0-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>4.0.0-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>4.0.0-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>4.0.0-SNAPSHOT</version>
78             </dependency>
79
80             <!-- Binding MD-SAL & Java Binding -->
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>maven-sal-api-gen-plugin</artifactId>
84                 <version>2.0.0-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>2.0.0-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>2.0.0-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>2.0.0-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>2.0.0-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>2.0.0-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>2.0.0-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>2.0.0-SNAPSHOT</version>
120                 <scope>test</scope>
121             </dependency>
122
123             <dependency>
124                 <groupId>org.opendaylight.mdsal</groupId>
125                 <artifactId>mdsal-binding-api</artifactId>
126                 <version>4.0.0-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>4.0.0-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>4.0.0-SNAPSHOT</version>
137                 <type>test-jar</type>
138                 <scope>test</scope>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.mdsal</groupId>
142                 <artifactId>mdsal-binding-dom-codec</artifactId>
143                 <version>4.0.0-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>4.0.0-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>4.0.0-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>4.0.0-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>4.0.0-SNAPSHOT</version>
164                 <scope>test</scope>
165             </dependency>
166
167             <dependency>
168                 <groupId>org.opendaylight.mdsal.model</groupId>
169                 <artifactId>yang-ext</artifactId>
170                 <version>2013.09.07.16.0-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>2.0.0-SNAPSHOT</version>
176             </dependency>
177
178             <dependency>
179                 <groupId>org.opendaylight.mdsal</groupId>
180                 <artifactId>mdsal-eos-common-api</artifactId>
181                 <version>4.0.0-SNAPSHOT</version>
182             </dependency>
183             <dependency>
184                 <groupId>org.opendaylight.mdsal</groupId>
185                 <artifactId>mdsal-eos-common-spi</artifactId>
186                 <version>4.0.0-SNAPSHOT</version>
187             </dependency>
188             <dependency>
189                 <groupId>org.opendaylight.mdsal</groupId>
190                 <artifactId>mdsal-eos-dom-api</artifactId>
191                 <version>4.0.0-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal</groupId>
195                 <artifactId>mdsal-eos-dom-simple</artifactId>
196                 <version>4.0.0-SNAPSHOT</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.mdsal</groupId>
200                 <artifactId>mdsal-eos-binding-api</artifactId>
201                 <version>4.0.0-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal</groupId>
205                 <artifactId>mdsal-eos-binding-adapter</artifactId>
206                 <version>4.0.0-SNAPSHOT</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.opendaylight.mdsal</groupId>
210                 <artifactId>mdsal-singleton-common-api</artifactId>
211                 <version>4.0.0-SNAPSHOT</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.opendaylight.mdsal</groupId>
215                 <artifactId>mdsal-singleton-dom-impl</artifactId>
216                 <version>4.0.0-SNAPSHOT</version>
217             </dependency>
218
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-trace-api</artifactId>
222                 <version>2.0.0-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-trace-cli</artifactId>
227                 <version>2.0.0-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-trace-impl</artifactId>
232                 <version>2.0.0-SNAPSHOT</version>
233             </dependency>
234
235             <!-- Features -->
236             <!-- BINDING -->
237             <dependency>
238                 <groupId>${project.groupId}</groupId>
239                 <artifactId>odl-mdsal-binding</artifactId>
240                 <version>4.0.0-SNAPSHOT</version>
241                 <classifier>features</classifier>
242                 <type>xml</type>
243             </dependency>
244             <dependency>
245                 <groupId>${project.groupId}</groupId>
246                 <artifactId>odl-mdsal-binding-base</artifactId>
247                 <version>4.0.0-SNAPSHOT</version>
248                 <classifier>features</classifier>
249                 <type>xml</type>
250             </dependency>
251             <dependency>
252                 <groupId>${project.groupId}</groupId>
253                 <artifactId>odl-mdsal-binding-runtime</artifactId>
254                 <version>4.0.0-SNAPSHOT</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258             <dependency>
259                 <groupId>${project.groupId}</groupId>
260                 <artifactId>odl-mdsal-binding-api</artifactId>
261                 <version>4.0.0-SNAPSHOT</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265             <dependency>
266                 <groupId>${project.groupId}</groupId>
267                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
268                 <version>4.0.0-SNAPSHOT</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272
273             <!-- DOM -->
274             <dependency>
275                 <groupId>${project.groupId}</groupId>
276                 <artifactId>odl-mdsal-dom</artifactId>
277                 <version>4.0.0-SNAPSHOT</version>
278                 <classifier>features</classifier>
279                 <type>xml</type>
280             </dependency>
281             <dependency>
282                 <groupId>${project.groupId}</groupId>
283                 <artifactId>odl-mdsal-dom-api</artifactId>
284                 <version>4.0.0-SNAPSHOT</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288             <dependency>
289                 <groupId>${project.groupId}</groupId>
290                 <artifactId>odl-mdsal-dom-broker</artifactId>
291                 <version>4.0.0-SNAPSHOT</version>
292                 <classifier>features</classifier>
293                 <type>xml</type>
294             </dependency>
295
296             <!-- COMMON -->
297             <dependency>
298                 <groupId>${project.groupId}</groupId>
299                 <artifactId>odl-mdsal-common</artifactId>
300                 <version>4.0.0-SNAPSHOT</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304
305             <!-- EOS -->
306             <dependency>
307                 <groupId>${project.groupId}</groupId>
308                 <artifactId>odl-mdsal-eos-common</artifactId>
309                 <version>4.0.0-SNAPSHOT</version>
310                 <classifier>features</classifier>
311                 <type>xml</type>
312             </dependency>
313             <dependency>
314                 <groupId>${project.groupId}</groupId>
315                 <artifactId>odl-mdsal-eos-dom</artifactId>
316                 <version>4.0.0-SNAPSHOT</version>
317                 <classifier>features</classifier>
318                 <type>xml</type>
319             </dependency>
320             <dependency>
321                 <groupId>${project.groupId}</groupId>
322                 <artifactId>odl-mdsal-eos-binding</artifactId>
323                 <version>4.0.0-SNAPSHOT</version>
324                 <classifier>features</classifier>
325                 <type>xml</type>
326             </dependency>
327
328             <!-- SINGLETON -->
329             <dependency>
330                 <groupId>${project.groupId}</groupId>
331                 <artifactId>odl-mdsal-singleton-common</artifactId>
332                 <version>4.0.0-SNAPSHOT</version>
333                 <classifier>features</classifier>
334                 <type>xml</type>
335             </dependency>
336             <dependency>
337                 <groupId>${project.groupId}</groupId>
338                 <artifactId>odl-mdsal-singleton-dom</artifactId>
339                 <version>4.0.0-SNAPSHOT</version>
340                 <classifier>features</classifier>
341                 <type>xml</type>
342             </dependency>
343
344             <!-- MODELS -->
345             <dependency>
346                 <groupId>org.opendaylight.mdsal.model</groupId>
347                 <artifactId>opendaylight-l2-types</artifactId>
348                 <version>2013.08.27.16.0-SNAPSHOT</version>
349             </dependency>
350
351             <!-- RFC6991 -->
352             <dependency>
353                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
354                 <artifactId>rfc6991</artifactId>
355                 <version>2.0.0-SNAPSHOT</version>
356             </dependency>
357             <dependency>
358                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
359                 <artifactId>rfc6991-ietf-inet-types</artifactId>
360                 <version>2.0.0-SNAPSHOT</version>
361             </dependency>
362             <dependency>
363                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
364                 <artifactId>rfc6991-ietf-yang-types</artifactId>
365                 <version>2.0.0-SNAPSHOT</version>
366             </dependency>
367             <dependency>
368                 <groupId>org.opendaylight.mdsal.model</groupId>
369                 <artifactId>ietf-type-util</artifactId>
370                 <version>3.0.0</version>
371             </dependency>
372
373             <!-- RFC7223 -->
374             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
375             <dependency>
376                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
377                 <artifactId>rfc7223</artifactId>
378                 <version>2.0.0-SNAPSHOT</version>
379             </dependency>
380
381             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
382             <dependency>
383                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
384                 <artifactId>iana-if-type</artifactId>
385                 <version>2.0.0-SNAPSHOT</version>
386             </dependency>
387
388             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
389             <dependency>
390                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
391                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
392                 <version>2.0.0-SNAPSHOT</version>
393             </dependency>
394
395             <!-- RFC7277 -->
396             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
397             <dependency>
398                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
399                 <artifactId>rfc7277</artifactId>
400                 <version>2.0.0-SNAPSHOT</version>
401             </dependency>
402
403             <!-- RFC7895 -->
404             <dependency>
405                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
406                 <artifactId>rfc7895</artifactId>
407                 <version>2.0.0-SNAPSHOT</version>
408             </dependency>
409
410             <!-- RFC7952 -->
411             <dependency>
412                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
413                 <artifactId>rfc7952</artifactId>
414                 <version>2.0.0-SNAPSHOT</version>
415             </dependency>
416
417             <!-- RFC8294 -->
418             <dependency>
419                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
420                 <artifactId>rfc8294</artifactId>
421                 <version>2.0.0-SNAPSHOT</version>
422             </dependency>
423             <dependency>
424                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
425                 <artifactId>rfc8294-ietf-routing-types</artifactId>
426                 <version>2.0.0-SNAPSHOT</version>
427             </dependency>
428             <dependency>
429                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
430                 <artifactId>iana-routing-types</artifactId>
431                 <version>2.0.0-SNAPSHOT</version>
432             </dependency>
433
434             <!-- RFC8342 -->
435             <dependency>
436                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
437                 <artifactId>rfc8342</artifactId>
438                 <version>2.0.0-SNAPSHOT</version>
439             </dependency>
440             <dependency>
441                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
442                 <artifactId>rfc8342-ietf-datastores</artifactId>
443                 <version>2.0.0-SNAPSHOT</version>
444             </dependency>
445             <dependency>
446                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
447                 <artifactId>rfc8342-ietf-origin</artifactId>
448                 <version>2.0.0-SNAPSHOT</version>
449             </dependency>
450
451             <!-- RFC8343 -->
452             <dependency>
453                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
454                 <artifactId>rfc8343</artifactId>
455                 <version>2.0.0-SNAPSHOT</version>
456             </dependency>
457
458             <!-- RFC8344 -->
459             <dependency>
460                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
461                 <artifactId>rfc8344</artifactId>
462                 <version>2.0.0-SNAPSHOT</version>
463             </dependency>
464
465             <!-- RFC8345 -->
466             <dependency>
467                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
468                 <artifactId>rfc8345</artifactId>
469                 <version>2.0.0-SNAPSHOT</version>
470             </dependency>
471             <dependency>
472                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
473                 <artifactId>rfc8345-ietf-network</artifactId>
474                 <version>2.0.0-SNAPSHOT</version>
475             </dependency>
476             <dependency>
477                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
478                 <artifactId>rfc8345-ietf-network-state</artifactId>
479                 <version>2.0.0-SNAPSHOT</version>
480             </dependency>
481             <dependency>
482                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
483                 <artifactId>rfc8345-ietf-network-topology</artifactId>
484                 <version>2.0.0-SNAPSHOT</version>
485             </dependency>
486             <dependency>
487                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
488                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
489                 <version>2.0.0-SNAPSHOT</version>
490             </dependency>
491
492             <!-- RFC8348 -->
493             <dependency>
494                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
495                 <artifactId>rfc8348</artifactId>
496                 <version>2.0.0-SNAPSHOT</version>
497             </dependency>
498             <dependency>
499                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
500                 <artifactId>rfc8348-ietf-hardware</artifactId>
501                 <version>2.0.0-SNAPSHOT</version>
502             </dependency>
503             <dependency>
504                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
505                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
506                 <version>2.0.0-SNAPSHOT</version>
507             </dependency>
508             <dependency>
509                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
510                 <artifactId>iana-hardware</artifactId>
511                 <version>2.0.0-SNAPSHOT</version>
512             </dependency>
513
514             <!-- RFC8349 -->
515             <dependency>
516                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
517                 <artifactId>rfc8349</artifactId>
518                 <version>2.0.0-SNAPSHOT</version>
519             </dependency>
520             <dependency>
521                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
522                 <artifactId>rfc8349-ietf-routing</artifactId>
523                 <version>2.0.0-SNAPSHOT</version>
524             </dependency>
525             <dependency>
526                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
527                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
528                 <version>2.0.0-SNAPSHOT</version>
529             </dependency>
530             <dependency>
531                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
532                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
533                 <version>2.0.0-SNAPSHOT</version>
534             </dependency>
535
536             <!-- RFC8519 -->
537             <dependency>
538                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
539                 <artifactId>rfc8519</artifactId>
540                 <version>2.0.0-SNAPSHOT</version>
541             </dependency>
542             <dependency>
543                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
544                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
545                 <version>2.0.0-SNAPSHOT</version>
546             </dependency>
547             <dependency>
548                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
549                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
550                 <version>2.0.0-SNAPSHOT</version>
551             </dependency>
552             <dependency>
553                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
554                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
555                 <version>2.0.0-SNAPSHOT</version>
556             </dependency>
557
558             <!-- RFC8528 -->
559             <dependency>
560                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
561                 <artifactId>rfc8528</artifactId>
562                 <version>2.0.0-SNAPSHOT</version>
563             </dependency>
564
565             <!-- RFC8529 -->
566             <dependency>
567                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
568                 <artifactId>rfc8529</artifactId>
569                 <version>2.0.0-SNAPSHOT</version>
570             </dependency>
571
572             <!-- RFC8530 -->
573             <dependency>
574                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
575                 <artifactId>rfc8530</artifactId>
576                 <version>2.0.0-SNAPSHOT</version>
577             </dependency>
578
579             <!-- draft-bierman-netconf-restconf-02 -->
580             <!-- FIXME: upgrade to RFC8040 -->
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.model</groupId>
583                 <artifactId>ietf-restconf</artifactId>
584                 <version>2013.10.19.16.0-SNAPSHOT</version>
585             </dependency>
586
587             <!-- draft-clemm-netmod-yang-network-topo-01 -->
588             <!-- FIXME: figure out migration path towads:
589                         RFC8345
590                         RFC8346
591                         draft-ietf-teas-yang-te-topo-15 (?)
592                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
593             <dependency>
594                 <groupId>org.opendaylight.mdsal.model</groupId>
595                 <artifactId>ietf-ted</artifactId>
596                 <version>2013.10.21.16.0-SNAPSHOT</version>
597             </dependency>
598             <dependency>
599                 <groupId>org.opendaylight.mdsal.model</groupId>
600                 <artifactId>ietf-topology</artifactId>
601                 <version>2013.10.21.16.0-SNAPSHOT</version>
602             </dependency>
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.model</groupId>
605                 <artifactId>ietf-topology-isis</artifactId>
606                 <version>2013.10.21.16.0-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.model</groupId>
610                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
611                 <version>2013.10.21.16.0-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.model</groupId>
615                 <artifactId>ietf-topology-ospf</artifactId>
616                 <version>2013.10.21.16.0-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.model</groupId>
620                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
621                 <version>2.0.0-SNAPSHOT</version>
622             </dependency>
623
624             <!-- draft-ietf-netmod-acl-model-07 -->
625             <!-- FIXME: figure out the upgrade path towards
626                         draft-ietf-netmod-acl-model-18 -->
627             <dependency>
628                 <groupId>org.opendaylight.mdsal.model</groupId>
629                 <artifactId>ietf-packet-fields</artifactId>
630                 <version>0.14.0-SNAPSHOT</version>
631             </dependency>
632             <dependency>
633                 <groupId>org.opendaylight.mdsal.model</groupId>
634                 <artifactId>ietf-access-control-list</artifactId>
635                 <version>0.14.0-SNAPSHOT</version>
636             </dependency>
637
638             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
639             <dependency>
640                 <groupId>org.opendaylight.mdsal.model</groupId>
641                 <artifactId>iana-afn-safi</artifactId>
642                 <version>2013.07.04.16.0-SNAPSHOT</version>
643             </dependency>
644
645             <!-- Features -->
646             <dependency>
647                 <groupId>org.opendaylight.mdsal.model</groupId>
648                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
649                 <version>2.0.0-SNAPSHOT</version>
650                 <classifier>features</classifier>
651                 <type>xml</type>
652             </dependency>
653             <dependency>
654                 <groupId>org.opendaylight.mdsal.model</groupId>
655                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
656                 <version>2.0.0-SNAPSHOT</version>
657                 <classifier>features</classifier>
658                 <type>xml</type>
659             </dependency>
660             <dependency>
661                 <groupId>org.opendaylight.mdsal.model</groupId>
662                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
663                 <version>2.0.0-SNAPSHOT</version>
664                 <classifier>features</classifier>
665                 <type>xml</type>
666             </dependency>
667             <dependency>
668                 <groupId>org.opendaylight.mdsal.model</groupId>
669                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
670                 <version>2.0.0-SNAPSHOT</version>
671                 <classifier>features</classifier>
672                 <type>xml</type>
673             </dependency>
674             <dependency>
675                 <groupId>org.opendaylight.mdsal.model</groupId>
676                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
677                 <version>2.0.0-SNAPSHOT</version>
678                 <classifier>features</classifier>
679                 <type>xml</type>
680             </dependency>
681             <dependency>
682                 <groupId>org.opendaylight.mdsal.model</groupId>
683                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
684                 <version>2.0.0-SNAPSHOT</version>
685                 <classifier>features</classifier>
686                 <type>xml</type>
687             </dependency>
688             <dependency>
689                 <groupId>org.opendaylight.mdsal.model</groupId>
690                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
691                 <version>2.0.0-SNAPSHOT</version>
692                 <classifier>features</classifier>
693                 <type>xml</type>
694             </dependency>
695             <dependency>
696                 <groupId>org.opendaylight.mdsal.model</groupId>
697                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
698                 <version>2.0.0-SNAPSHOT</version>
699                 <classifier>features</classifier>
700                 <type>xml</type>
701             </dependency>
702             <dependency>
703                 <groupId>org.opendaylight.mdsal.model</groupId>
704                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
705                 <version>2.0.0-SNAPSHOT</version>
706                 <classifier>features</classifier>
707                 <type>xml</type>
708             </dependency>
709             <dependency>
710                 <groupId>org.opendaylight.mdsal.model</groupId>
711                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
712                 <version>2.0.0-SNAPSHOT</version>
713                 <classifier>features</classifier>
714                 <type>xml</type>
715             </dependency>
716             <dependency>
717                 <groupId>org.opendaylight.mdsal.model</groupId>
718                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
719                 <version>2.0.0-SNAPSHOT</version>
720                 <classifier>features</classifier>
721                 <type>xml</type>
722             </dependency>
723             <dependency>
724                 <groupId>org.opendaylight.mdsal.model</groupId>
725                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
726                 <version>2.0.0-SNAPSHOT</version>
727                 <classifier>features</classifier>
728                 <type>xml</type>
729             </dependency>
730             <dependency>
731                 <groupId>org.opendaylight.mdsal.model</groupId>
732                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
733                 <version>2.0.0-SNAPSHOT</version>
734                 <classifier>features</classifier>
735                 <type>xml</type>
736             </dependency>
737             <dependency>
738                 <groupId>org.opendaylight.mdsal.model</groupId>
739                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
740                 <version>2.0.0-SNAPSHOT</version>
741                 <classifier>features</classifier>
742                 <type>xml</type>
743             </dependency>
744             <dependency>
745                 <groupId>org.opendaylight.mdsal.model</groupId>
746                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
747                 <version>2.0.0-SNAPSHOT</version>
748                 <classifier>features</classifier>
749                 <type>xml</type>
750             </dependency>
751             <dependency>
752                 <groupId>org.opendaylight.mdsal.model</groupId>
753                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
754                 <version>2.0.0-SNAPSHOT</version>
755                 <classifier>features</classifier>
756                 <type>xml</type>
757             </dependency>
758             <dependency>
759                 <groupId>org.opendaylight.mdsal.model</groupId>
760                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
761                 <version>2.0.0-SNAPSHOT</version>
762                 <classifier>features</classifier>
763                 <type>xml</type>
764             </dependency>
765             <dependency>
766                 <groupId>org.opendaylight.mdsal.model</groupId>
767                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
768                 <version>2.0.0-SNAPSHOT</version>
769                 <classifier>features</classifier>
770                 <type>xml</type>
771             </dependency>
772             <dependency>
773                 <groupId>org.opendaylight.mdsal.model</groupId>
774                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
775                 <version>2.0.0-SNAPSHOT</version>
776                 <classifier>features</classifier>
777                 <type>xml</type>
778             </dependency>
779
780             <dependency>
781                 <groupId>org.opendaylight.mdsal.model</groupId>
782                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
783                 <version>2.0.0-SNAPSHOT</version>
784                 <classifier>features</classifier>
785                 <type>xml</type>
786             </dependency>
787             <dependency>
788                 <groupId>org.opendaylight.mdsal.model</groupId>
789                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
790                 <version>2.0.0-SNAPSHOT</version>
791                 <classifier>features</classifier>
792                 <type>xml</type>
793             </dependency>
794             <dependency>
795                 <groupId>org.opendaylight.mdsal.model</groupId>
796                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
797                 <version>2.0.0-SNAPSHOT</version>
798                 <classifier>features</classifier>
799                 <type>xml</type>
800             </dependency>
801             <dependency>
802                 <groupId>org.opendaylight.mdsal.model</groupId>
803                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
804                 <version>2.0.0-SNAPSHOT</version>
805                 <classifier>features</classifier>
806                 <type>xml</type>
807             </dependency>
808             <dependency>
809                 <groupId>org.opendaylight.mdsal.model</groupId>
810                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
811                 <version>2.0.0-SNAPSHOT</version>
812                 <classifier>features</classifier>
813                 <type>xml</type>
814             </dependency>
815             <dependency>
816                 <groupId>org.opendaylight.mdsal.model</groupId>
817                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
818                 <version>2.0.0-SNAPSHOT</version>
819                 <classifier>features</classifier>
820                 <type>xml</type>
821             </dependency>
822             <dependency>
823                 <groupId>org.opendaylight.mdsal.model</groupId>
824                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
825                 <version>2.0.0-SNAPSHOT</version>
826                 <classifier>features</classifier>
827                 <type>xml</type>
828             </dependency>
829
830             <!-- Documentation -->
831             <dependency>
832                 <groupId>org.opendaylight.mdsal</groupId>
833                 <artifactId>mdsal-docs</artifactId>
834                 <version>4.0.0-SNAPSHOT</version>
835             </dependency>
836         </dependencies>
837     </dependencyManagement>
838 </project>