Split out mdsal-binding-runtime-{api,spi}
[mdsal.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14       <groupId>org.opendaylight.odlparent</groupId>
15       <artifactId>odlparent-lite</artifactId>
16       <version>6.0.5</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>6.0.0-SNAPSHOT</version>
23     <packaging>pom</packaging>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>org.opendaylight.mdsal</groupId>
29                 <artifactId>features-mdsal</artifactId>
30                 <classifier>features</classifier>
31                 <version>6.0.0-SNAPSHOT</version>
32                 <type>xml</type>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.mdsal</groupId>
36                 <artifactId>features-mdsal-experimental</artifactId>
37                 <classifier>features</classifier>
38                 <version>6.0.0-SNAPSHOT</version>
39                 <type>xml</type>
40             </dependency>
41
42             <!-- Common APIs for Binding and DOM -->
43             <dependency>
44                 <groupId>org.opendaylight.mdsal</groupId>
45                 <artifactId>mdsal-common-api</artifactId>
46                 <version>6.0.0-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>6.0.0-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>6.0.0-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>6.0.0-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>6.0.0-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>6.0.0-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>6.0.0-SNAPSHOT</version>
78             </dependency>
79
80             <!-- Binding MD-SAL & Java Binding -->
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>maven-sal-api-gen-plugin</artifactId>
84                 <version>6.0.0-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>6.0.0-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>6.0.0-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>6.0.0-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>6.0.0-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>6.0.0-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>6.0.0-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>6.0.0-SNAPSHOT</version>
120                 <scope>test</scope>
121             </dependency>
122
123             <dependency>
124                 <groupId>org.opendaylight.mdsal</groupId>
125                 <artifactId>mdsal-binding-api</artifactId>
126                 <version>6.0.0-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>6.0.0-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>6.0.0-SNAPSHOT</version>
137                 <type>test-jar</type>
138                 <scope>test</scope>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.mdsal</groupId>
142                 <artifactId>mdsal-binding-dom-codec-api</artifactId>
143                 <version>6.0.0-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
148                 <version>6.0.0-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-dom-codec</artifactId>
153                 <version>6.0.0-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
158                 <version>6.0.0-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-runtime-api</artifactId>
163                 <version>6.0.0-SNAPSHOT</version>
164             </dependency>
165             <dependency>
166                 <groupId>org.opendaylight.mdsal</groupId>
167                 <artifactId>mdsal-binding-runtime-spi</artifactId>
168                 <version>6.0.0-SNAPSHOT</version>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.mdsal</groupId>
172                 <artifactId>mdsal-binding-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</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-api</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-dom-adapter</artifactId>
288                 <version>6.0.0-SNAPSHOT</version>
289                 <classifier>features</classifier>
290                 <type>xml</type>
291             </dependency>
292
293             <!-- DOM -->
294             <dependency>
295                 <groupId>${project.groupId}</groupId>
296                 <artifactId>odl-mdsal-dom</artifactId>
297                 <version>6.0.0-SNAPSHOT</version>
298                 <classifier>features</classifier>
299                 <type>xml</type>
300             </dependency>
301             <dependency>
302                 <groupId>${project.groupId}</groupId>
303                 <artifactId>odl-mdsal-dom-api</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-broker</artifactId>
311                 <version>6.0.0-SNAPSHOT</version>
312                 <classifier>features</classifier>
313                 <type>xml</type>
314             </dependency>
315
316             <!-- COMMON -->
317             <dependency>
318                 <groupId>${project.groupId}</groupId>
319                 <artifactId>odl-mdsal-common</artifactId>
320                 <version>6.0.0-SNAPSHOT</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324
325             <!-- EOS -->
326             <dependency>
327                 <groupId>${project.groupId}</groupId>
328                 <artifactId>odl-mdsal-eos-common</artifactId>
329                 <version>6.0.0-SNAPSHOT</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333             <dependency>
334                 <groupId>${project.groupId}</groupId>
335                 <artifactId>odl-mdsal-eos-dom</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-binding</artifactId>
343                 <version>6.0.0-SNAPSHOT</version>
344                 <classifier>features</classifier>
345                 <type>xml</type>
346             </dependency>
347
348             <!-- SINGLETON -->
349             <dependency>
350                 <groupId>${project.groupId}</groupId>
351                 <artifactId>odl-mdsal-singleton-common</artifactId>
352                 <version>6.0.0-SNAPSHOT</version>
353                 <classifier>features</classifier>
354                 <type>xml</type>
355             </dependency>
356             <dependency>
357                 <groupId>${project.groupId}</groupId>
358                 <artifactId>odl-mdsal-singleton-dom</artifactId>
359                 <version>6.0.0-SNAPSHOT</version>
360                 <classifier>features</classifier>
361                 <type>xml</type>
362             </dependency>
363
364             <!-- YANG Library -->
365             <dependency>
366                 <groupId>org.opendaylight.mdsal</groupId>
367                 <artifactId>mdsal-yanglib-api</artifactId>
368                 <version>0.11.0-SNAPSHOT</version>
369             </dependency>
370             <dependency>
371                 <groupId>org.opendaylight.mdsal</groupId>
372                 <artifactId>mdsal-yanglib-rfc7895</artifactId>
373                 <version>0.11.0-SNAPSHOT</version>
374             </dependency>
375             <dependency>
376                 <groupId>org.opendaylight.mdsal</groupId>
377                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
378                 <version>0.11.0-SNAPSHOT</version>
379             </dependency>
380             <dependency>
381                 <groupId>${project.groupId}</groupId>
382                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
383                 <version>0.11.0-SNAPSHOT</version>
384                 <classifier>features</classifier>
385                 <type>xml</type>
386             </dependency>
387             <dependency>
388                 <groupId>${project.groupId}</groupId>
389                 <artifactId>odl-mdsal-exp-yanglib-rfc7895</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-rfc8525</artifactId>
397                 <version>0.11.0-SNAPSHOT</version>
398                 <classifier>features</classifier>
399                 <type>xml</type>
400             </dependency>
401
402             <!-- uint24 support -->
403             <dependency>
404                 <groupId>org.opendaylight.mdsal.model</groupId>
405                 <artifactId>odl-uint24</artifactId>
406                 <version>6.0.0-SNAPSHOT</version>
407             </dependency>
408             <dependency>
409                 <groupId>org.opendaylight.mdsal</groupId>
410                 <artifactId>mdsal-uint24-netty</artifactId>
411                 <version>6.0.0-SNAPSHOT</version>
412             </dependency>
413
414             <!-- MODELS -->
415             <dependency>
416                 <groupId>org.opendaylight.mdsal.model</groupId>
417                 <artifactId>opendaylight-l2-types</artifactId>
418                 <version>2013.08.27.18.0-SNAPSHOT</version>
419             </dependency>
420
421             <!-- RFC6991 -->
422             <dependency>
423                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
424                 <artifactId>rfc6991</artifactId>
425                 <version>6.0.0-SNAPSHOT</version>
426             </dependency>
427             <dependency>
428                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
429                 <artifactId>rfc6991-ietf-inet-types</artifactId>
430                 <version>6.0.0-SNAPSHOT</version>
431             </dependency>
432             <dependency>
433                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
434                 <artifactId>rfc6991-ietf-yang-types</artifactId>
435                 <version>6.0.0-SNAPSHOT</version>
436             </dependency>
437             <dependency>
438                 <groupId>org.opendaylight.mdsal.model</groupId>
439                 <artifactId>ietf-type-util</artifactId>
440                 <version>6.0.0-SNAPSHOT</version>
441             </dependency>
442
443             <!-- RFC7223 -->
444             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
445             <dependency>
446                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
447                 <artifactId>rfc7223</artifactId>
448                 <version>6.0.0-SNAPSHOT</version>
449             </dependency>
450
451             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
452             <dependency>
453                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
454                 <artifactId>iana-if-type</artifactId>
455                 <version>6.0.0-SNAPSHOT</version>
456             </dependency>
457
458             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
459             <dependency>
460                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
461                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
462                 <version>6.0.0-SNAPSHOT</version>
463             </dependency>
464
465             <!-- RFC7277 -->
466             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc7277</artifactId>
470                 <version>6.0.0-SNAPSHOT</version>
471             </dependency>
472
473             <!-- RFC7895 -->
474             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
475             <dependency>
476                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
477                 <artifactId>rfc7895</artifactId>
478                 <version>6.0.0-SNAPSHOT</version>
479             </dependency>
480
481             <!-- RFC7952 -->
482             <dependency>
483                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
484                 <artifactId>rfc7952</artifactId>
485                 <version>6.0.0-SNAPSHOT</version>
486             </dependency>
487
488             <!-- RFC8294 -->
489             <dependency>
490                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
491                 <artifactId>rfc8294</artifactId>
492                 <version>6.0.0-SNAPSHOT</version>
493             </dependency>
494             <dependency>
495                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
496                 <artifactId>rfc8294-ietf-routing-types</artifactId>
497                 <version>6.0.0-SNAPSHOT</version>
498             </dependency>
499             <dependency>
500                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
501                 <artifactId>iana-routing-types</artifactId>
502                 <version>6.0.0-SNAPSHOT</version>
503             </dependency>
504
505             <!-- RFC8342 -->
506             <dependency>
507                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
508                 <artifactId>rfc8342</artifactId>
509                 <version>6.0.0-SNAPSHOT</version>
510             </dependency>
511             <dependency>
512                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
513                 <artifactId>rfc8342-ietf-datastores</artifactId>
514                 <version>6.0.0-SNAPSHOT</version>
515             </dependency>
516             <dependency>
517                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
518                 <artifactId>rfc8342-ietf-origin</artifactId>
519                 <version>6.0.0-SNAPSHOT</version>
520             </dependency>
521
522             <!-- RFC8343 -->
523             <dependency>
524                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
525                 <artifactId>rfc8343</artifactId>
526                 <version>6.0.0-SNAPSHOT</version>
527             </dependency>
528
529             <!-- RFC8344 -->
530             <dependency>
531                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
532                 <artifactId>rfc8344</artifactId>
533                 <version>6.0.0-SNAPSHOT</version>
534             </dependency>
535
536             <!-- RFC8345 -->
537             <dependency>
538                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
539                 <artifactId>rfc8345</artifactId>
540                 <version>6.0.0-SNAPSHOT</version>
541             </dependency>
542             <dependency>
543                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
544                 <artifactId>rfc8345-ietf-network</artifactId>
545                 <version>6.0.0-SNAPSHOT</version>
546             </dependency>
547             <dependency>
548                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
549                 <artifactId>rfc8345-ietf-network-state</artifactId>
550                 <version>6.0.0-SNAPSHOT</version>
551             </dependency>
552             <dependency>
553                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
554                 <artifactId>rfc8345-ietf-network-topology</artifactId>
555                 <version>6.0.0-SNAPSHOT</version>
556             </dependency>
557             <dependency>
558                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
559                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
560                 <version>6.0.0-SNAPSHOT</version>
561             </dependency>
562
563             <!-- RFC8348 -->
564             <dependency>
565                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
566                 <artifactId>rfc8348</artifactId>
567                 <version>6.0.0-SNAPSHOT</version>
568             </dependency>
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8348-ietf-hardware</artifactId>
572                 <version>6.0.0-SNAPSHOT</version>
573             </dependency>
574             <dependency>
575                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
576                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
577                 <version>6.0.0-SNAPSHOT</version>
578             </dependency>
579             <dependency>
580                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
581                 <artifactId>iana-hardware</artifactId>
582                 <version>6.0.0-SNAPSHOT</version>
583             </dependency>
584
585             <!-- RFC8349 -->
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8349</artifactId>
589                 <version>6.0.0-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8349-ietf-routing</artifactId>
594                 <version>6.0.0-SNAPSHOT</version>
595             </dependency>
596             <dependency>
597                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
598                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
599                 <version>6.0.0-SNAPSHOT</version>
600             </dependency>
601             <dependency>
602                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
603                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
604                 <version>6.0.0-SNAPSHOT</version>
605             </dependency>
606
607             <!-- RFC8519 -->
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8519</artifactId>
611                 <version>6.0.0-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
616                 <version>6.0.0-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
620                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
621                 <version>6.0.0-SNAPSHOT</version>
622             </dependency>
623             <dependency>
624                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
625                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
626                 <version>6.0.0-SNAPSHOT</version>
627             </dependency>
628
629             <!-- RFC8520 -->
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8520</artifactId>
633                 <version>6.0.0-SNAPSHOT</version>
634             </dependency>
635             <dependency>
636                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
637                 <artifactId>rfc8520-ietf-acldns</artifactId>
638                 <version>6.0.0-SNAPSHOT</version>
639             </dependency>
640             <dependency>
641                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
642                 <artifactId>rfc8520-ietf-mud</artifactId>
643                 <version>6.0.0-SNAPSHOT</version>
644             </dependency>
645
646             <!-- RFC8525 -->
647             <dependency>
648                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
649                 <artifactId>rfc8525</artifactId>
650                 <version>6.0.0-SNAPSHOT</version>
651             </dependency>
652
653             <!-- RFC8528 -->
654             <dependency>
655                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
656                 <artifactId>rfc8528</artifactId>
657                 <version>6.0.0-SNAPSHOT</version>
658             </dependency>
659
660             <!-- RFC8529 -->
661             <dependency>
662                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
663                 <artifactId>rfc8529</artifactId>
664                 <version>6.0.0-SNAPSHOT</version>
665             </dependency>
666
667             <!-- RFC8530 -->
668             <dependency>
669                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
670                 <artifactId>rfc8530</artifactId>
671                 <version>6.0.0-SNAPSHOT</version>
672             </dependency>
673
674             <!-- RFC8542 -->
675             <dependency>
676                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
677                 <artifactId>rfc8542</artifactId>
678                 <version>6.0.0-SNAPSHOT</version>
679             </dependency>
680             <dependency>
681                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
682                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
683                 <version>6.0.0-SNAPSHOT</version>
684             </dependency>
685             <dependency>
686                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
687                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
688                 <version>6.0.0-SNAPSHOT</version>
689             </dependency>
690
691             <!-- draft-clemm-netmod-yang-network-topo-01 -->
692             <!-- FIXME: figure out migration path towads:
693                         RFC8345
694                         RFC8346
695                         draft-ietf-teas-yang-te-topo-15 (?)
696                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
697             <dependency>
698                 <groupId>org.opendaylight.mdsal.model</groupId>
699                 <artifactId>ietf-ted</artifactId>
700                 <version>2013.10.21.18.0-SNAPSHOT</version>
701             </dependency>
702             <dependency>
703                 <groupId>org.opendaylight.mdsal.model</groupId>
704                 <artifactId>ietf-topology</artifactId>
705                 <version>2013.10.21.18.0-SNAPSHOT</version>
706             </dependency>
707             <dependency>
708                 <groupId>org.opendaylight.mdsal.model</groupId>
709                 <artifactId>ietf-topology-isis</artifactId>
710                 <version>2013.10.21.18.0-SNAPSHOT</version>
711             </dependency>
712             <dependency>
713                 <groupId>org.opendaylight.mdsal.model</groupId>
714                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
715                 <version>2013.10.21.18.0-SNAPSHOT</version>
716             </dependency>
717             <dependency>
718                 <groupId>org.opendaylight.mdsal.model</groupId>
719                 <artifactId>ietf-topology-ospf</artifactId>
720                 <version>2013.10.21.18.0-SNAPSHOT</version>
721             </dependency>
722             <dependency>
723                 <groupId>org.opendaylight.mdsal.model</groupId>
724                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
725                 <version>6.0.0-SNAPSHOT</version>
726             </dependency>
727
728             <!-- draft-ietf-netmod-acl-model-07 -->
729             <!-- FIXME: figure out the upgrade path towards
730                         draft-ietf-netmod-acl-model-18 -->
731             <dependency>
732                 <groupId>org.opendaylight.mdsal.model</groupId>
733                 <artifactId>ietf-packet-fields</artifactId>
734                 <version>0.16.0-SNAPSHOT</version>
735             </dependency>
736             <dependency>
737                 <groupId>org.opendaylight.mdsal.model</groupId>
738                 <artifactId>ietf-access-control-list</artifactId>
739                 <version>0.16.0-SNAPSHOT</version>
740             </dependency>
741
742             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
743             <dependency>
744                 <groupId>org.opendaylight.mdsal.model</groupId>
745                 <artifactId>iana-afn-safi</artifactId>
746                 <version>2013.07.04.18.0-SNAPSHOT</version>
747             </dependency>
748
749             <!-- Features -->
750             <dependency>
751                 <groupId>org.opendaylight.mdsal.model</groupId>
752                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
753                 <version>6.0.0-SNAPSHOT</version>
754                 <classifier>features</classifier>
755                 <type>xml</type>
756             </dependency>
757             <dependency>
758                 <groupId>org.opendaylight.mdsal.model</groupId>
759                 <artifactId>odl-mdsal-model-rfc7223</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-rfc7224</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-rfc7277</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-rfc7895</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-rfc7952</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-rfc8294</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-rfc8342</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-rfc8343</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-rfc8344</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-rfc8345</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-non-nmda</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-rfc8348</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-non-nmda</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-rfc8349</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-rfc8519</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-rfc8520</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-rfc8525</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-rfc8528</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-rfc8529</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-rfc8530</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-rfc8542</artifactId>
900                 <version>6.0.0-SNAPSHOT</version>
901                 <classifier>features</classifier>
902                 <type>xml</type>
903             </dependency>
904
905             <dependency>
906                 <groupId>org.opendaylight.mdsal.model</groupId>
907                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
908                 <version>6.0.0-SNAPSHOT</version>
909                 <classifier>features</classifier>
910                 <type>xml</type>
911             </dependency>
912             <dependency>
913                 <groupId>org.opendaylight.mdsal.model</groupId>
914                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</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-ietf-lisp-lcaf-10</artifactId>
922                 <version>6.0.0-SNAPSHOT</version>
923                 <classifier>features</classifier>
924                 <type>xml</type>
925             </dependency>
926             <dependency>
927                 <groupId>org.opendaylight.mdsal.model</groupId>
928                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
929                 <version>6.0.0-SNAPSHOT</version>
930                 <classifier>features</classifier>
931                 <type>xml</type>
932             </dependency>
933             <dependency>
934                 <groupId>org.opendaylight.mdsal.model</groupId>
935                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
936                 <version>6.0.0-SNAPSHOT</version>
937                 <classifier>features</classifier>
938                 <type>xml</type>
939             </dependency>
940             <dependency>
941                 <groupId>org.opendaylight.mdsal.model</groupId>
942                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
943                 <version>6.0.0-SNAPSHOT</version>
944                 <classifier>features</classifier>
945                 <type>xml</type>
946             </dependency>
947             <dependency>
948                 <groupId>org.opendaylight.mdsal.model</groupId>
949                 <artifactId>odl-mdsal-model-odl-uint24</artifactId>
950                 <version>6.0.0-SNAPSHOT</version>
951                 <classifier>features</classifier>
952                 <type>xml</type>
953             </dependency>
954             <dependency>
955                 <groupId>org.opendaylight.mdsal</groupId>
956                 <artifactId>odl-mdsal-uint24-netty</artifactId>
957                 <version>6.0.0-SNAPSHOT</version>
958                 <classifier>features</classifier>
959                 <type>xml</type>
960             </dependency>
961
962             <!-- Documentation -->
963             <dependency>
964                 <groupId>org.opendaylight.mdsal</groupId>
965                 <artifactId>mdsal-docs</artifactId>
966                 <version>6.0.0-SNAPSHOT</version>
967             </dependency>
968         </dependencies>
969     </dependencyManagement>
970 </project>