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