Bump to odlparent-6.0.1/yangtools-4.0.2
[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.1</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>5.0.4-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>5.0.4-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>5.0.4-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>5.0.4-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>5.0.4-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>5.0.4-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>3.0.4-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>3.0.4-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>3.0.4-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>3.0.4-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>3.0.4-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>3.0.4-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>3.0.4-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>3.0.4-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>5.0.4-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>5.0.4-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>5.0.4-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>5.0.4-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>5.0.4-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>5.0.4-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>5.0.4-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>5.0.4-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.17.4-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>3.0.4-SNAPSHOT</version>
176             </dependency>
177
178             <dependency>
179                 <groupId>org.opendaylight.mdsal</groupId>
180                 <artifactId>mdsal-eos-common-api</artifactId>
181                 <version>5.0.4-SNAPSHOT</version>
182             </dependency>
183             <dependency>
184                 <groupId>org.opendaylight.mdsal</groupId>
185                 <artifactId>mdsal-eos-common-spi</artifactId>
186                 <version>5.0.4-SNAPSHOT</version>
187             </dependency>
188             <dependency>
189                 <groupId>org.opendaylight.mdsal</groupId>
190                 <artifactId>mdsal-eos-dom-api</artifactId>
191                 <version>5.0.4-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal</groupId>
195                 <artifactId>mdsal-eos-dom-simple</artifactId>
196                 <version>5.0.4-SNAPSHOT</version>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.mdsal</groupId>
200                 <artifactId>mdsal-eos-binding-api</artifactId>
201                 <version>5.0.4-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal</groupId>
205                 <artifactId>mdsal-eos-binding-adapter</artifactId>
206                 <version>5.0.4-SNAPSHOT</version>
207             </dependency>
208             <dependency>
209                 <groupId>org.opendaylight.mdsal</groupId>
210                 <artifactId>mdsal-singleton-common-api</artifactId>
211                 <version>5.0.4-SNAPSHOT</version>
212             </dependency>
213             <dependency>
214                 <groupId>org.opendaylight.mdsal</groupId>
215                 <artifactId>mdsal-singleton-dom-impl</artifactId>
216                 <version>5.0.4-SNAPSHOT</version>
217             </dependency>
218
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-trace-api</artifactId>
222                 <version>3.0.4-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-trace-cli</artifactId>
227                 <version>3.0.4-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-trace-impl</artifactId>
232                 <version>3.0.4-SNAPSHOT</version>
233             </dependency>
234
235             <!-- Features -->
236             <!-- BINDING -->
237             <dependency>
238                 <groupId>${project.groupId}</groupId>
239                 <artifactId>odl-mdsal-binding</artifactId>
240                 <version>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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>5.0.4-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.10.4-SNAPSHOT</version>
349             </dependency>
350             <dependency>
351                 <groupId>org.opendaylight.mdsal</groupId>
352                 <artifactId>mdsal-yanglib-rfc7895</artifactId>
353                 <version>0.10.4-SNAPSHOT</version>
354             </dependency>
355             <dependency>
356                 <groupId>org.opendaylight.mdsal</groupId>
357                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
358                 <version>0.10.4-SNAPSHOT</version>
359             </dependency>
360             <dependency>
361                 <groupId>${project.groupId}</groupId>
362                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
363                 <version>0.10.4-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.10.4-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.10.4-SNAPSHOT</version>
378                 <classifier>features</classifier>
379                 <type>xml</type>
380             </dependency>
381
382             <!-- MODELS -->
383             <dependency>
384                 <groupId>org.opendaylight.mdsal.model</groupId>
385                 <artifactId>opendaylight-l2-types</artifactId>
386                 <version>2013.08.27.17.4-SNAPSHOT</version>
387             </dependency>
388
389             <!-- RFC6991 -->
390             <dependency>
391                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
392                 <artifactId>rfc6991</artifactId>
393                 <version>3.0.4-SNAPSHOT</version>
394             </dependency>
395             <dependency>
396                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
397                 <artifactId>rfc6991-ietf-inet-types</artifactId>
398                 <version>3.0.4-SNAPSHOT</version>
399             </dependency>
400             <dependency>
401                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
402                 <artifactId>rfc6991-ietf-yang-types</artifactId>
403                 <version>3.0.4-SNAPSHOT</version>
404             </dependency>
405             <dependency>
406                 <groupId>org.opendaylight.mdsal.model</groupId>
407                 <artifactId>ietf-type-util</artifactId>
408                 <version>4.0.4-SNAPSHOT</version>
409             </dependency>
410
411             <!-- RFC7223 -->
412             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
413             <dependency>
414                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
415                 <artifactId>rfc7223</artifactId>
416                 <version>3.0.4-SNAPSHOT</version>
417             </dependency>
418
419             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
420             <dependency>
421                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
422                 <artifactId>iana-if-type</artifactId>
423                 <version>3.0.4-SNAPSHOT</version>
424             </dependency>
425
426             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
427             <dependency>
428                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
429                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
430                 <version>3.0.4-SNAPSHOT</version>
431             </dependency>
432
433             <!-- RFC7277 -->
434             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
435             <dependency>
436                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
437                 <artifactId>rfc7277</artifactId>
438                 <version>3.0.4-SNAPSHOT</version>
439             </dependency>
440
441             <!-- RFC7895 -->
442             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
443             <dependency>
444                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
445                 <artifactId>rfc7895</artifactId>
446                 <version>3.0.4-SNAPSHOT</version>
447             </dependency>
448
449             <!-- RFC7952 -->
450             <dependency>
451                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
452                 <artifactId>rfc7952</artifactId>
453                 <version>3.0.4-SNAPSHOT</version>
454             </dependency>
455
456             <!-- RFC8294 -->
457             <dependency>
458                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
459                 <artifactId>rfc8294</artifactId>
460                 <version>3.0.4-SNAPSHOT</version>
461             </dependency>
462             <dependency>
463                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
464                 <artifactId>rfc8294-ietf-routing-types</artifactId>
465                 <version>3.0.4-SNAPSHOT</version>
466             </dependency>
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
469                 <artifactId>iana-routing-types</artifactId>
470                 <version>3.0.4-SNAPSHOT</version>
471             </dependency>
472
473             <!-- RFC8342 -->
474             <dependency>
475                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
476                 <artifactId>rfc8342</artifactId>
477                 <version>3.0.4-SNAPSHOT</version>
478             </dependency>
479             <dependency>
480                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
481                 <artifactId>rfc8342-ietf-datastores</artifactId>
482                 <version>3.0.4-SNAPSHOT</version>
483             </dependency>
484             <dependency>
485                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
486                 <artifactId>rfc8342-ietf-origin</artifactId>
487                 <version>3.0.4-SNAPSHOT</version>
488             </dependency>
489
490             <!-- RFC8343 -->
491             <dependency>
492                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
493                 <artifactId>rfc8343</artifactId>
494                 <version>3.0.4-SNAPSHOT</version>
495             </dependency>
496
497             <!-- RFC8344 -->
498             <dependency>
499                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
500                 <artifactId>rfc8344</artifactId>
501                 <version>3.0.4-SNAPSHOT</version>
502             </dependency>
503
504             <!-- RFC8345 -->
505             <dependency>
506                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
507                 <artifactId>rfc8345</artifactId>
508                 <version>3.0.4-SNAPSHOT</version>
509             </dependency>
510             <dependency>
511                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
512                 <artifactId>rfc8345-ietf-network</artifactId>
513                 <version>3.0.4-SNAPSHOT</version>
514             </dependency>
515             <dependency>
516                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
517                 <artifactId>rfc8345-ietf-network-state</artifactId>
518                 <version>3.0.4-SNAPSHOT</version>
519             </dependency>
520             <dependency>
521                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
522                 <artifactId>rfc8345-ietf-network-topology</artifactId>
523                 <version>3.0.4-SNAPSHOT</version>
524             </dependency>
525             <dependency>
526                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
527                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
528                 <version>3.0.4-SNAPSHOT</version>
529             </dependency>
530
531             <!-- RFC8348 -->
532             <dependency>
533                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
534                 <artifactId>rfc8348</artifactId>
535                 <version>3.0.4-SNAPSHOT</version>
536             </dependency>
537             <dependency>
538                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
539                 <artifactId>rfc8348-ietf-hardware</artifactId>
540                 <version>3.0.4-SNAPSHOT</version>
541             </dependency>
542             <dependency>
543                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
544                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
545                 <version>3.0.4-SNAPSHOT</version>
546             </dependency>
547             <dependency>
548                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
549                 <artifactId>iana-hardware</artifactId>
550                 <version>3.0.4-SNAPSHOT</version>
551             </dependency>
552
553             <!-- RFC8349 -->
554             <dependency>
555                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
556                 <artifactId>rfc8349</artifactId>
557                 <version>3.0.4-SNAPSHOT</version>
558             </dependency>
559             <dependency>
560                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
561                 <artifactId>rfc8349-ietf-routing</artifactId>
562                 <version>3.0.4-SNAPSHOT</version>
563             </dependency>
564             <dependency>
565                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
566                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
567                 <version>3.0.4-SNAPSHOT</version>
568             </dependency>
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
572                 <version>3.0.4-SNAPSHOT</version>
573             </dependency>
574
575             <!-- RFC8519 -->
576             <dependency>
577                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
578                 <artifactId>rfc8519</artifactId>
579                 <version>3.0.4-SNAPSHOT</version>
580             </dependency>
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
583                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
584                 <version>3.0.4-SNAPSHOT</version>
585             </dependency>
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
589                 <version>3.0.4-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
594                 <version>3.0.4-SNAPSHOT</version>
595             </dependency>
596
597             <!-- RFC8520 -->
598             <dependency>
599                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
600                 <artifactId>rfc8520</artifactId>
601                 <version>2.0.4-SNAPSHOT</version>
602             </dependency>
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8520-ietf-acldns</artifactId>
606                 <version>2.0.4-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8520-ietf-mud</artifactId>
611                 <version>2.0.4-SNAPSHOT</version>
612             </dependency>
613
614             <!-- RFC8525 -->
615             <dependency>
616                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
617                 <artifactId>rfc8525</artifactId>
618                 <version>2.0.4-SNAPSHOT</version>
619             </dependency>
620
621             <!-- RFC8528 -->
622             <dependency>
623                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
624                 <artifactId>rfc8528</artifactId>
625                 <version>3.0.4-SNAPSHOT</version>
626             </dependency>
627
628             <!-- RFC8529 -->
629             <dependency>
630                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
631                 <artifactId>rfc8529</artifactId>
632                 <version>3.0.4-SNAPSHOT</version>
633             </dependency>
634
635             <!-- RFC8530 -->
636             <dependency>
637                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
638                 <artifactId>rfc8530</artifactId>
639                 <version>3.0.4-SNAPSHOT</version>
640             </dependency>
641
642             <!-- RFC8542 -->
643             <dependency>
644                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
645                 <artifactId>rfc8542</artifactId>
646                 <version>1.0.4-SNAPSHOT</version>
647             </dependency>
648             <dependency>
649                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
650                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
651                 <version>1.0.4-SNAPSHOT</version>
652             </dependency>
653             <dependency>
654                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
655                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
656                 <version>1.0.4-SNAPSHOT</version>
657             </dependency>
658
659             <!-- draft-clemm-netmod-yang-network-topo-01 -->
660             <!-- FIXME: figure out migration path towads:
661                         RFC8345
662                         RFC8346
663                         draft-ietf-teas-yang-te-topo-15 (?)
664                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
665             <dependency>
666                 <groupId>org.opendaylight.mdsal.model</groupId>
667                 <artifactId>ietf-ted</artifactId>
668                 <version>2013.10.21.17.4-SNAPSHOT</version>
669             </dependency>
670             <dependency>
671                 <groupId>org.opendaylight.mdsal.model</groupId>
672                 <artifactId>ietf-topology</artifactId>
673                 <version>2013.10.21.17.4-SNAPSHOT</version>
674             </dependency>
675             <dependency>
676                 <groupId>org.opendaylight.mdsal.model</groupId>
677                 <artifactId>ietf-topology-isis</artifactId>
678                 <version>2013.10.21.17.4-SNAPSHOT</version>
679             </dependency>
680             <dependency>
681                 <groupId>org.opendaylight.mdsal.model</groupId>
682                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
683                 <version>2013.10.21.17.4-SNAPSHOT</version>
684             </dependency>
685             <dependency>
686                 <groupId>org.opendaylight.mdsal.model</groupId>
687                 <artifactId>ietf-topology-ospf</artifactId>
688                 <version>2013.10.21.17.4-SNAPSHOT</version>
689             </dependency>
690             <dependency>
691                 <groupId>org.opendaylight.mdsal.model</groupId>
692                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
693                 <version>3.0.4-SNAPSHOT</version>
694             </dependency>
695
696             <!-- draft-ietf-netmod-acl-model-07 -->
697             <!-- FIXME: figure out the upgrade path towards
698                         draft-ietf-netmod-acl-model-18 -->
699             <dependency>
700                 <groupId>org.opendaylight.mdsal.model</groupId>
701                 <artifactId>ietf-packet-fields</artifactId>
702                 <version>0.15.4-SNAPSHOT</version>
703             </dependency>
704             <dependency>
705                 <groupId>org.opendaylight.mdsal.model</groupId>
706                 <artifactId>ietf-access-control-list</artifactId>
707                 <version>0.15.4-SNAPSHOT</version>
708             </dependency>
709
710             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
711             <dependency>
712                 <groupId>org.opendaylight.mdsal.model</groupId>
713                 <artifactId>iana-afn-safi</artifactId>
714                 <version>2013.07.04.17.4-SNAPSHOT</version>
715             </dependency>
716
717             <!-- Features -->
718             <dependency>
719                 <groupId>org.opendaylight.mdsal.model</groupId>
720                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
721                 <version>3.0.4-SNAPSHOT</version>
722                 <classifier>features</classifier>
723                 <type>xml</type>
724             </dependency>
725             <dependency>
726                 <groupId>org.opendaylight.mdsal.model</groupId>
727                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
728                 <version>3.0.4-SNAPSHOT</version>
729                 <classifier>features</classifier>
730                 <type>xml</type>
731             </dependency>
732             <dependency>
733                 <groupId>org.opendaylight.mdsal.model</groupId>
734                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
735                 <version>3.0.4-SNAPSHOT</version>
736                 <classifier>features</classifier>
737                 <type>xml</type>
738             </dependency>
739             <dependency>
740                 <groupId>org.opendaylight.mdsal.model</groupId>
741                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
742                 <version>3.0.4-SNAPSHOT</version>
743                 <classifier>features</classifier>
744                 <type>xml</type>
745             </dependency>
746             <dependency>
747                 <groupId>org.opendaylight.mdsal.model</groupId>
748                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
749                 <version>3.0.4-SNAPSHOT</version>
750                 <classifier>features</classifier>
751                 <type>xml</type>
752             </dependency>
753             <dependency>
754                 <groupId>org.opendaylight.mdsal.model</groupId>
755                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
756                 <version>3.0.4-SNAPSHOT</version>
757                 <classifier>features</classifier>
758                 <type>xml</type>
759             </dependency>
760             <dependency>
761                 <groupId>org.opendaylight.mdsal.model</groupId>
762                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
763                 <version>3.0.4-SNAPSHOT</version>
764                 <classifier>features</classifier>
765                 <type>xml</type>
766             </dependency>
767             <dependency>
768                 <groupId>org.opendaylight.mdsal.model</groupId>
769                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
770                 <version>3.0.4-SNAPSHOT</version>
771                 <classifier>features</classifier>
772                 <type>xml</type>
773             </dependency>
774             <dependency>
775                 <groupId>org.opendaylight.mdsal.model</groupId>
776                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
777                 <version>3.0.4-SNAPSHOT</version>
778                 <classifier>features</classifier>
779                 <type>xml</type>
780             </dependency>
781             <dependency>
782                 <groupId>org.opendaylight.mdsal.model</groupId>
783                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
784                 <version>3.0.4-SNAPSHOT</version>
785                 <classifier>features</classifier>
786                 <type>xml</type>
787             </dependency>
788             <dependency>
789                 <groupId>org.opendaylight.mdsal.model</groupId>
790                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
791                 <version>3.0.4-SNAPSHOT</version>
792                 <classifier>features</classifier>
793                 <type>xml</type>
794             </dependency>
795             <dependency>
796                 <groupId>org.opendaylight.mdsal.model</groupId>
797                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
798                 <version>3.0.4-SNAPSHOT</version>
799                 <classifier>features</classifier>
800                 <type>xml</type>
801             </dependency>
802             <dependency>
803                 <groupId>org.opendaylight.mdsal.model</groupId>
804                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
805                 <version>3.0.4-SNAPSHOT</version>
806                 <classifier>features</classifier>
807                 <type>xml</type>
808             </dependency>
809             <dependency>
810                 <groupId>org.opendaylight.mdsal.model</groupId>
811                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
812                 <version>3.0.4-SNAPSHOT</version>
813                 <classifier>features</classifier>
814                 <type>xml</type>
815             </dependency>
816             <dependency>
817                 <groupId>org.opendaylight.mdsal.model</groupId>
818                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
819                 <version>3.0.4-SNAPSHOT</version>
820                 <classifier>features</classifier>
821                 <type>xml</type>
822             </dependency>
823             <dependency>
824                 <groupId>org.opendaylight.mdsal.model</groupId>
825                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
826                 <version>3.0.4-SNAPSHOT</version>
827                 <classifier>features</classifier>
828                 <type>xml</type>
829             </dependency>
830             <dependency>
831                 <groupId>org.opendaylight.mdsal.model</groupId>
832                 <artifactId>odl-mdsal-model-rfc8520</artifactId>
833                 <version>2.0.4-SNAPSHOT</version>
834                 <classifier>features</classifier>
835                 <type>xml</type>
836             </dependency>
837             <dependency>
838                 <groupId>org.opendaylight.mdsal.model</groupId>
839                 <artifactId>odl-mdsal-model-rfc8525</artifactId>
840                 <version>2.0.4-SNAPSHOT</version>
841                 <classifier>features</classifier>
842                 <type>xml</type>
843             </dependency>
844             <dependency>
845                 <groupId>org.opendaylight.mdsal.model</groupId>
846                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
847                 <version>3.0.4-SNAPSHOT</version>
848                 <classifier>features</classifier>
849                 <type>xml</type>
850             </dependency>
851             <dependency>
852                 <groupId>org.opendaylight.mdsal.model</groupId>
853                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
854                 <version>3.0.4-SNAPSHOT</version>
855                 <classifier>features</classifier>
856                 <type>xml</type>
857             </dependency>
858             <dependency>
859                 <groupId>org.opendaylight.mdsal.model</groupId>
860                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
861                 <version>3.0.4-SNAPSHOT</version>
862                 <classifier>features</classifier>
863                 <type>xml</type>
864             </dependency>
865             <dependency>
866                 <groupId>org.opendaylight.mdsal.model</groupId>
867                 <artifactId>odl-mdsal-model-rfc8542</artifactId>
868                 <version>1.0.4-SNAPSHOT</version>
869                 <classifier>features</classifier>
870                 <type>xml</type>
871             </dependency>
872
873             <dependency>
874                 <groupId>org.opendaylight.mdsal.model</groupId>
875                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
876                 <version>3.0.4-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-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
883                 <version>3.0.4-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-draft-ietf-lisp-lcaf-10</artifactId>
890                 <version>3.0.4-SNAPSHOT</version>
891                 <classifier>features</classifier>
892                 <type>xml</type>
893             </dependency>
894             <dependency>
895                 <groupId>org.opendaylight.mdsal.model</groupId>
896                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
897                 <version>3.0.4-SNAPSHOT</version>
898                 <classifier>features</classifier>
899                 <type>xml</type>
900             </dependency>
901             <dependency>
902                 <groupId>org.opendaylight.mdsal.model</groupId>
903                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
904                 <version>3.0.4-SNAPSHOT</version>
905                 <classifier>features</classifier>
906                 <type>xml</type>
907             </dependency>
908             <dependency>
909                 <groupId>org.opendaylight.mdsal.model</groupId>
910                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
911                 <version>3.0.4-SNAPSHOT</version>
912                 <classifier>features</classifier>
913                 <type>xml</type>
914             </dependency>
915
916             <!-- Documentation -->
917             <dependency>
918                 <groupId>org.opendaylight.mdsal</groupId>
919                 <artifactId>mdsal-docs</artifactId>
920                 <version>5.0.4-SNAPSHOT</version>
921             </dependency>
922         </dependencies>
923     </dependencyManagement>
924 </project>