Separate out mdsal-binding-dom-codec-spi
[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>6.0.5</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-service-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-spi</artifactId>
163                 <version>6.0.0-SNAPSHOT</version>
164             </dependency>
165             <dependency>
166                 <groupId>org.opendaylight.mdsal</groupId>
167                 <artifactId>mdsal-binding-util</artifactId>
168                 <version>6.0.0-SNAPSHOT</version>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.mdsal</groupId>
172                 <artifactId>mdsal-binding-test-utils</artifactId>
173                 <version>6.0.0-SNAPSHOT</version>
174                 <scope>test</scope>
175             </dependency>
176
177             <dependency>
178                 <groupId>org.opendaylight.mdsal.model</groupId>
179                 <artifactId>yang-ext</artifactId>
180                 <version>2013.09.07.18.0-SNAPSHOT</version>
181             </dependency>
182             <dependency>
183                 <groupId>org.opendaylight.mdsal.model</groupId>
184                 <artifactId>general-entity</artifactId>
185                 <version>6.0.0-SNAPSHOT</version>
186             </dependency>
187
188             <dependency>
189                 <groupId>org.opendaylight.mdsal</groupId>
190                 <artifactId>mdsal-eos-common-api</artifactId>
191                 <version>6.0.0-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal</groupId>
195                 <artifactId>mdsal-eos-common-spi</artifactId>
196                 <version>6.0.0-SNAPSHOT</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.mdsal</groupId>
200                 <artifactId>mdsal-eos-dom-api</artifactId>
201                 <version>6.0.0-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal</groupId>
205                 <artifactId>mdsal-eos-dom-simple</artifactId>
206                 <version>6.0.0-SNAPSHOT</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.opendaylight.mdsal</groupId>
210                 <artifactId>mdsal-eos-binding-api</artifactId>
211                 <version>6.0.0-SNAPSHOT</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.opendaylight.mdsal</groupId>
215                 <artifactId>mdsal-eos-binding-adapter</artifactId>
216                 <version>6.0.0-SNAPSHOT</version>
217             </dependency>
218             <dependency>
219                 <groupId>org.opendaylight.mdsal</groupId>
220                 <artifactId>mdsal-singleton-common-api</artifactId>
221                 <version>6.0.0-SNAPSHOT</version>
222             </dependency>
223             <dependency>
224                 <groupId>org.opendaylight.mdsal</groupId>
225                 <artifactId>mdsal-singleton-dom-impl</artifactId>
226                 <version>6.0.0-SNAPSHOT</version>
227             </dependency>
228
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-trace-api</artifactId>
232                 <version>6.0.0-SNAPSHOT</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-trace-cli</artifactId>
237                 <version>6.0.0-SNAPSHOT</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.opendaylight.mdsal</groupId>
241                 <artifactId>mdsal-trace-impl</artifactId>
242                 <version>6.0.0-SNAPSHOT</version>
243             </dependency>
244
245             <!-- Features -->
246             <!-- BINDING -->
247             <dependency>
248                 <groupId>${project.groupId}</groupId>
249                 <artifactId>odl-mdsal-binding</artifactId>
250                 <version>6.0.0-SNAPSHOT</version>
251                 <classifier>features</classifier>
252                 <type>xml</type>
253             </dependency>
254             <dependency>
255                 <groupId>${project.groupId}</groupId>
256                 <artifactId>odl-mdsal-binding-base</artifactId>
257                 <version>6.0.0-SNAPSHOT</version>
258                 <classifier>features</classifier>
259                 <type>xml</type>
260             </dependency>
261             <dependency>
262                 <groupId>${project.groupId}</groupId>
263                 <artifactId>odl-mdsal-binding-runtime</artifactId>
264                 <version>6.0.0-SNAPSHOT</version>
265                 <classifier>features</classifier>
266                 <type>xml</type>
267             </dependency>
268             <dependency>
269                 <groupId>${project.groupId}</groupId>
270                 <artifactId>odl-mdsal-binding-api</artifactId>
271                 <version>6.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-dom-adapter</artifactId>
278                 <version>6.0.0-SNAPSHOT</version>
279                 <classifier>features</classifier>
280                 <type>xml</type>
281             </dependency>
282
283             <!-- DOM -->
284             <dependency>
285                 <groupId>${project.groupId}</groupId>
286                 <artifactId>odl-mdsal-dom</artifactId>
287                 <version>6.0.0-SNAPSHOT</version>
288                 <classifier>features</classifier>
289                 <type>xml</type>
290             </dependency>
291             <dependency>
292                 <groupId>${project.groupId}</groupId>
293                 <artifactId>odl-mdsal-dom-api</artifactId>
294                 <version>6.0.0-SNAPSHOT</version>
295                 <classifier>features</classifier>
296                 <type>xml</type>
297             </dependency>
298             <dependency>
299                 <groupId>${project.groupId}</groupId>
300                 <artifactId>odl-mdsal-dom-broker</artifactId>
301                 <version>6.0.0-SNAPSHOT</version>
302                 <classifier>features</classifier>
303                 <type>xml</type>
304             </dependency>
305
306             <!-- COMMON -->
307             <dependency>
308                 <groupId>${project.groupId}</groupId>
309                 <artifactId>odl-mdsal-common</artifactId>
310                 <version>6.0.0-SNAPSHOT</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314
315             <!-- EOS -->
316             <dependency>
317                 <groupId>${project.groupId}</groupId>
318                 <artifactId>odl-mdsal-eos-common</artifactId>
319                 <version>6.0.0-SNAPSHOT</version>
320                 <classifier>features</classifier>
321                 <type>xml</type>
322             </dependency>
323             <dependency>
324                 <groupId>${project.groupId}</groupId>
325                 <artifactId>odl-mdsal-eos-dom</artifactId>
326                 <version>6.0.0-SNAPSHOT</version>
327                 <classifier>features</classifier>
328                 <type>xml</type>
329             </dependency>
330             <dependency>
331                 <groupId>${project.groupId}</groupId>
332                 <artifactId>odl-mdsal-eos-binding</artifactId>
333                 <version>6.0.0-SNAPSHOT</version>
334                 <classifier>features</classifier>
335                 <type>xml</type>
336             </dependency>
337
338             <!-- SINGLETON -->
339             <dependency>
340                 <groupId>${project.groupId}</groupId>
341                 <artifactId>odl-mdsal-singleton-common</artifactId>
342                 <version>6.0.0-SNAPSHOT</version>
343                 <classifier>features</classifier>
344                 <type>xml</type>
345             </dependency>
346             <dependency>
347                 <groupId>${project.groupId}</groupId>
348                 <artifactId>odl-mdsal-singleton-dom</artifactId>
349                 <version>6.0.0-SNAPSHOT</version>
350                 <classifier>features</classifier>
351                 <type>xml</type>
352             </dependency>
353
354             <!-- YANG Library -->
355             <dependency>
356                 <groupId>org.opendaylight.mdsal</groupId>
357                 <artifactId>mdsal-yanglib-api</artifactId>
358                 <version>0.11.0-SNAPSHOT</version>
359             </dependency>
360             <dependency>
361                 <groupId>org.opendaylight.mdsal</groupId>
362                 <artifactId>mdsal-yanglib-rfc7895</artifactId>
363                 <version>0.11.0-SNAPSHOT</version>
364             </dependency>
365             <dependency>
366                 <groupId>org.opendaylight.mdsal</groupId>
367                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
368                 <version>0.11.0-SNAPSHOT</version>
369             </dependency>
370             <dependency>
371                 <groupId>${project.groupId}</groupId>
372                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
373                 <version>0.11.0-SNAPSHOT</version>
374                 <classifier>features</classifier>
375                 <type>xml</type>
376             </dependency>
377             <dependency>
378                 <groupId>${project.groupId}</groupId>
379                 <artifactId>odl-mdsal-exp-yanglib-rfc7895</artifactId>
380                 <version>0.11.0-SNAPSHOT</version>
381                 <classifier>features</classifier>
382                 <type>xml</type>
383             </dependency>
384             <dependency>
385                 <groupId>${project.groupId}</groupId>
386                 <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
387                 <version>0.11.0-SNAPSHOT</version>
388                 <classifier>features</classifier>
389                 <type>xml</type>
390             </dependency>
391
392             <!-- uint24 support -->
393             <dependency>
394                 <groupId>org.opendaylight.mdsal.model</groupId>
395                 <artifactId>odl-uint24</artifactId>
396                 <version>6.0.0-SNAPSHOT</version>
397             </dependency>
398             <dependency>
399                 <groupId>org.opendaylight.mdsal</groupId>
400                 <artifactId>mdsal-uint24-netty</artifactId>
401                 <version>6.0.0-SNAPSHOT</version>
402             </dependency>
403
404             <!-- MODELS -->
405             <dependency>
406                 <groupId>org.opendaylight.mdsal.model</groupId>
407                 <artifactId>opendaylight-l2-types</artifactId>
408                 <version>2013.08.27.18.0-SNAPSHOT</version>
409             </dependency>
410
411             <!-- RFC6991 -->
412             <dependency>
413                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
414                 <artifactId>rfc6991</artifactId>
415                 <version>6.0.0-SNAPSHOT</version>
416             </dependency>
417             <dependency>
418                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
419                 <artifactId>rfc6991-ietf-inet-types</artifactId>
420                 <version>6.0.0-SNAPSHOT</version>
421             </dependency>
422             <dependency>
423                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
424                 <artifactId>rfc6991-ietf-yang-types</artifactId>
425                 <version>6.0.0-SNAPSHOT</version>
426             </dependency>
427             <dependency>
428                 <groupId>org.opendaylight.mdsal.model</groupId>
429                 <artifactId>ietf-type-util</artifactId>
430                 <version>6.0.0-SNAPSHOT</version>
431             </dependency>
432
433             <!-- RFC7223 -->
434             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
435             <dependency>
436                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
437                 <artifactId>rfc7223</artifactId>
438                 <version>6.0.0-SNAPSHOT</version>
439             </dependency>
440
441             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
442             <dependency>
443                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
444                 <artifactId>iana-if-type</artifactId>
445                 <version>6.0.0-SNAPSHOT</version>
446             </dependency>
447
448             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
449             <dependency>
450                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
451                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
452                 <version>6.0.0-SNAPSHOT</version>
453             </dependency>
454
455             <!-- RFC7277 -->
456             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
457             <dependency>
458                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
459                 <artifactId>rfc7277</artifactId>
460                 <version>6.0.0-SNAPSHOT</version>
461             </dependency>
462
463             <!-- RFC7895 -->
464             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
465             <dependency>
466                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
467                 <artifactId>rfc7895</artifactId>
468                 <version>6.0.0-SNAPSHOT</version>
469             </dependency>
470
471             <!-- RFC7952 -->
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc7952</artifactId>
475                 <version>6.0.0-SNAPSHOT</version>
476             </dependency>
477
478             <!-- RFC8294 -->
479             <dependency>
480                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
481                 <artifactId>rfc8294</artifactId>
482                 <version>6.0.0-SNAPSHOT</version>
483             </dependency>
484             <dependency>
485                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
486                 <artifactId>rfc8294-ietf-routing-types</artifactId>
487                 <version>6.0.0-SNAPSHOT</version>
488             </dependency>
489             <dependency>
490                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
491                 <artifactId>iana-routing-types</artifactId>
492                 <version>6.0.0-SNAPSHOT</version>
493             </dependency>
494
495             <!-- RFC8342 -->
496             <dependency>
497                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
498                 <artifactId>rfc8342</artifactId>
499                 <version>6.0.0-SNAPSHOT</version>
500             </dependency>
501             <dependency>
502                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
503                 <artifactId>rfc8342-ietf-datastores</artifactId>
504                 <version>6.0.0-SNAPSHOT</version>
505             </dependency>
506             <dependency>
507                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
508                 <artifactId>rfc8342-ietf-origin</artifactId>
509                 <version>6.0.0-SNAPSHOT</version>
510             </dependency>
511
512             <!-- RFC8343 -->
513             <dependency>
514                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
515                 <artifactId>rfc8343</artifactId>
516                 <version>6.0.0-SNAPSHOT</version>
517             </dependency>
518
519             <!-- RFC8344 -->
520             <dependency>
521                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
522                 <artifactId>rfc8344</artifactId>
523                 <version>6.0.0-SNAPSHOT</version>
524             </dependency>
525
526             <!-- RFC8345 -->
527             <dependency>
528                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
529                 <artifactId>rfc8345</artifactId>
530                 <version>6.0.0-SNAPSHOT</version>
531             </dependency>
532             <dependency>
533                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
534                 <artifactId>rfc8345-ietf-network</artifactId>
535                 <version>6.0.0-SNAPSHOT</version>
536             </dependency>
537             <dependency>
538                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
539                 <artifactId>rfc8345-ietf-network-state</artifactId>
540                 <version>6.0.0-SNAPSHOT</version>
541             </dependency>
542             <dependency>
543                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
544                 <artifactId>rfc8345-ietf-network-topology</artifactId>
545                 <version>6.0.0-SNAPSHOT</version>
546             </dependency>
547             <dependency>
548                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
549                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
550                 <version>6.0.0-SNAPSHOT</version>
551             </dependency>
552
553             <!-- RFC8348 -->
554             <dependency>
555                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
556                 <artifactId>rfc8348</artifactId>
557                 <version>6.0.0-SNAPSHOT</version>
558             </dependency>
559             <dependency>
560                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
561                 <artifactId>rfc8348-ietf-hardware</artifactId>
562                 <version>6.0.0-SNAPSHOT</version>
563             </dependency>
564             <dependency>
565                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
566                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
567                 <version>6.0.0-SNAPSHOT</version>
568             </dependency>
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
571                 <artifactId>iana-hardware</artifactId>
572                 <version>6.0.0-SNAPSHOT</version>
573             </dependency>
574
575             <!-- RFC8349 -->
576             <dependency>
577                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
578                 <artifactId>rfc8349</artifactId>
579                 <version>6.0.0-SNAPSHOT</version>
580             </dependency>
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
583                 <artifactId>rfc8349-ietf-routing</artifactId>
584                 <version>6.0.0-SNAPSHOT</version>
585             </dependency>
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
589                 <version>6.0.0-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
594                 <version>6.0.0-SNAPSHOT</version>
595             </dependency>
596
597             <!-- RFC8519 -->
598             <dependency>
599                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
600                 <artifactId>rfc8519</artifactId>
601                 <version>6.0.0-SNAPSHOT</version>
602             </dependency>
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
606                 <version>6.0.0-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
611                 <version>6.0.0-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
616                 <version>6.0.0-SNAPSHOT</version>
617             </dependency>
618
619             <!-- RFC8520 -->
620             <dependency>
621                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
622                 <artifactId>rfc8520</artifactId>
623                 <version>6.0.0-SNAPSHOT</version>
624             </dependency>
625             <dependency>
626                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
627                 <artifactId>rfc8520-ietf-acldns</artifactId>
628                 <version>6.0.0-SNAPSHOT</version>
629             </dependency>
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8520-ietf-mud</artifactId>
633                 <version>6.0.0-SNAPSHOT</version>
634             </dependency>
635
636             <!-- RFC8525 -->
637             <dependency>
638                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
639                 <artifactId>rfc8525</artifactId>
640                 <version>6.0.0-SNAPSHOT</version>
641             </dependency>
642
643             <!-- RFC8528 -->
644             <dependency>
645                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
646                 <artifactId>rfc8528</artifactId>
647                 <version>6.0.0-SNAPSHOT</version>
648             </dependency>
649
650             <!-- RFC8529 -->
651             <dependency>
652                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
653                 <artifactId>rfc8529</artifactId>
654                 <version>6.0.0-SNAPSHOT</version>
655             </dependency>
656
657             <!-- RFC8530 -->
658             <dependency>
659                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
660                 <artifactId>rfc8530</artifactId>
661                 <version>6.0.0-SNAPSHOT</version>
662             </dependency>
663
664             <!-- RFC8542 -->
665             <dependency>
666                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
667                 <artifactId>rfc8542</artifactId>
668                 <version>6.0.0-SNAPSHOT</version>
669             </dependency>
670             <dependency>
671                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
672                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
673                 <version>6.0.0-SNAPSHOT</version>
674             </dependency>
675             <dependency>
676                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
677                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
678                 <version>6.0.0-SNAPSHOT</version>
679             </dependency>
680
681             <!-- draft-clemm-netmod-yang-network-topo-01 -->
682             <!-- FIXME: figure out migration path towads:
683                         RFC8345
684                         RFC8346
685                         draft-ietf-teas-yang-te-topo-15 (?)
686                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
687             <dependency>
688                 <groupId>org.opendaylight.mdsal.model</groupId>
689                 <artifactId>ietf-ted</artifactId>
690                 <version>2013.10.21.18.0-SNAPSHOT</version>
691             </dependency>
692             <dependency>
693                 <groupId>org.opendaylight.mdsal.model</groupId>
694                 <artifactId>ietf-topology</artifactId>
695                 <version>2013.10.21.18.0-SNAPSHOT</version>
696             </dependency>
697             <dependency>
698                 <groupId>org.opendaylight.mdsal.model</groupId>
699                 <artifactId>ietf-topology-isis</artifactId>
700                 <version>2013.10.21.18.0-SNAPSHOT</version>
701             </dependency>
702             <dependency>
703                 <groupId>org.opendaylight.mdsal.model</groupId>
704                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
705                 <version>2013.10.21.18.0-SNAPSHOT</version>
706             </dependency>
707             <dependency>
708                 <groupId>org.opendaylight.mdsal.model</groupId>
709                 <artifactId>ietf-topology-ospf</artifactId>
710                 <version>2013.10.21.18.0-SNAPSHOT</version>
711             </dependency>
712             <dependency>
713                 <groupId>org.opendaylight.mdsal.model</groupId>
714                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
715                 <version>6.0.0-SNAPSHOT</version>
716             </dependency>
717
718             <!-- draft-ietf-netmod-acl-model-07 -->
719             <!-- FIXME: figure out the upgrade path towards
720                         draft-ietf-netmod-acl-model-18 -->
721             <dependency>
722                 <groupId>org.opendaylight.mdsal.model</groupId>
723                 <artifactId>ietf-packet-fields</artifactId>
724                 <version>0.16.0-SNAPSHOT</version>
725             </dependency>
726             <dependency>
727                 <groupId>org.opendaylight.mdsal.model</groupId>
728                 <artifactId>ietf-access-control-list</artifactId>
729                 <version>0.16.0-SNAPSHOT</version>
730             </dependency>
731
732             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
733             <dependency>
734                 <groupId>org.opendaylight.mdsal.model</groupId>
735                 <artifactId>iana-afn-safi</artifactId>
736                 <version>2013.07.04.18.0-SNAPSHOT</version>
737             </dependency>
738
739             <!-- Features -->
740             <dependency>
741                 <groupId>org.opendaylight.mdsal.model</groupId>
742                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
743                 <version>6.0.0-SNAPSHOT</version>
744                 <classifier>features</classifier>
745                 <type>xml</type>
746             </dependency>
747             <dependency>
748                 <groupId>org.opendaylight.mdsal.model</groupId>
749                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
750                 <version>6.0.0-SNAPSHOT</version>
751                 <classifier>features</classifier>
752                 <type>xml</type>
753             </dependency>
754             <dependency>
755                 <groupId>org.opendaylight.mdsal.model</groupId>
756                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
757                 <version>6.0.0-SNAPSHOT</version>
758                 <classifier>features</classifier>
759                 <type>xml</type>
760             </dependency>
761             <dependency>
762                 <groupId>org.opendaylight.mdsal.model</groupId>
763                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
764                 <version>6.0.0-SNAPSHOT</version>
765                 <classifier>features</classifier>
766                 <type>xml</type>
767             </dependency>
768             <dependency>
769                 <groupId>org.opendaylight.mdsal.model</groupId>
770                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
771                 <version>6.0.0-SNAPSHOT</version>
772                 <classifier>features</classifier>
773                 <type>xml</type>
774             </dependency>
775             <dependency>
776                 <groupId>org.opendaylight.mdsal.model</groupId>
777                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
778                 <version>6.0.0-SNAPSHOT</version>
779                 <classifier>features</classifier>
780                 <type>xml</type>
781             </dependency>
782             <dependency>
783                 <groupId>org.opendaylight.mdsal.model</groupId>
784                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
785                 <version>6.0.0-SNAPSHOT</version>
786                 <classifier>features</classifier>
787                 <type>xml</type>
788             </dependency>
789             <dependency>
790                 <groupId>org.opendaylight.mdsal.model</groupId>
791                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
792                 <version>6.0.0-SNAPSHOT</version>
793                 <classifier>features</classifier>
794                 <type>xml</type>
795             </dependency>
796             <dependency>
797                 <groupId>org.opendaylight.mdsal.model</groupId>
798                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
799                 <version>6.0.0-SNAPSHOT</version>
800                 <classifier>features</classifier>
801                 <type>xml</type>
802             </dependency>
803             <dependency>
804                 <groupId>org.opendaylight.mdsal.model</groupId>
805                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
806                 <version>6.0.0-SNAPSHOT</version>
807                 <classifier>features</classifier>
808                 <type>xml</type>
809             </dependency>
810             <dependency>
811                 <groupId>org.opendaylight.mdsal.model</groupId>
812                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
813                 <version>6.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-rfc8345-non-nmda</artifactId>
820                 <version>6.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-rfc8348</artifactId>
827                 <version>6.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-rfc8348-non-nmda</artifactId>
834                 <version>6.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-rfc8349</artifactId>
841                 <version>6.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-rfc8519</artifactId>
848                 <version>6.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-rfc8520</artifactId>
855                 <version>6.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-rfc8525</artifactId>
862                 <version>6.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-rfc8528</artifactId>
869                 <version>6.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-rfc8529</artifactId>
876                 <version>6.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-rfc8530</artifactId>
883                 <version>6.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-rfc8542</artifactId>
890                 <version>6.0.0-SNAPSHOT</version>
891                 <classifier>features</classifier>
892                 <type>xml</type>
893             </dependency>
894
895             <dependency>
896                 <groupId>org.opendaylight.mdsal.model</groupId>
897                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
898                 <version>6.0.0-SNAPSHOT</version>
899                 <classifier>features</classifier>
900                 <type>xml</type>
901             </dependency>
902             <dependency>
903                 <groupId>org.opendaylight.mdsal.model</groupId>
904                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
905                 <version>6.0.0-SNAPSHOT</version>
906                 <classifier>features</classifier>
907                 <type>xml</type>
908             </dependency>
909             <dependency>
910                 <groupId>org.opendaylight.mdsal.model</groupId>
911                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
912                 <version>6.0.0-SNAPSHOT</version>
913                 <classifier>features</classifier>
914                 <type>xml</type>
915             </dependency>
916             <dependency>
917                 <groupId>org.opendaylight.mdsal.model</groupId>
918                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
919                 <version>6.0.0-SNAPSHOT</version>
920                 <classifier>features</classifier>
921                 <type>xml</type>
922             </dependency>
923             <dependency>
924                 <groupId>org.opendaylight.mdsal.model</groupId>
925                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
926                 <version>6.0.0-SNAPSHOT</version>
927                 <classifier>features</classifier>
928                 <type>xml</type>
929             </dependency>
930             <dependency>
931                 <groupId>org.opendaylight.mdsal.model</groupId>
932                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
933                 <version>6.0.0-SNAPSHOT</version>
934                 <classifier>features</classifier>
935                 <type>xml</type>
936             </dependency>
937             <dependency>
938                 <groupId>org.opendaylight.mdsal.model</groupId>
939                 <artifactId>odl-mdsal-model-odl-uint24</artifactId>
940                 <version>6.0.0-SNAPSHOT</version>
941                 <classifier>features</classifier>
942                 <type>xml</type>
943             </dependency>
944             <dependency>
945                 <groupId>org.opendaylight.mdsal</groupId>
946                 <artifactId>odl-mdsal-uint24-netty</artifactId>
947                 <version>6.0.0-SNAPSHOT</version>
948                 <classifier>features</classifier>
949                 <type>xml</type>
950             </dependency>
951
952             <!-- Documentation -->
953             <dependency>
954                 <groupId>org.opendaylight.mdsal</groupId>
955                 <artifactId>mdsal-docs</artifactId>
956                 <version>6.0.0-SNAPSHOT</version>
957             </dependency>
958         </dependencies>
959     </dependencyManagement>
960 </project>