Bump odlparent/yangtools to 9.0.13/7.0.13
[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.13</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             <!-- RFC7224, updated from: http://www.iana.org/assignments/yang-parameters/ -->
489             <dependency>
490                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
491                 <artifactId>iana-if-type</artifactId>
492                 <version>9.0.0-SNAPSHOT</version>
493             </dependency>
494
495             <!-- RFC7895 -->
496             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
497             <dependency>
498                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
499                 <artifactId>rfc7895</artifactId>
500                 <version>9.0.0-SNAPSHOT</version>
501             </dependency>
502
503             <!-- RFC7952 -->
504             <dependency>
505                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
506                 <artifactId>rfc7952</artifactId>
507                 <version>9.0.0-SNAPSHOT</version>
508             </dependency>
509
510             <!-- RFC8294 -->
511             <dependency>
512                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
513                 <artifactId>rfc8294</artifactId>
514                 <version>9.0.0-SNAPSHOT</version>
515             </dependency>
516             <dependency>
517                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
518                 <artifactId>rfc8294-ietf-routing-types</artifactId>
519                 <version>9.0.0-SNAPSHOT</version>
520             </dependency>
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
523                 <artifactId>iana-routing-types</artifactId>
524                 <version>9.0.0-SNAPSHOT</version>
525             </dependency>
526
527             <!-- RFC8342 -->
528             <dependency>
529                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
530                 <artifactId>rfc8342</artifactId>
531                 <version>9.0.0-SNAPSHOT</version>
532             </dependency>
533             <dependency>
534                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
535                 <artifactId>rfc8342-ietf-datastores</artifactId>
536                 <version>9.0.0-SNAPSHOT</version>
537             </dependency>
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
540                 <artifactId>rfc8342-ietf-origin</artifactId>
541                 <version>9.0.0-SNAPSHOT</version>
542             </dependency>
543
544             <!-- RFC8343 -->
545             <dependency>
546                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
547                 <artifactId>rfc8343</artifactId>
548                 <version>9.0.0-SNAPSHOT</version>
549             </dependency>
550
551             <!-- RFC8344 -->
552             <dependency>
553                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
554                 <artifactId>rfc8344</artifactId>
555                 <version>9.0.0-SNAPSHOT</version>
556             </dependency>
557
558             <!-- RFC8345 -->
559             <dependency>
560                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
561                 <artifactId>rfc8345</artifactId>
562                 <version>9.0.0-SNAPSHOT</version>
563             </dependency>
564             <dependency>
565                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
566                 <artifactId>rfc8345-ietf-network</artifactId>
567                 <version>9.0.0-SNAPSHOT</version>
568             </dependency>
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8345-ietf-network-state</artifactId>
572                 <version>9.0.0-SNAPSHOT</version>
573             </dependency>
574             <dependency>
575                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
576                 <artifactId>rfc8345-ietf-network-topology</artifactId>
577                 <version>9.0.0-SNAPSHOT</version>
578             </dependency>
579             <dependency>
580                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
581                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
582                 <version>9.0.0-SNAPSHOT</version>
583             </dependency>
584
585             <!-- RFC8346 -->
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8346</artifactId>
589                 <version>9.0.0-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
594                 <version>9.0.0-SNAPSHOT</version>
595             </dependency>
596             <dependency>
597                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
598                 <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
599                 <version>9.0.0-SNAPSHOT</version>
600             </dependency>
601
602             <!-- RFC8348 -->
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8348</artifactId>
606                 <version>9.0.0-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8348-ietf-hardware</artifactId>
611                 <version>9.0.0-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
616                 <version>9.0.0-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
620                 <artifactId>iana-hardware</artifactId>
621                 <version>9.0.0-SNAPSHOT</version>
622             </dependency>
623
624             <!-- RFC8349 -->
625             <dependency>
626                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
627                 <artifactId>rfc8349</artifactId>
628                 <version>9.0.0-SNAPSHOT</version>
629             </dependency>
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8349-ietf-routing</artifactId>
633                 <version>9.0.0-SNAPSHOT</version>
634             </dependency>
635             <dependency>
636                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
637                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
638                 <version>9.0.0-SNAPSHOT</version>
639             </dependency>
640             <dependency>
641                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
642                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
643                 <version>9.0.0-SNAPSHOT</version>
644             </dependency>
645
646             <!-- RFC8519 -->
647             <dependency>
648                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
649                 <artifactId>rfc8519</artifactId>
650                 <version>9.0.0-SNAPSHOT</version>
651             </dependency>
652             <dependency>
653                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
654                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
655                 <version>9.0.0-SNAPSHOT</version>
656             </dependency>
657             <dependency>
658                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
659                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
660                 <version>9.0.0-SNAPSHOT</version>
661             </dependency>
662             <dependency>
663                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
664                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
665                 <version>9.0.0-SNAPSHOT</version>
666             </dependency>
667
668             <!-- RFC8520 -->
669             <dependency>
670                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
671                 <artifactId>rfc8520</artifactId>
672                 <version>9.0.0-SNAPSHOT</version>
673             </dependency>
674             <dependency>
675                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
676                 <artifactId>rfc8520-ietf-acldns</artifactId>
677                 <version>9.0.0-SNAPSHOT</version>
678             </dependency>
679             <dependency>
680                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
681                 <artifactId>rfc8520-ietf-mud</artifactId>
682                 <version>9.0.0-SNAPSHOT</version>
683             </dependency>
684
685             <!-- RFC8525 -->
686             <dependency>
687                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
688                 <artifactId>rfc8525</artifactId>
689                 <version>9.0.0-SNAPSHOT</version>
690             </dependency>
691
692             <!-- RFC8528 -->
693             <dependency>
694                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
695                 <artifactId>rfc8528</artifactId>
696                 <version>9.0.0-SNAPSHOT</version>
697             </dependency>
698
699             <!-- RFC8529 -->
700             <dependency>
701                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
702                 <artifactId>rfc8529</artifactId>
703                 <version>9.0.0-SNAPSHOT</version>
704             </dependency>
705
706             <!-- RFC8530 -->
707             <dependency>
708                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
709                 <artifactId>rfc8530</artifactId>
710                 <version>9.0.0-SNAPSHOT</version>
711             </dependency>
712
713             <!-- RFC8542 -->
714             <dependency>
715                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
716                 <artifactId>rfc8542</artifactId>
717                 <version>9.0.0-SNAPSHOT</version>
718             </dependency>
719             <dependency>
720                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
721                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
722                 <version>9.0.0-SNAPSHOT</version>
723             </dependency>
724             <dependency>
725                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
726                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
727                 <version>9.0.0-SNAPSHOT</version>
728             </dependency>
729
730             <!-- RFC8776 -->
731             <dependency>
732                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
733                 <artifactId>rfc8776</artifactId>
734                 <version>9.0.0-SNAPSHOT</version>
735             </dependency>
736             <dependency>
737                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
738                 <artifactId>rfc8776-ietf-te-types</artifactId>
739                 <version>9.0.0-SNAPSHOT</version>
740             </dependency>
741             <dependency>
742                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
743                 <artifactId>rfc8776-ietf-te-packet-types</artifactId>
744                 <version>9.0.0-SNAPSHOT</version>
745             </dependency>
746
747             <!-- RFC8776 -->
748             <dependency>
749                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
750                 <artifactId>rfc8795</artifactId>
751                 <version>9.0.0-SNAPSHOT</version>
752             </dependency>
753             <dependency>
754                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
755                 <artifactId>rfc8795-ietf-te-topology</artifactId>
756                 <version>9.0.0-SNAPSHOT</version>
757             </dependency>
758             <dependency>
759                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
760                 <artifactId>rfc8795-ietf-te-topology-state</artifactId>
761                 <version>9.0.0-SNAPSHOT</version>
762             </dependency>
763
764             <!-- draft-clemm-netmod-yang-network-topo-01 -->
765             <dependency>
766                 <groupId>org.opendaylight.mdsal.model</groupId>
767                 <artifactId>ietf-topology</artifactId>
768                 <version>2013.10.21.21.0-SNAPSHOT</version>
769             </dependency>
770
771             <!-- Features -->
772             <dependency>
773                 <groupId>org.opendaylight.mdsal.model</groupId>
774                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
775                 <version>9.0.0-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-rfc7224</artifactId>
782                 <version>9.0.0-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-rfc7895</artifactId>
789                 <version>9.0.0-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-rfc7952</artifactId>
796                 <version>9.0.0-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-rfc8294</artifactId>
803                 <version>9.0.0-SNAPSHOT</version>
804                 <classifier>features</classifier>
805                 <type>xml</type>
806             </dependency>
807             <dependency>
808                 <groupId>org.opendaylight.mdsal.model</groupId>
809                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
810                 <version>9.0.0-SNAPSHOT</version>
811                 <classifier>features</classifier>
812                 <type>xml</type>
813             </dependency>
814             <dependency>
815                 <groupId>org.opendaylight.mdsal.model</groupId>
816                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
817                 <version>9.0.0-SNAPSHOT</version>
818                 <classifier>features</classifier>
819                 <type>xml</type>
820             </dependency>
821             <dependency>
822                 <groupId>org.opendaylight.mdsal.model</groupId>
823                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
824                 <version>9.0.0-SNAPSHOT</version>
825                 <classifier>features</classifier>
826                 <type>xml</type>
827             </dependency>
828             <dependency>
829                 <groupId>org.opendaylight.mdsal.model</groupId>
830                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
831                 <version>9.0.0-SNAPSHOT</version>
832                 <classifier>features</classifier>
833                 <type>xml</type>
834             </dependency>
835             <dependency>
836                 <groupId>org.opendaylight.mdsal.model</groupId>
837                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
838                 <version>9.0.0-SNAPSHOT</version>
839                 <classifier>features</classifier>
840                 <type>xml</type>
841             </dependency>
842             <dependency>
843                 <groupId>org.opendaylight.mdsal.model</groupId>
844                 <artifactId>odl-mdsal-model-rfc8346</artifactId>
845                 <version>9.0.0-SNAPSHOT</version>
846                 <classifier>features</classifier>
847                 <type>xml</type>
848             </dependency>
849             <dependency>
850                 <groupId>org.opendaylight.mdsal.model</groupId>
851                 <artifactId>odl-mdsal-model-rfc8346-non-nmda</artifactId>
852                 <version>9.0.0-SNAPSHOT</version>
853                 <classifier>features</classifier>
854                 <type>xml</type>
855             </dependency>
856             <dependency>
857                 <groupId>org.opendaylight.mdsal.model</groupId>
858                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
859                 <version>9.0.0-SNAPSHOT</version>
860                 <classifier>features</classifier>
861                 <type>xml</type>
862             </dependency>
863             <dependency>
864                 <groupId>org.opendaylight.mdsal.model</groupId>
865                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
866                 <version>9.0.0-SNAPSHOT</version>
867                 <classifier>features</classifier>
868                 <type>xml</type>
869             </dependency>
870             <dependency>
871                 <groupId>org.opendaylight.mdsal.model</groupId>
872                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
873                 <version>9.0.0-SNAPSHOT</version>
874                 <classifier>features</classifier>
875                 <type>xml</type>
876             </dependency>
877             <dependency>
878                 <groupId>org.opendaylight.mdsal.model</groupId>
879                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
880                 <version>9.0.0-SNAPSHOT</version>
881                 <classifier>features</classifier>
882                 <type>xml</type>
883             </dependency>
884             <dependency>
885                 <groupId>org.opendaylight.mdsal.model</groupId>
886                 <artifactId>odl-mdsal-model-rfc8520</artifactId>
887                 <version>9.0.0-SNAPSHOT</version>
888                 <classifier>features</classifier>
889                 <type>xml</type>
890             </dependency>
891             <dependency>
892                 <groupId>org.opendaylight.mdsal.model</groupId>
893                 <artifactId>odl-mdsal-model-rfc8525</artifactId>
894                 <version>9.0.0-SNAPSHOT</version>
895                 <classifier>features</classifier>
896                 <type>xml</type>
897             </dependency>
898             <dependency>
899                 <groupId>org.opendaylight.mdsal.model</groupId>
900                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
901                 <version>9.0.0-SNAPSHOT</version>
902                 <classifier>features</classifier>
903                 <type>xml</type>
904             </dependency>
905             <dependency>
906                 <groupId>org.opendaylight.mdsal.model</groupId>
907                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
908                 <version>9.0.0-SNAPSHOT</version>
909                 <classifier>features</classifier>
910                 <type>xml</type>
911             </dependency>
912             <dependency>
913                 <groupId>org.opendaylight.mdsal.model</groupId>
914                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
915                 <version>9.0.0-SNAPSHOT</version>
916                 <classifier>features</classifier>
917                 <type>xml</type>
918             </dependency>
919             <dependency>
920                 <groupId>org.opendaylight.mdsal.model</groupId>
921                 <artifactId>odl-mdsal-model-rfc8542</artifactId>
922                 <version>9.0.0-SNAPSHOT</version>
923                 <classifier>features</classifier>
924                 <type>xml</type>
925             </dependency>
926             <dependency>
927                 <groupId>org.opendaylight.mdsal.model</groupId>
928                 <artifactId>odl-mdsal-model-rfc8776</artifactId>
929                 <version>9.0.0-SNAPSHOT</version>
930                 <classifier>features</classifier>
931                 <type>xml</type>
932             </dependency>
933             <dependency>
934                 <groupId>org.opendaylight.mdsal.model</groupId>
935                 <artifactId>odl-mdsal-model-rfc8795</artifactId>
936                 <version>9.0.0-SNAPSHOT</version>
937                 <classifier>features</classifier>
938                 <type>xml</type>
939             </dependency>
940             <dependency>
941                 <groupId>org.opendaylight.mdsal.model</groupId>
942                 <artifactId>odl-mdsal-model-rfc8795-non-nmda</artifactId>
943                 <version>9.0.0-SNAPSHOT</version>
944                 <classifier>features</classifier>
945                 <type>xml</type>
946             </dependency>
947
948             <dependency>
949                 <groupId>org.opendaylight.mdsal.model</groupId>
950                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</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-odl-l2-types</artifactId>
958                 <version>9.0.0-SNAPSHOT</version>
959                 <classifier>features</classifier>
960                 <type>xml</type>
961             </dependency>
962             <dependency>
963                 <groupId>org.opendaylight.mdsal</groupId>
964                 <artifactId>odl-mdsal-rfc8294-netty</artifactId>
965                 <version>9.0.0-SNAPSHOT</version>
966                 <classifier>features</classifier>
967                 <type>xml</type>
968             </dependency>
969
970             <!-- Documentation -->
971             <dependency>
972                 <groupId>org.opendaylight.mdsal</groupId>
973                 <artifactId>mdsal-docs</artifactId>
974                 <version>9.0.0-SNAPSHOT</version>
975             </dependency>
976         </dependencies>
977     </dependencyManagement>
978 </project>