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