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