Add RFC8525 ietf-yang-library model
[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.1</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>4.0.3-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.3-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.3-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.3-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>4.0.3-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>4.0.3-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>4.0.3-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>4.0.3-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>4.0.3-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>4.0.3-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.3-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>2.0.3-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>2.0.3-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>2.0.3-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>2.0.3-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>2.0.3-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>2.0.3-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>2.0.3-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.3-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>4.0.3-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>4.0.3-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.3-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>4.0.3-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>4.0.3-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>4.0.3-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>4.0.3-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.3-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>2.0.3-SNAPSHOT</version>
176             </dependency>
177
178             <dependency>
179                 <groupId>org.opendaylight.mdsal</groupId>
180                 <artifactId>mdsal-eos-common-api</artifactId>
181                 <version>4.0.3-SNAPSHOT</version>
182             </dependency>
183             <dependency>
184                 <groupId>org.opendaylight.mdsal</groupId>
185                 <artifactId>mdsal-eos-common-spi</artifactId>
186                 <version>4.0.3-SNAPSHOT</version>
187             </dependency>
188             <dependency>
189                 <groupId>org.opendaylight.mdsal</groupId>
190                 <artifactId>mdsal-eos-dom-api</artifactId>
191                 <version>4.0.3-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal</groupId>
195                 <artifactId>mdsal-eos-dom-simple</artifactId>
196                 <version>4.0.3-SNAPSHOT</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.mdsal</groupId>
200                 <artifactId>mdsal-eos-binding-api</artifactId>
201                 <version>4.0.3-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal</groupId>
205                 <artifactId>mdsal-eos-binding-adapter</artifactId>
206                 <version>4.0.3-SNAPSHOT</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.opendaylight.mdsal</groupId>
210                 <artifactId>mdsal-singleton-common-api</artifactId>
211                 <version>4.0.3-SNAPSHOT</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.opendaylight.mdsal</groupId>
215                 <artifactId>mdsal-singleton-dom-impl</artifactId>
216                 <version>4.0.3-SNAPSHOT</version>
217             </dependency>
218
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-trace-api</artifactId>
222                 <version>2.0.3-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-trace-cli</artifactId>
227                 <version>2.0.3-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-trace-impl</artifactId>
232                 <version>2.0.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-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.3-SNAPSHOT</version>
366             </dependency>
367             <dependency>
368                 <groupId>org.opendaylight.mdsal.model</groupId>
369                 <artifactId>ietf-type-util</artifactId>
370                 <version>3.0.3-SNAPSHOT</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.3-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.3-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.3-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.3-SNAPSHOT</version>
401             </dependency>
402
403             <!-- RFC7895 -->
404             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
405             <dependency>
406                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
407                 <artifactId>rfc7895</artifactId>
408                 <version>2.0.3-SNAPSHOT</version>
409             </dependency>
410
411             <!-- RFC7952 -->
412             <dependency>
413                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
414                 <artifactId>rfc7952</artifactId>
415                 <version>2.0.3-SNAPSHOT</version>
416             </dependency>
417
418             <!-- RFC8294 -->
419             <dependency>
420                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
421                 <artifactId>rfc8294</artifactId>
422                 <version>2.0.3-SNAPSHOT</version>
423             </dependency>
424             <dependency>
425                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
426                 <artifactId>rfc8294-ietf-routing-types</artifactId>
427                 <version>2.0.3-SNAPSHOT</version>
428             </dependency>
429             <dependency>
430                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
431                 <artifactId>iana-routing-types</artifactId>
432                 <version>2.0.3-SNAPSHOT</version>
433             </dependency>
434
435             <!-- RFC8342 -->
436             <dependency>
437                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
438                 <artifactId>rfc8342</artifactId>
439                 <version>2.0.3-SNAPSHOT</version>
440             </dependency>
441             <dependency>
442                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
443                 <artifactId>rfc8342-ietf-datastores</artifactId>
444                 <version>2.0.3-SNAPSHOT</version>
445             </dependency>
446             <dependency>
447                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
448                 <artifactId>rfc8342-ietf-origin</artifactId>
449                 <version>2.0.3-SNAPSHOT</version>
450             </dependency>
451
452             <!-- RFC8343 -->
453             <dependency>
454                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
455                 <artifactId>rfc8343</artifactId>
456                 <version>2.0.3-SNAPSHOT</version>
457             </dependency>
458
459             <!-- RFC8344 -->
460             <dependency>
461                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
462                 <artifactId>rfc8344</artifactId>
463                 <version>2.0.3-SNAPSHOT</version>
464             </dependency>
465
466             <!-- RFC8345 -->
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc8345</artifactId>
470                 <version>2.0.3-SNAPSHOT</version>
471             </dependency>
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc8345-ietf-network</artifactId>
475                 <version>2.0.3-SNAPSHOT</version>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
479                 <artifactId>rfc8345-ietf-network-state</artifactId>
480                 <version>2.0.3-SNAPSHOT</version>
481             </dependency>
482             <dependency>
483                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
484                 <artifactId>rfc8345-ietf-network-topology</artifactId>
485                 <version>2.0.3-SNAPSHOT</version>
486             </dependency>
487             <dependency>
488                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
489                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
490                 <version>2.0.3-SNAPSHOT</version>
491             </dependency>
492
493             <!-- RFC8348 -->
494             <dependency>
495                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
496                 <artifactId>rfc8348</artifactId>
497                 <version>2.0.3-SNAPSHOT</version>
498             </dependency>
499             <dependency>
500                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
501                 <artifactId>rfc8348-ietf-hardware</artifactId>
502                 <version>2.0.3-SNAPSHOT</version>
503             </dependency>
504             <dependency>
505                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
506                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
507                 <version>2.0.3-SNAPSHOT</version>
508             </dependency>
509             <dependency>
510                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
511                 <artifactId>iana-hardware</artifactId>
512                 <version>2.0.3-SNAPSHOT</version>
513             </dependency>
514
515             <!-- RFC8349 -->
516             <dependency>
517                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
518                 <artifactId>rfc8349</artifactId>
519                 <version>2.0.3-SNAPSHOT</version>
520             </dependency>
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
523                 <artifactId>rfc8349-ietf-routing</artifactId>
524                 <version>2.0.3-SNAPSHOT</version>
525             </dependency>
526             <dependency>
527                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
528                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
529                 <version>2.0.3-SNAPSHOT</version>
530             </dependency>
531             <dependency>
532                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
533                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
534                 <version>2.0.3-SNAPSHOT</version>
535             </dependency>
536
537             <!-- RFC8519 -->
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
540                 <artifactId>rfc8519</artifactId>
541                 <version>2.0.3-SNAPSHOT</version>
542             </dependency>
543             <dependency>
544                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
545                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
546                 <version>2.0.3-SNAPSHOT</version>
547             </dependency>
548             <dependency>
549                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
550                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
551                 <version>2.0.3-SNAPSHOT</version>
552             </dependency>
553             <dependency>
554                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
555                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
556                 <version>2.0.3-SNAPSHOT</version>
557             </dependency>
558
559             <!-- RFC8520 -->
560             <dependency>
561                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
562                 <artifactId>rfc8520</artifactId>
563                 <version>1.0.3-SNAPSHOT</version>
564             </dependency>
565             <dependency>
566                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
567                 <artifactId>rfc8520-ietf-acldns</artifactId>
568                 <version>1.0.3-SNAPSHOT</version>
569             </dependency>
570             <dependency>
571                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
572                 <artifactId>rfc8520-ietf-mud</artifactId>
573                 <version>1.0.3-SNAPSHOT</version>
574             </dependency>
575
576             <!-- RFC8525 -->
577             <dependency>
578                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
579                 <artifactId>rfc8525</artifactId>
580                 <version>1.0.3-SNAPSHOT</version>
581             </dependency>
582
583             <!-- RFC8528 -->
584             <dependency>
585                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
586                 <artifactId>rfc8528</artifactId>
587                 <version>2.0.3-SNAPSHOT</version>
588             </dependency>
589
590             <!-- RFC8529 -->
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8529</artifactId>
594                 <version>2.0.3-SNAPSHOT</version>
595             </dependency>
596
597             <!-- RFC8530 -->
598             <dependency>
599                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
600                 <artifactId>rfc8530</artifactId>
601                 <version>2.0.3-SNAPSHOT</version>
602             </dependency>
603
604             <!-- draft-bierman-netconf-restconf-02 -->
605             <!-- FIXME: upgrade to RFC8040 -->
606             <dependency>
607                 <groupId>org.opendaylight.mdsal.model</groupId>
608                 <artifactId>ietf-restconf</artifactId>
609                 <version>2013.10.19.16.3-SNAPSHOT</version>
610             </dependency>
611
612             <!-- draft-clemm-netmod-yang-network-topo-01 -->
613             <!-- FIXME: figure out migration path towads:
614                         RFC8345
615                         RFC8346
616                         draft-ietf-teas-yang-te-topo-15 (?)
617                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.model</groupId>
620                 <artifactId>ietf-ted</artifactId>
621                 <version>2013.10.21.16.3-SNAPSHOT</version>
622             </dependency>
623             <dependency>
624                 <groupId>org.opendaylight.mdsal.model</groupId>
625                 <artifactId>ietf-topology</artifactId>
626                 <version>2013.10.21.16.3-SNAPSHOT</version>
627             </dependency>
628             <dependency>
629                 <groupId>org.opendaylight.mdsal.model</groupId>
630                 <artifactId>ietf-topology-isis</artifactId>
631                 <version>2013.10.21.16.3-SNAPSHOT</version>
632             </dependency>
633             <dependency>
634                 <groupId>org.opendaylight.mdsal.model</groupId>
635                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
636                 <version>2013.10.21.16.3-SNAPSHOT</version>
637             </dependency>
638             <dependency>
639                 <groupId>org.opendaylight.mdsal.model</groupId>
640                 <artifactId>ietf-topology-ospf</artifactId>
641                 <version>2013.10.21.16.3-SNAPSHOT</version>
642             </dependency>
643             <dependency>
644                 <groupId>org.opendaylight.mdsal.model</groupId>
645                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
646                 <version>2.0.3-SNAPSHOT</version>
647             </dependency>
648
649             <!-- draft-ietf-netmod-acl-model-07 -->
650             <!-- FIXME: figure out the upgrade path towards
651                         draft-ietf-netmod-acl-model-18 -->
652             <dependency>
653                 <groupId>org.opendaylight.mdsal.model</groupId>
654                 <artifactId>ietf-packet-fields</artifactId>
655                 <version>0.14.3-SNAPSHOT</version>
656             </dependency>
657             <dependency>
658                 <groupId>org.opendaylight.mdsal.model</groupId>
659                 <artifactId>ietf-access-control-list</artifactId>
660                 <version>0.14.3-SNAPSHOT</version>
661             </dependency>
662
663             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
664             <dependency>
665                 <groupId>org.opendaylight.mdsal.model</groupId>
666                 <artifactId>iana-afn-safi</artifactId>
667                 <version>2013.07.04.16.3-SNAPSHOT</version>
668             </dependency>
669
670             <!-- Features -->
671             <dependency>
672                 <groupId>org.opendaylight.mdsal.model</groupId>
673                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
674                 <version>2.0.3-SNAPSHOT</version>
675                 <classifier>features</classifier>
676                 <type>xml</type>
677             </dependency>
678             <dependency>
679                 <groupId>org.opendaylight.mdsal.model</groupId>
680                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
681                 <version>2.0.3-SNAPSHOT</version>
682                 <classifier>features</classifier>
683                 <type>xml</type>
684             </dependency>
685             <dependency>
686                 <groupId>org.opendaylight.mdsal.model</groupId>
687                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
688                 <version>2.0.3-SNAPSHOT</version>
689                 <classifier>features</classifier>
690                 <type>xml</type>
691             </dependency>
692             <dependency>
693                 <groupId>org.opendaylight.mdsal.model</groupId>
694                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
695                 <version>2.0.3-SNAPSHOT</version>
696                 <classifier>features</classifier>
697                 <type>xml</type>
698             </dependency>
699             <dependency>
700                 <groupId>org.opendaylight.mdsal.model</groupId>
701                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
702                 <version>2.0.3-SNAPSHOT</version>
703                 <classifier>features</classifier>
704                 <type>xml</type>
705             </dependency>
706             <dependency>
707                 <groupId>org.opendaylight.mdsal.model</groupId>
708                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
709                 <version>2.0.3-SNAPSHOT</version>
710                 <classifier>features</classifier>
711                 <type>xml</type>
712             </dependency>
713             <dependency>
714                 <groupId>org.opendaylight.mdsal.model</groupId>
715                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
716                 <version>2.0.3-SNAPSHOT</version>
717                 <classifier>features</classifier>
718                 <type>xml</type>
719             </dependency>
720             <dependency>
721                 <groupId>org.opendaylight.mdsal.model</groupId>
722                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
723                 <version>2.0.3-SNAPSHOT</version>
724                 <classifier>features</classifier>
725                 <type>xml</type>
726             </dependency>
727             <dependency>
728                 <groupId>org.opendaylight.mdsal.model</groupId>
729                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
730                 <version>2.0.3-SNAPSHOT</version>
731                 <classifier>features</classifier>
732                 <type>xml</type>
733             </dependency>
734             <dependency>
735                 <groupId>org.opendaylight.mdsal.model</groupId>
736                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
737                 <version>2.0.3-SNAPSHOT</version>
738                 <classifier>features</classifier>
739                 <type>xml</type>
740             </dependency>
741             <dependency>
742                 <groupId>org.opendaylight.mdsal.model</groupId>
743                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
744                 <version>2.0.3-SNAPSHOT</version>
745                 <classifier>features</classifier>
746                 <type>xml</type>
747             </dependency>
748             <dependency>
749                 <groupId>org.opendaylight.mdsal.model</groupId>
750                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
751                 <version>2.0.3-SNAPSHOT</version>
752                 <classifier>features</classifier>
753                 <type>xml</type>
754             </dependency>
755             <dependency>
756                 <groupId>org.opendaylight.mdsal.model</groupId>
757                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
758                 <version>2.0.3-SNAPSHOT</version>
759                 <classifier>features</classifier>
760                 <type>xml</type>
761             </dependency>
762             <dependency>
763                 <groupId>org.opendaylight.mdsal.model</groupId>
764                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
765                 <version>2.0.3-SNAPSHOT</version>
766                 <classifier>features</classifier>
767                 <type>xml</type>
768             </dependency>
769             <dependency>
770                 <groupId>org.opendaylight.mdsal.model</groupId>
771                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
772                 <version>2.0.3-SNAPSHOT</version>
773                 <classifier>features</classifier>
774                 <type>xml</type>
775             </dependency>
776             <dependency>
777                 <groupId>org.opendaylight.mdsal.model</groupId>
778                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
779                 <version>2.0.3-SNAPSHOT</version>
780                 <classifier>features</classifier>
781                 <type>xml</type>
782             </dependency>
783             <dependency>
784                 <groupId>org.opendaylight.mdsal.model</groupId>
785                 <artifactId>odl-mdsal-model-rfc8520</artifactId>
786                 <version>1.0.3-SNAPSHOT</version>
787                 <classifier>features</classifier>
788                 <type>xml</type>
789             </dependency>
790             <dependency>
791                 <groupId>org.opendaylight.mdsal.model</groupId>
792                 <artifactId>odl-mdsal-model-rfc8525</artifactId>
793                 <version>1.0.3-SNAPSHOT</version>
794                 <classifier>features</classifier>
795                 <type>xml</type>
796             </dependency>
797             <dependency>
798                 <groupId>org.opendaylight.mdsal.model</groupId>
799                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
800                 <version>2.0.3-SNAPSHOT</version>
801                 <classifier>features</classifier>
802                 <type>xml</type>
803             </dependency>
804             <dependency>
805                 <groupId>org.opendaylight.mdsal.model</groupId>
806                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
807                 <version>2.0.3-SNAPSHOT</version>
808                 <classifier>features</classifier>
809                 <type>xml</type>
810             </dependency>
811             <dependency>
812                 <groupId>org.opendaylight.mdsal.model</groupId>
813                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
814                 <version>2.0.3-SNAPSHOT</version>
815                 <classifier>features</classifier>
816                 <type>xml</type>
817             </dependency>
818
819             <dependency>
820                 <groupId>org.opendaylight.mdsal.model</groupId>
821                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
822                 <version>2.0.3-SNAPSHOT</version>
823                 <classifier>features</classifier>
824                 <type>xml</type>
825             </dependency>
826             <dependency>
827                 <groupId>org.opendaylight.mdsal.model</groupId>
828                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
829                 <version>2.0.3-SNAPSHOT</version>
830                 <classifier>features</classifier>
831                 <type>xml</type>
832             </dependency>
833             <dependency>
834                 <groupId>org.opendaylight.mdsal.model</groupId>
835                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
836                 <version>2.0.3-SNAPSHOT</version>
837                 <classifier>features</classifier>
838                 <type>xml</type>
839             </dependency>
840             <dependency>
841                 <groupId>org.opendaylight.mdsal.model</groupId>
842                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
843                 <version>2.0.3-SNAPSHOT</version>
844                 <classifier>features</classifier>
845                 <type>xml</type>
846             </dependency>
847             <dependency>
848                 <groupId>org.opendaylight.mdsal.model</groupId>
849                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
850                 <version>2.0.3-SNAPSHOT</version>
851                 <classifier>features</classifier>
852                 <type>xml</type>
853             </dependency>
854             <dependency>
855                 <groupId>org.opendaylight.mdsal.model</groupId>
856                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
857                 <version>2.0.3-SNAPSHOT</version>
858                 <classifier>features</classifier>
859                 <type>xml</type>
860             </dependency>
861             <dependency>
862                 <groupId>org.opendaylight.mdsal.model</groupId>
863                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
864                 <version>2.0.3-SNAPSHOT</version>
865                 <classifier>features</classifier>
866                 <type>xml</type>
867             </dependency>
868
869             <!-- Documentation -->
870             <dependency>
871                 <groupId>org.opendaylight.mdsal</groupId>
872                 <artifactId>mdsal-docs</artifactId>
873                 <version>4.0.3-SNAPSHOT</version>
874             </dependency>
875         </dependencies>
876     </dependencyManagement>
877 </project>