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