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