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