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