Upgrade iana-if-type
[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>9.0.8</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>9.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>9.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>9.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>9.0.0-SNAPSHOT</version>
47             </dependency>
48
49             <dependency>
50                 <groupId>org.opendaylight.mdsal</groupId>
51                 <artifactId>mdsal-dom-api</artifactId>
52                 <version>9.0.0-SNAPSHOT</version>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-spi</artifactId>
57                 <version>9.0.0-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-broker</artifactId>
62                 <version>9.0.0-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-schema-osgi</artifactId>
67                 <version>9.0.0-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
72                 <version>9.0.0-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
77                 <version>9.0.0-SNAPSHOT</version>
78                 <scope>test</scope>
79             </dependency>
80
81             <!-- Binding MD-SAL & Java Binding -->
82             <dependency>
83                 <groupId>org.opendaylight.mdsal</groupId>
84                 <artifactId>mdsal-binding-model-api</artifactId>
85                 <version>9.0.0-SNAPSHOT</version>
86             </dependency>
87             <dependency>
88                 <groupId>org.opendaylight.mdsal</groupId>
89                 <artifactId>mdsal-binding-model-ri</artifactId>
90                 <version>9.0.0-SNAPSHOT</version>
91             </dependency>
92             <dependency>
93                 <groupId>org.opendaylight.mdsal</groupId>
94                 <artifactId>mdsal-binding-generator</artifactId>
95                 <version>9.0.0-SNAPSHOT</version>
96             </dependency>
97             <dependency>
98                 <groupId>org.opendaylight.mdsal</groupId>
99                 <artifactId>mdsal-binding-java-api-generator</artifactId>
100                 <version>9.0.0-SNAPSHOT</version>
101             </dependency>
102             <dependency>
103                 <groupId>org.opendaylight.mdsal</groupId>
104                 <artifactId>yang-binding</artifactId>
105                 <version>9.0.0-SNAPSHOT</version>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.mdsal</groupId>
109                 <artifactId>mdsal-binding-spec-util</artifactId>
110                 <version>9.0.0-SNAPSHOT</version>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.mdsal</groupId>
114                 <artifactId>mdsal-binding-test-model</artifactId>
115                 <version>9.0.0-SNAPSHOT</version>
116                 <scope>test</scope>
117             </dependency>
118
119             <dependency>
120                 <groupId>org.opendaylight.mdsal</groupId>
121                 <artifactId>mdsal-binding-api</artifactId>
122                 <version>9.0.0-SNAPSHOT</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.opendaylight.mdsal</groupId>
126                 <artifactId>mdsal-binding-dom-adapter</artifactId>
127                 <version>9.0.0-SNAPSHOT</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.opendaylight.mdsal</groupId>
131                 <artifactId>mdsal-binding-dom-adapter</artifactId>
132                 <version>9.0.0-SNAPSHOT</version>
133                 <type>test-jar</type>
134                 <scope>test</scope>
135             </dependency>
136             <dependency>
137                 <groupId>org.opendaylight.mdsal</groupId>
138                 <artifactId>mdsal-binding-dom-codec-api</artifactId>
139                 <version>9.0.0-SNAPSHOT</version>
140             </dependency>
141             <dependency>
142                 <groupId>org.opendaylight.mdsal</groupId>
143                 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
144                 <version>9.0.0-SNAPSHOT</version>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.mdsal</groupId>
148                 <artifactId>mdsal-binding-dom-codec</artifactId>
149                 <version>9.0.0-SNAPSHOT</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.opendaylight.mdsal</groupId>
153                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
154                 <version>9.0.0-SNAPSHOT</version>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.mdsal</groupId>
158                 <artifactId>mdsal-binding-runtime-api</artifactId>
159                 <version>9.0.0-SNAPSHOT</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.mdsal</groupId>
163                 <artifactId>mdsal-binding-runtime-spi</artifactId>
164                 <version>9.0.0-SNAPSHOT</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.mdsal</groupId>
168                 <artifactId>mdsal-binding-runtime-osgi</artifactId>
169                 <version>9.0.0-SNAPSHOT</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.opendaylight.mdsal</groupId>
173                 <artifactId>mdsal-binding-spi</artifactId>
174                 <version>9.0.0-SNAPSHOT</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.opendaylight.mdsal</groupId>
178                 <artifactId>mdsal-binding-util</artifactId>
179                 <version>9.0.0-SNAPSHOT</version>
180             </dependency>
181             <dependency>
182                 <groupId>org.opendaylight.mdsal</groupId>
183                 <artifactId>mdsal-binding-test-utils</artifactId>
184                 <version>9.0.0-SNAPSHOT</version>
185                 <scope>test</scope>
186             </dependency>
187
188             <dependency>
189                 <groupId>org.opendaylight.mdsal.model</groupId>
190                 <artifactId>yang-ext</artifactId>
191                 <version>2013.09.07.21.0-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal.model</groupId>
195                 <artifactId>general-entity</artifactId>
196                 <version>9.0.0-SNAPSHOT</version>
197             </dependency>
198
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-eos-common-api</artifactId>
202                 <version>9.0.0-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-eos-common-spi</artifactId>
207                 <version>9.0.0-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-eos-dom-api</artifactId>
212                 <version>9.0.0-SNAPSHOT</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.mdsal</groupId>
216                 <artifactId>mdsal-eos-dom-simple</artifactId>
217                 <version>9.0.0-SNAPSHOT</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-eos-binding-api</artifactId>
222                 <version>9.0.0-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-eos-binding-adapter</artifactId>
227                 <version>9.0.0-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-singleton-common-api</artifactId>
232                 <version>9.0.0-SNAPSHOT</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-singleton-dom-impl</artifactId>
237                 <version>9.0.0-SNAPSHOT</version>
238             </dependency>
239
240             <dependency>
241                 <groupId>org.opendaylight.mdsal</groupId>
242                 <artifactId>mdsal-trace-api</artifactId>
243                 <version>9.0.0-SNAPSHOT</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.mdsal</groupId>
247                 <artifactId>mdsal-trace-cli</artifactId>
248                 <version>9.0.0-SNAPSHOT</version>
249             </dependency>
250             <dependency>
251                 <groupId>org.opendaylight.mdsal</groupId>
252                 <artifactId>mdsal-trace-impl</artifactId>
253                 <version>9.0.0-SNAPSHOT</version>
254             </dependency>
255
256             <!-- Features -->
257             <!-- BINDING -->
258             <dependency>
259                 <groupId>${project.groupId}</groupId>
260                 <artifactId>odl-mdsal-binding</artifactId>
261                 <version>9.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-base</artifactId>
268                 <version>9.0.0-SNAPSHOT</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272             <dependency>
273                 <groupId>${project.groupId}</groupId>
274                 <artifactId>odl-mdsal-binding-runtime-api</artifactId>
275                 <version>9.0.0-SNAPSHOT</version>
276                 <classifier>features</classifier>
277                 <type>xml</type>
278             </dependency>
279             <dependency>
280                 <groupId>${project.groupId}</groupId>
281                 <artifactId>odl-mdsal-binding-runtime</artifactId>
282                 <version>9.0.0-SNAPSHOT</version>
283                 <classifier>features</classifier>
284                 <type>xml</type>
285             </dependency>
286             <dependency>
287                 <groupId>${project.groupId}</groupId>
288                 <artifactId>odl-mdsal-binding-api</artifactId>
289                 <version>9.0.0-SNAPSHOT</version>
290                 <classifier>features</classifier>
291                 <type>xml</type>
292             </dependency>
293             <dependency>
294                 <groupId>${project.groupId}</groupId>
295                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
296                 <version>9.0.0-SNAPSHOT</version>
297                 <classifier>features</classifier>
298                 <type>xml</type>
299             </dependency>
300
301             <!-- DOM -->
302             <dependency>
303                 <groupId>${project.groupId}</groupId>
304                 <artifactId>odl-mdsal-dom</artifactId>
305                 <version>9.0.0-SNAPSHOT</version>
306                 <classifier>features</classifier>
307                 <type>xml</type>
308             </dependency>
309             <dependency>
310                 <groupId>${project.groupId}</groupId>
311                 <artifactId>odl-mdsal-dom-api</artifactId>
312                 <version>9.0.0-SNAPSHOT</version>
313                 <classifier>features</classifier>
314                 <type>xml</type>
315             </dependency>
316             <dependency>
317                 <groupId>${project.groupId}</groupId>
318                 <artifactId>odl-mdsal-dom-broker</artifactId>
319                 <version>9.0.0-SNAPSHOT</version>
320                 <classifier>features</classifier>
321                 <type>xml</type>
322             </dependency>
323             <dependency>
324                 <groupId>${project.groupId}</groupId>
325                 <artifactId>odl-mdsal-dom-runtime</artifactId>
326                 <version>9.0.0-SNAPSHOT</version>
327                 <classifier>features</classifier>
328                 <type>xml</type>
329             </dependency>
330
331             <!-- COMMON -->
332             <dependency>
333                 <groupId>${project.groupId}</groupId>
334                 <artifactId>odl-mdsal-common</artifactId>
335                 <version>9.0.0-SNAPSHOT</version>
336                 <classifier>features</classifier>
337                 <type>xml</type>
338             </dependency>
339
340             <!-- EOS -->
341             <dependency>
342                 <groupId>${project.groupId}</groupId>
343                 <artifactId>odl-mdsal-eos-common</artifactId>
344                 <version>9.0.0-SNAPSHOT</version>
345                 <classifier>features</classifier>
346                 <type>xml</type>
347             </dependency>
348             <dependency>
349                 <groupId>${project.groupId}</groupId>
350                 <artifactId>odl-mdsal-eos-dom</artifactId>
351                 <version>9.0.0-SNAPSHOT</version>
352                 <classifier>features</classifier>
353                 <type>xml</type>
354             </dependency>
355             <dependency>
356                 <groupId>${project.groupId}</groupId>
357                 <artifactId>odl-mdsal-eos-binding</artifactId>
358                 <version>9.0.0-SNAPSHOT</version>
359                 <classifier>features</classifier>
360                 <type>xml</type>
361             </dependency>
362
363             <!-- SINGLETON -->
364             <dependency>
365                 <groupId>${project.groupId}</groupId>
366                 <artifactId>odl-mdsal-singleton-common</artifactId>
367                 <version>9.0.0-SNAPSHOT</version>
368                 <classifier>features</classifier>
369                 <type>xml</type>
370             </dependency>
371             <dependency>
372                 <groupId>${project.groupId}</groupId>
373                 <artifactId>odl-mdsal-singleton-dom</artifactId>
374                 <version>9.0.0-SNAPSHOT</version>
375                 <classifier>features</classifier>
376                 <type>xml</type>
377             </dependency>
378
379             <!-- Trace -->
380             <dependency>
381                 <groupId>${project.groupId}</groupId>
382                 <artifactId>odl-mdsal-trace</artifactId>
383                 <version>9.0.0-SNAPSHOT</version>
384                 <classifier>features</classifier>
385                 <type>xml</type>
386             </dependency>
387
388             <!-- YANG Library -->
389             <dependency>
390                 <groupId>org.opendaylight.mdsal</groupId>
391                 <artifactId>mdsal-yanglib-api</artifactId>
392                 <version>0.14.0-SNAPSHOT</version>
393             </dependency>
394             <dependency>
395                 <groupId>org.opendaylight.mdsal</groupId>
396                 <artifactId>mdsal-yanglib-rfc7895</artifactId>
397                 <version>0.14.0-SNAPSHOT</version>
398             </dependency>
399             <dependency>
400                 <groupId>org.opendaylight.mdsal</groupId>
401                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
402                 <version>0.14.0-SNAPSHOT</version>
403             </dependency>
404             <dependency>
405                 <groupId>${project.groupId}</groupId>
406                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
407                 <version>0.14.0-SNAPSHOT</version>
408                 <classifier>features</classifier>
409                 <type>xml</type>
410             </dependency>
411             <dependency>
412                 <groupId>${project.groupId}</groupId>
413                 <artifactId>odl-mdsal-exp-yanglib-rfc7895</artifactId>
414                 <version>0.14.0-SNAPSHOT</version>
415                 <classifier>features</classifier>
416                 <type>xml</type>
417             </dependency>
418             <dependency>
419                 <groupId>${project.groupId}</groupId>
420                 <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
421                 <version>0.14.0-SNAPSHOT</version>
422                 <classifier>features</classifier>
423                 <type>xml</type>
424             </dependency>
425
426             <!-- Netty/routing-types bridge -->
427             <dependency>
428                 <groupId>org.opendaylight.mdsal</groupId>
429                 <artifactId>mdsal-rfc8294-netty</artifactId>
430                 <version>9.0.0-SNAPSHOT</version>
431             </dependency>
432
433             <!-- Replication -->
434             <dependency>
435                 <groupId>${project.groupId}</groupId>
436                 <artifactId>mdsal-replicate-common</artifactId>
437                 <version>9.0.0-SNAPSHOT</version>
438             </dependency>
439             <dependency>
440                 <groupId>${project.groupId}</groupId>
441                 <artifactId>mdsal-replicate-netty</artifactId>
442                 <version>9.0.0-SNAPSHOT</version>
443             </dependency>
444             <dependency>
445                 <groupId>${project.groupId}</groupId>
446                 <artifactId>odl-mdsal-replicate-common</artifactId>
447                 <version>9.0.0-SNAPSHOT</version>
448                 <classifier>features</classifier>
449                 <type>xml</type>
450             </dependency>
451             <dependency>
452                 <groupId>${project.groupId}</groupId>
453                 <artifactId>odl-mdsal-replicate-netty</artifactId>
454                 <version>9.0.0-SNAPSHOT</version>
455                 <classifier>features</classifier>
456                 <type>xml</type>
457             </dependency>
458
459             <!-- MODELS -->
460             <dependency>
461                 <groupId>org.opendaylight.mdsal.model</groupId>
462                 <artifactId>opendaylight-l2-types</artifactId>
463                 <version>2013.08.27.21.0-SNAPSHOT</version>
464             </dependency>
465
466             <!-- RFC6991 -->
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc6991</artifactId>
470                 <version>9.0.0-SNAPSHOT</version>
471             </dependency>
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc6991-ietf-inet-types</artifactId>
475                 <version>9.0.0-SNAPSHOT</version>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
479                 <artifactId>rfc6991-ietf-yang-types</artifactId>
480                 <version>9.0.0-SNAPSHOT</version>
481             </dependency>
482             <dependency>
483                 <groupId>org.opendaylight.mdsal.model</groupId>
484                 <artifactId>ietf-type-util</artifactId>
485                 <version>9.0.0-SNAPSHOT</version>
486             </dependency>
487
488             <!-- RFC7223 -->
489             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
490             <dependency>
491                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
492                 <artifactId>rfc7223</artifactId>
493                 <version>9.0.0-SNAPSHOT</version>
494             </dependency>
495
496             <!-- RFC7224, updated from: http://www.iana.org/assignments/yang-parameters/ -->
497             <dependency>
498                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
499                 <artifactId>iana-if-type</artifactId>
500                 <version>9.0.0-SNAPSHOT</version>
501             </dependency>
502
503             <!-- RFC7895 -->
504             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
505             <dependency>
506                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
507                 <artifactId>rfc7895</artifactId>
508                 <version>9.0.0-SNAPSHOT</version>
509             </dependency>
510
511             <!-- RFC7952 -->
512             <dependency>
513                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
514                 <artifactId>rfc7952</artifactId>
515                 <version>9.0.0-SNAPSHOT</version>
516             </dependency>
517
518             <!-- RFC8294 -->
519             <dependency>
520                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
521                 <artifactId>rfc8294</artifactId>
522                 <version>9.0.0-SNAPSHOT</version>
523             </dependency>
524             <dependency>
525                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
526                 <artifactId>rfc8294-ietf-routing-types</artifactId>
527                 <version>9.0.0-SNAPSHOT</version>
528             </dependency>
529             <dependency>
530                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
531                 <artifactId>iana-routing-types</artifactId>
532                 <version>9.0.0-SNAPSHOT</version>
533             </dependency>
534
535             <!-- RFC8342 -->
536             <dependency>
537                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
538                 <artifactId>rfc8342</artifactId>
539                 <version>9.0.0-SNAPSHOT</version>
540             </dependency>
541             <dependency>
542                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
543                 <artifactId>rfc8342-ietf-datastores</artifactId>
544                 <version>9.0.0-SNAPSHOT</version>
545             </dependency>
546             <dependency>
547                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
548                 <artifactId>rfc8342-ietf-origin</artifactId>
549                 <version>9.0.0-SNAPSHOT</version>
550             </dependency>
551
552             <!-- RFC8343 -->
553             <dependency>
554                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
555                 <artifactId>rfc8343</artifactId>
556                 <version>9.0.0-SNAPSHOT</version>
557             </dependency>
558
559             <!-- RFC8344 -->
560             <dependency>
561                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
562                 <artifactId>rfc8344</artifactId>
563                 <version>9.0.0-SNAPSHOT</version>
564             </dependency>
565
566             <!-- RFC8345 -->
567             <dependency>
568                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
569                 <artifactId>rfc8345</artifactId>
570                 <version>9.0.0-SNAPSHOT</version>
571             </dependency>
572             <dependency>
573                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
574                 <artifactId>rfc8345-ietf-network</artifactId>
575                 <version>9.0.0-SNAPSHOT</version>
576             </dependency>
577             <dependency>
578                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
579                 <artifactId>rfc8345-ietf-network-state</artifactId>
580                 <version>9.0.0-SNAPSHOT</version>
581             </dependency>
582             <dependency>
583                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
584                 <artifactId>rfc8345-ietf-network-topology</artifactId>
585                 <version>9.0.0-SNAPSHOT</version>
586             </dependency>
587             <dependency>
588                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
589                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
590                 <version>9.0.0-SNAPSHOT</version>
591             </dependency>
592
593             <!-- RFC8346 -->
594             <dependency>
595                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
596                 <artifactId>rfc8346</artifactId>
597                 <version>9.0.0-SNAPSHOT</version>
598             </dependency>
599             <dependency>
600                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
601                 <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
602                 <version>9.0.0-SNAPSHOT</version>
603             </dependency>
604             <dependency>
605                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
606                 <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
607                 <version>9.0.0-SNAPSHOT</version>
608             </dependency>
609
610             <!-- RFC8348 -->
611             <dependency>
612                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
613                 <artifactId>rfc8348</artifactId>
614                 <version>9.0.0-SNAPSHOT</version>
615             </dependency>
616             <dependency>
617                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
618                 <artifactId>rfc8348-ietf-hardware</artifactId>
619                 <version>9.0.0-SNAPSHOT</version>
620             </dependency>
621             <dependency>
622                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
623                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
624                 <version>9.0.0-SNAPSHOT</version>
625             </dependency>
626             <dependency>
627                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
628                 <artifactId>iana-hardware</artifactId>
629                 <version>9.0.0-SNAPSHOT</version>
630             </dependency>
631
632             <!-- RFC8349 -->
633             <dependency>
634                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
635                 <artifactId>rfc8349</artifactId>
636                 <version>9.0.0-SNAPSHOT</version>
637             </dependency>
638             <dependency>
639                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
640                 <artifactId>rfc8349-ietf-routing</artifactId>
641                 <version>9.0.0-SNAPSHOT</version>
642             </dependency>
643             <dependency>
644                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
645                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
646                 <version>9.0.0-SNAPSHOT</version>
647             </dependency>
648             <dependency>
649                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
650                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
651                 <version>9.0.0-SNAPSHOT</version>
652             </dependency>
653
654             <!-- RFC8519 -->
655             <dependency>
656                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
657                 <artifactId>rfc8519</artifactId>
658                 <version>9.0.0-SNAPSHOT</version>
659             </dependency>
660             <dependency>
661                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
662                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
663                 <version>9.0.0-SNAPSHOT</version>
664             </dependency>
665             <dependency>
666                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
667                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
668                 <version>9.0.0-SNAPSHOT</version>
669             </dependency>
670             <dependency>
671                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
672                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
673                 <version>9.0.0-SNAPSHOT</version>
674             </dependency>
675
676             <!-- RFC8520 -->
677             <dependency>
678                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
679                 <artifactId>rfc8520</artifactId>
680                 <version>9.0.0-SNAPSHOT</version>
681             </dependency>
682             <dependency>
683                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
684                 <artifactId>rfc8520-ietf-acldns</artifactId>
685                 <version>9.0.0-SNAPSHOT</version>
686             </dependency>
687             <dependency>
688                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
689                 <artifactId>rfc8520-ietf-mud</artifactId>
690                 <version>9.0.0-SNAPSHOT</version>
691             </dependency>
692
693             <!-- RFC8525 -->
694             <dependency>
695                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
696                 <artifactId>rfc8525</artifactId>
697                 <version>9.0.0-SNAPSHOT</version>
698             </dependency>
699
700             <!-- RFC8528 -->
701             <dependency>
702                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
703                 <artifactId>rfc8528</artifactId>
704                 <version>9.0.0-SNAPSHOT</version>
705             </dependency>
706
707             <!-- RFC8529 -->
708             <dependency>
709                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
710                 <artifactId>rfc8529</artifactId>
711                 <version>9.0.0-SNAPSHOT</version>
712             </dependency>
713
714             <!-- RFC8530 -->
715             <dependency>
716                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
717                 <artifactId>rfc8530</artifactId>
718                 <version>9.0.0-SNAPSHOT</version>
719             </dependency>
720
721             <!-- RFC8542 -->
722             <dependency>
723                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
724                 <artifactId>rfc8542</artifactId>
725                 <version>9.0.0-SNAPSHOT</version>
726             </dependency>
727             <dependency>
728                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
729                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
730                 <version>9.0.0-SNAPSHOT</version>
731             </dependency>
732             <dependency>
733                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
734                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
735                 <version>9.0.0-SNAPSHOT</version>
736             </dependency>
737
738             <!-- RFC8776 -->
739             <dependency>
740                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
741                 <artifactId>rfc8776</artifactId>
742                 <version>9.0.0-SNAPSHOT</version>
743             </dependency>
744             <dependency>
745                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
746                 <artifactId>rfc8776-ietf-te-types</artifactId>
747                 <version>9.0.0-SNAPSHOT</version>
748             </dependency>
749             <dependency>
750                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
751                 <artifactId>rfc8776-ietf-te-packet-types</artifactId>
752                 <version>9.0.0-SNAPSHOT</version>
753             </dependency>
754
755             <!-- RFC8776 -->
756             <dependency>
757                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
758                 <artifactId>rfc8795</artifactId>
759                 <version>9.0.0-SNAPSHOT</version>
760             </dependency>
761             <dependency>
762                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
763                 <artifactId>rfc8795-ietf-te-topology</artifactId>
764                 <version>9.0.0-SNAPSHOT</version>
765             </dependency>
766             <dependency>
767                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
768                 <artifactId>rfc8795-ietf-te-topology-state</artifactId>
769                 <version>9.0.0-SNAPSHOT</version>
770             </dependency>
771
772             <!-- draft-clemm-netmod-yang-network-topo-01 -->
773             <dependency>
774                 <groupId>org.opendaylight.mdsal.model</groupId>
775                 <artifactId>ietf-topology</artifactId>
776                 <version>2013.10.21.21.0-SNAPSHOT</version>
777             </dependency>
778
779             <!-- Features -->
780             <dependency>
781                 <groupId>org.opendaylight.mdsal.model</groupId>
782                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
783                 <version>9.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-rfc7223</artifactId>
790                 <version>9.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-rfc7224</artifactId>
797                 <version>9.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-rfc7895</artifactId>
804                 <version>9.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-rfc7952</artifactId>
811                 <version>9.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-rfc8294</artifactId>
818                 <version>9.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-rfc8342</artifactId>
825                 <version>9.0.0-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-rfc8343</artifactId>
832                 <version>9.0.0-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-rfc8344</artifactId>
839                 <version>9.0.0-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-rfc8345</artifactId>
846                 <version>9.0.0-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-rfc8345-non-nmda</artifactId>
853                 <version>9.0.0-SNAPSHOT</version>
854                 <classifier>features</classifier>
855                 <type>xml</type>
856             </dependency>
857             <dependency>
858                 <groupId>org.opendaylight.mdsal.model</groupId>
859                 <artifactId>odl-mdsal-model-rfc8346</artifactId>
860                 <version>9.0.0-SNAPSHOT</version>
861                 <classifier>features</classifier>
862                 <type>xml</type>
863             </dependency>
864             <dependency>
865                 <groupId>org.opendaylight.mdsal.model</groupId>
866                 <artifactId>odl-mdsal-model-rfc8346-non-nmda</artifactId>
867                 <version>9.0.0-SNAPSHOT</version>
868                 <classifier>features</classifier>
869                 <type>xml</type>
870             </dependency>
871             <dependency>
872                 <groupId>org.opendaylight.mdsal.model</groupId>
873                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
874                 <version>9.0.0-SNAPSHOT</version>
875                 <classifier>features</classifier>
876                 <type>xml</type>
877             </dependency>
878             <dependency>
879                 <groupId>org.opendaylight.mdsal.model</groupId>
880                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
881                 <version>9.0.0-SNAPSHOT</version>
882                 <classifier>features</classifier>
883                 <type>xml</type>
884             </dependency>
885             <dependency>
886                 <groupId>org.opendaylight.mdsal.model</groupId>
887                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
888                 <version>9.0.0-SNAPSHOT</version>
889                 <classifier>features</classifier>
890                 <type>xml</type>
891             </dependency>
892             <dependency>
893                 <groupId>org.opendaylight.mdsal.model</groupId>
894                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
895                 <version>9.0.0-SNAPSHOT</version>
896                 <classifier>features</classifier>
897                 <type>xml</type>
898             </dependency>
899             <dependency>
900                 <groupId>org.opendaylight.mdsal.model</groupId>
901                 <artifactId>odl-mdsal-model-rfc8520</artifactId>
902                 <version>9.0.0-SNAPSHOT</version>
903                 <classifier>features</classifier>
904                 <type>xml</type>
905             </dependency>
906             <dependency>
907                 <groupId>org.opendaylight.mdsal.model</groupId>
908                 <artifactId>odl-mdsal-model-rfc8525</artifactId>
909                 <version>9.0.0-SNAPSHOT</version>
910                 <classifier>features</classifier>
911                 <type>xml</type>
912             </dependency>
913             <dependency>
914                 <groupId>org.opendaylight.mdsal.model</groupId>
915                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
916                 <version>9.0.0-SNAPSHOT</version>
917                 <classifier>features</classifier>
918                 <type>xml</type>
919             </dependency>
920             <dependency>
921                 <groupId>org.opendaylight.mdsal.model</groupId>
922                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
923                 <version>9.0.0-SNAPSHOT</version>
924                 <classifier>features</classifier>
925                 <type>xml</type>
926             </dependency>
927             <dependency>
928                 <groupId>org.opendaylight.mdsal.model</groupId>
929                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
930                 <version>9.0.0-SNAPSHOT</version>
931                 <classifier>features</classifier>
932                 <type>xml</type>
933             </dependency>
934             <dependency>
935                 <groupId>org.opendaylight.mdsal.model</groupId>
936                 <artifactId>odl-mdsal-model-rfc8542</artifactId>
937                 <version>9.0.0-SNAPSHOT</version>
938                 <classifier>features</classifier>
939                 <type>xml</type>
940             </dependency>
941             <dependency>
942                 <groupId>org.opendaylight.mdsal.model</groupId>
943                 <artifactId>odl-mdsal-model-rfc8776</artifactId>
944                 <version>9.0.0-SNAPSHOT</version>
945                 <classifier>features</classifier>
946                 <type>xml</type>
947             </dependency>
948             <dependency>
949                 <groupId>org.opendaylight.mdsal.model</groupId>
950                 <artifactId>odl-mdsal-model-rfc8795</artifactId>
951                 <version>9.0.0-SNAPSHOT</version>
952                 <classifier>features</classifier>
953                 <type>xml</type>
954             </dependency>
955             <dependency>
956                 <groupId>org.opendaylight.mdsal.model</groupId>
957                 <artifactId>odl-mdsal-model-rfc8795-non-nmda</artifactId>
958                 <version>9.0.0-SNAPSHOT</version>
959                 <classifier>features</classifier>
960                 <type>xml</type>
961             </dependency>
962
963             <dependency>
964                 <groupId>org.opendaylight.mdsal.model</groupId>
965                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
966                 <version>9.0.0-SNAPSHOT</version>
967                 <classifier>features</classifier>
968                 <type>xml</type>
969             </dependency>
970             <dependency>
971                 <groupId>org.opendaylight.mdsal.model</groupId>
972                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
973                 <version>9.0.0-SNAPSHOT</version>
974                 <classifier>features</classifier>
975                 <type>xml</type>
976             </dependency>
977             <dependency>
978                 <groupId>org.opendaylight.mdsal</groupId>
979                 <artifactId>odl-mdsal-rfc8294-netty</artifactId>
980                 <version>9.0.0-SNAPSHOT</version>
981                 <classifier>features</classifier>
982                 <type>xml</type>
983             </dependency>
984
985             <!-- Documentation -->
986             <dependency>
987                 <groupId>org.opendaylight.mdsal</groupId>
988                 <artifactId>mdsal-docs</artifactId>
989                 <version>9.0.0-SNAPSHOT</version>
990             </dependency>
991         </dependencies>
992     </dependencyManagement>
993 </project>