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