Add datastore benchmark
[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.1</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>6.0.1-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.1-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.1-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.1-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>6.0.1-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>6.0.1-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>6.0.1-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>6.0.1-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-osgi</artifactId>
72                 <version>6.0.1-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>6.0.1-SNAPSHOT</version>
78             </dependency>
79             <dependency>
80                 <groupId>org.opendaylight.mdsal</groupId>
81                 <artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
82                 <version>6.0.1-SNAPSHOT</version>
83                 <scope>test</scope>
84             </dependency>
85
86             <!-- Binding MD-SAL & Java Binding -->
87             <dependency>
88                 <groupId>org.opendaylight.mdsal</groupId>
89                 <artifactId>maven-sal-api-gen-plugin</artifactId>
90                 <version>6.0.1-SNAPSHOT</version>
91             </dependency>
92             <dependency>
93                 <groupId>org.opendaylight.mdsal</groupId>
94                 <artifactId>mdsal-binding-generator-api</artifactId>
95                 <version>6.0.1-SNAPSHOT</version>
96             </dependency>
97             <dependency>
98                 <groupId>org.opendaylight.mdsal</groupId>
99                 <artifactId>mdsal-binding-generator-util</artifactId>
100                 <version>6.0.1-SNAPSHOT</version>
101             </dependency>
102             <dependency>
103                 <groupId>org.opendaylight.mdsal</groupId>
104                 <artifactId>mdsal-binding-generator-impl</artifactId>
105                 <version>6.0.1-SNAPSHOT</version>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.mdsal</groupId>
109                 <artifactId>mdsal-binding-java-api-generator</artifactId>
110                 <version>6.0.1-SNAPSHOT</version>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.mdsal</groupId>
114                 <artifactId>yang-binding</artifactId>
115                 <version>6.0.1-SNAPSHOT</version>
116             </dependency>
117             <dependency>
118                 <groupId>org.opendaylight.mdsal</groupId>
119                 <artifactId>mdsal-binding-spec-util</artifactId>
120                 <version>6.0.1-SNAPSHOT</version>
121             </dependency>
122             <dependency>
123                 <groupId>org.opendaylight.mdsal</groupId>
124                 <artifactId>mdsal-binding-test-model</artifactId>
125                 <version>6.0.1-SNAPSHOT</version>
126                 <scope>test</scope>
127             </dependency>
128
129             <dependency>
130                 <groupId>org.opendaylight.mdsal</groupId>
131                 <artifactId>mdsal-binding-api</artifactId>
132                 <version>6.0.1-SNAPSHOT</version>
133             </dependency>
134             <dependency>
135                 <groupId>org.opendaylight.mdsal</groupId>
136                 <artifactId>mdsal-binding-dom-adapter</artifactId>
137                 <version>6.0.1-SNAPSHOT</version>
138             </dependency>
139             <dependency>
140                 <groupId>org.opendaylight.mdsal</groupId>
141                 <artifactId>mdsal-binding-dom-adapter</artifactId>
142                 <version>6.0.1-SNAPSHOT</version>
143                 <type>test-jar</type>
144                 <scope>test</scope>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.mdsal</groupId>
148                 <artifactId>mdsal-binding-dom-codec-api</artifactId>
149                 <version>6.0.1-SNAPSHOT</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.opendaylight.mdsal</groupId>
153                 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
154                 <version>6.0.1-SNAPSHOT</version>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.mdsal</groupId>
158                 <artifactId>mdsal-binding-dom-codec</artifactId>
159                 <version>6.0.1-SNAPSHOT</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.mdsal</groupId>
163                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
164                 <version>6.0.1-SNAPSHOT</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.mdsal</groupId>
168                 <artifactId>mdsal-binding-runtime-api</artifactId>
169                 <version>6.0.1-SNAPSHOT</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.opendaylight.mdsal</groupId>
173                 <artifactId>mdsal-binding-runtime-spi</artifactId>
174                 <version>6.0.1-SNAPSHOT</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.opendaylight.mdsal</groupId>
178                 <artifactId>mdsal-binding-runtime-osgi</artifactId>
179                 <version>6.0.1-SNAPSHOT</version>
180             </dependency>
181             <dependency>
182                 <groupId>org.opendaylight.mdsal</groupId>
183                 <artifactId>mdsal-binding-spi</artifactId>
184                 <version>6.0.1-SNAPSHOT</version>
185             </dependency>
186             <dependency>
187                 <groupId>org.opendaylight.mdsal</groupId>
188                 <artifactId>mdsal-binding-util</artifactId>
189                 <version>6.0.1-SNAPSHOT</version>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.mdsal</groupId>
193                 <artifactId>mdsal-binding-test-utils</artifactId>
194                 <version>6.0.1-SNAPSHOT</version>
195                 <scope>test</scope>
196             </dependency>
197
198             <dependency>
199                 <groupId>org.opendaylight.mdsal.model</groupId>
200                 <artifactId>yang-ext</artifactId>
201                 <version>2013.09.07.18.1-SNAPSHOT</version>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.mdsal.model</groupId>
205                 <artifactId>general-entity</artifactId>
206                 <version>6.0.1-SNAPSHOT</version>
207             </dependency>
208
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-eos-common-api</artifactId>
212                 <version>6.0.1-SNAPSHOT</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.mdsal</groupId>
216                 <artifactId>mdsal-eos-common-spi</artifactId>
217                 <version>6.0.1-SNAPSHOT</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-eos-dom-api</artifactId>
222                 <version>6.0.1-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-eos-dom-simple</artifactId>
227                 <version>6.0.1-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-eos-binding-api</artifactId>
232                 <version>6.0.1-SNAPSHOT</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-eos-binding-adapter</artifactId>
237                 <version>6.0.1-SNAPSHOT</version>
238             </dependency>
239             <dependency>
240                 <groupId>org.opendaylight.mdsal</groupId>
241                 <artifactId>mdsal-singleton-common-api</artifactId>
242                 <version>6.0.1-SNAPSHOT</version>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.mdsal</groupId>
246                 <artifactId>mdsal-singleton-dom-impl</artifactId>
247                 <version>6.0.1-SNAPSHOT</version>
248             </dependency>
249
250             <dependency>
251                 <groupId>org.opendaylight.mdsal</groupId>
252                 <artifactId>mdsal-trace-api</artifactId>
253                 <version>6.0.1-SNAPSHOT</version>
254             </dependency>
255             <dependency>
256                 <groupId>org.opendaylight.mdsal</groupId>
257                 <artifactId>mdsal-trace-cli</artifactId>
258                 <version>6.0.1-SNAPSHOT</version>
259             </dependency>
260             <dependency>
261                 <groupId>org.opendaylight.mdsal</groupId>
262                 <artifactId>mdsal-trace-impl</artifactId>
263                 <version>6.0.1-SNAPSHOT</version>
264             </dependency>
265
266             <!-- Features -->
267             <!-- BINDING -->
268             <dependency>
269                 <groupId>${project.groupId}</groupId>
270                 <artifactId>odl-mdsal-binding</artifactId>
271                 <version>6.0.1-SNAPSHOT</version>
272                 <classifier>features</classifier>
273                 <type>xml</type>
274             </dependency>
275             <dependency>
276                 <groupId>${project.groupId}</groupId>
277                 <artifactId>odl-mdsal-binding-base</artifactId>
278                 <version>6.0.1-SNAPSHOT</version>
279                 <classifier>features</classifier>
280                 <type>xml</type>
281             </dependency>
282             <dependency>
283                 <groupId>${project.groupId}</groupId>
284                 <artifactId>odl-mdsal-binding-runtime-api</artifactId>
285                 <version>6.0.1-SNAPSHOT</version>
286                 <classifier>features</classifier>
287                 <type>xml</type>
288             </dependency>
289             <dependency>
290                 <groupId>${project.groupId}</groupId>
291                 <artifactId>odl-mdsal-binding-runtime</artifactId>
292                 <version>6.0.1-SNAPSHOT</version>
293                 <classifier>features</classifier>
294                 <type>xml</type>
295             </dependency>
296             <dependency>
297                 <groupId>${project.groupId}</groupId>
298                 <artifactId>odl-mdsal-binding-api</artifactId>
299                 <version>6.0.1-SNAPSHOT</version>
300                 <classifier>features</classifier>
301                 <type>xml</type>
302             </dependency>
303             <dependency>
304                 <groupId>${project.groupId}</groupId>
305                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
306                 <version>6.0.1-SNAPSHOT</version>
307                 <classifier>features</classifier>
308                 <type>xml</type>
309             </dependency>
310
311             <!-- DOM -->
312             <dependency>
313                 <groupId>${project.groupId}</groupId>
314                 <artifactId>odl-mdsal-dom</artifactId>
315                 <version>6.0.1-SNAPSHOT</version>
316                 <classifier>features</classifier>
317                 <type>xml</type>
318             </dependency>
319             <dependency>
320                 <groupId>${project.groupId}</groupId>
321                 <artifactId>odl-mdsal-dom-api</artifactId>
322                 <version>6.0.1-SNAPSHOT</version>
323                 <classifier>features</classifier>
324                 <type>xml</type>
325             </dependency>
326             <dependency>
327                 <groupId>${project.groupId}</groupId>
328                 <artifactId>odl-mdsal-dom-broker</artifactId>
329                 <version>6.0.1-SNAPSHOT</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333
334             <!-- COMMON -->
335             <dependency>
336                 <groupId>${project.groupId}</groupId>
337                 <artifactId>odl-mdsal-common</artifactId>
338                 <version>6.0.1-SNAPSHOT</version>
339                 <classifier>features</classifier>
340                 <type>xml</type>
341             </dependency>
342
343             <!-- EOS -->
344             <dependency>
345                 <groupId>${project.groupId}</groupId>
346                 <artifactId>odl-mdsal-eos-common</artifactId>
347                 <version>6.0.1-SNAPSHOT</version>
348                 <classifier>features</classifier>
349                 <type>xml</type>
350             </dependency>
351             <dependency>
352                 <groupId>${project.groupId}</groupId>
353                 <artifactId>odl-mdsal-eos-dom</artifactId>
354                 <version>6.0.1-SNAPSHOT</version>
355                 <classifier>features</classifier>
356                 <type>xml</type>
357             </dependency>
358             <dependency>
359                 <groupId>${project.groupId}</groupId>
360                 <artifactId>odl-mdsal-eos-binding</artifactId>
361                 <version>6.0.1-SNAPSHOT</version>
362                 <classifier>features</classifier>
363                 <type>xml</type>
364             </dependency>
365
366             <!-- SINGLETON -->
367             <dependency>
368                 <groupId>${project.groupId}</groupId>
369                 <artifactId>odl-mdsal-singleton-common</artifactId>
370                 <version>6.0.1-SNAPSHOT</version>
371                 <classifier>features</classifier>
372                 <type>xml</type>
373             </dependency>
374             <dependency>
375                 <groupId>${project.groupId}</groupId>
376                 <artifactId>odl-mdsal-singleton-dom</artifactId>
377                 <version>6.0.1-SNAPSHOT</version>
378                 <classifier>features</classifier>
379                 <type>xml</type>
380             </dependency>
381
382             <!-- YANG Library -->
383             <dependency>
384                 <groupId>org.opendaylight.mdsal</groupId>
385                 <artifactId>mdsal-yanglib-api</artifactId>
386                 <version>0.11.1-SNAPSHOT</version>
387             </dependency>
388             <dependency>
389                 <groupId>org.opendaylight.mdsal</groupId>
390                 <artifactId>mdsal-yanglib-rfc7895</artifactId>
391                 <version>0.11.1-SNAPSHOT</version>
392             </dependency>
393             <dependency>
394                 <groupId>org.opendaylight.mdsal</groupId>
395                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
396                 <version>0.11.1-SNAPSHOT</version>
397             </dependency>
398             <dependency>
399                 <groupId>${project.groupId}</groupId>
400                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
401                 <version>0.11.1-SNAPSHOT</version>
402                 <classifier>features</classifier>
403                 <type>xml</type>
404             </dependency>
405             <dependency>
406                 <groupId>${project.groupId}</groupId>
407                 <artifactId>odl-mdsal-exp-yanglib-rfc7895</artifactId>
408                 <version>0.11.1-SNAPSHOT</version>
409                 <classifier>features</classifier>
410                 <type>xml</type>
411             </dependency>
412             <dependency>
413                 <groupId>${project.groupId}</groupId>
414                 <artifactId>odl-mdsal-exp-yanglib-rfc8525</artifactId>
415                 <version>0.11.1-SNAPSHOT</version>
416                 <classifier>features</classifier>
417                 <type>xml</type>
418             </dependency>
419
420             <!-- uint24 support -->
421             <dependency>
422                 <groupId>org.opendaylight.mdsal.model</groupId>
423                 <artifactId>odl-uint24</artifactId>
424                 <version>6.0.1-SNAPSHOT</version>
425             </dependency>
426             <dependency>
427                 <groupId>org.opendaylight.mdsal</groupId>
428                 <artifactId>mdsal-uint24-netty</artifactId>
429                 <version>6.0.1-SNAPSHOT</version>
430             </dependency>
431
432             <!-- MODELS -->
433             <dependency>
434                 <groupId>org.opendaylight.mdsal.model</groupId>
435                 <artifactId>opendaylight-l2-types</artifactId>
436                 <version>2013.08.27.18.1-SNAPSHOT</version>
437             </dependency>
438
439             <!-- RFC6991 -->
440             <dependency>
441                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
442                 <artifactId>rfc6991</artifactId>
443                 <version>6.0.1-SNAPSHOT</version>
444             </dependency>
445             <dependency>
446                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
447                 <artifactId>rfc6991-ietf-inet-types</artifactId>
448                 <version>6.0.1-SNAPSHOT</version>
449             </dependency>
450             <dependency>
451                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
452                 <artifactId>rfc6991-ietf-yang-types</artifactId>
453                 <version>6.0.1-SNAPSHOT</version>
454             </dependency>
455             <dependency>
456                 <groupId>org.opendaylight.mdsal.model</groupId>
457                 <artifactId>ietf-type-util</artifactId>
458                 <version>6.0.1-SNAPSHOT</version>
459             </dependency>
460
461             <!-- RFC7223 -->
462             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
463             <dependency>
464                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
465                 <artifactId>rfc7223</artifactId>
466                 <version>6.0.1-SNAPSHOT</version>
467             </dependency>
468
469             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
470             <dependency>
471                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
472                 <artifactId>iana-if-type</artifactId>
473                 <version>6.0.1-SNAPSHOT</version>
474             </dependency>
475
476             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
479                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
480                 <version>6.0.1-SNAPSHOT</version>
481             </dependency>
482
483             <!-- RFC7277 -->
484             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
485             <dependency>
486                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
487                 <artifactId>rfc7277</artifactId>
488                 <version>6.0.1-SNAPSHOT</version>
489             </dependency>
490
491             <!-- RFC7895 -->
492             <!-- FIXME: upgrade this to RFC8525 (2019-01-04, NMDA) -->
493             <dependency>
494                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
495                 <artifactId>rfc7895</artifactId>
496                 <version>6.0.1-SNAPSHOT</version>
497             </dependency>
498
499             <!-- RFC7952 -->
500             <dependency>
501                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
502                 <artifactId>rfc7952</artifactId>
503                 <version>6.0.1-SNAPSHOT</version>
504             </dependency>
505
506             <!-- RFC8294 -->
507             <dependency>
508                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
509                 <artifactId>rfc8294</artifactId>
510                 <version>6.0.1-SNAPSHOT</version>
511             </dependency>
512             <dependency>
513                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
514                 <artifactId>rfc8294-ietf-routing-types</artifactId>
515                 <version>6.0.1-SNAPSHOT</version>
516             </dependency>
517             <dependency>
518                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
519                 <artifactId>iana-routing-types</artifactId>
520                 <version>6.0.1-SNAPSHOT</version>
521             </dependency>
522
523             <!-- RFC8342 -->
524             <dependency>
525                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
526                 <artifactId>rfc8342</artifactId>
527                 <version>6.0.1-SNAPSHOT</version>
528             </dependency>
529             <dependency>
530                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
531                 <artifactId>rfc8342-ietf-datastores</artifactId>
532                 <version>6.0.1-SNAPSHOT</version>
533             </dependency>
534             <dependency>
535                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
536                 <artifactId>rfc8342-ietf-origin</artifactId>
537                 <version>6.0.1-SNAPSHOT</version>
538             </dependency>
539
540             <!-- RFC8343 -->
541             <dependency>
542                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
543                 <artifactId>rfc8343</artifactId>
544                 <version>6.0.1-SNAPSHOT</version>
545             </dependency>
546
547             <!-- RFC8344 -->
548             <dependency>
549                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
550                 <artifactId>rfc8344</artifactId>
551                 <version>6.0.1-SNAPSHOT</version>
552             </dependency>
553
554             <!-- RFC8345 -->
555             <dependency>
556                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
557                 <artifactId>rfc8345</artifactId>
558                 <version>6.0.1-SNAPSHOT</version>
559             </dependency>
560             <dependency>
561                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
562                 <artifactId>rfc8345-ietf-network</artifactId>
563                 <version>6.0.1-SNAPSHOT</version>
564             </dependency>
565             <dependency>
566                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
567                 <artifactId>rfc8345-ietf-network-state</artifactId>
568                 <version>6.0.1-SNAPSHOT</version>
569             </dependency>
570             <dependency>
571                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
572                 <artifactId>rfc8345-ietf-network-topology</artifactId>
573                 <version>6.0.1-SNAPSHOT</version>
574             </dependency>
575             <dependency>
576                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
577                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
578                 <version>6.0.1-SNAPSHOT</version>
579             </dependency>
580
581             <!-- RFC8348 -->
582             <dependency>
583                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
584                 <artifactId>rfc8348</artifactId>
585                 <version>6.0.1-SNAPSHOT</version>
586             </dependency>
587             <dependency>
588                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
589                 <artifactId>rfc8348-ietf-hardware</artifactId>
590                 <version>6.0.1-SNAPSHOT</version>
591             </dependency>
592             <dependency>
593                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
594                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
595                 <version>6.0.1-SNAPSHOT</version>
596             </dependency>
597             <dependency>
598                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
599                 <artifactId>iana-hardware</artifactId>
600                 <version>6.0.1-SNAPSHOT</version>
601             </dependency>
602
603             <!-- RFC8349 -->
604             <dependency>
605                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
606                 <artifactId>rfc8349</artifactId>
607                 <version>6.0.1-SNAPSHOT</version>
608             </dependency>
609             <dependency>
610                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
611                 <artifactId>rfc8349-ietf-routing</artifactId>
612                 <version>6.0.1-SNAPSHOT</version>
613             </dependency>
614             <dependency>
615                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
616                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
617                 <version>6.0.1-SNAPSHOT</version>
618             </dependency>
619             <dependency>
620                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
621                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
622                 <version>6.0.1-SNAPSHOT</version>
623             </dependency>
624
625             <!-- RFC8519 -->
626             <dependency>
627                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
628                 <artifactId>rfc8519</artifactId>
629                 <version>6.0.1-SNAPSHOT</version>
630             </dependency>
631             <dependency>
632                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
633                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
634                 <version>6.0.1-SNAPSHOT</version>
635             </dependency>
636             <dependency>
637                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
638                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
639                 <version>6.0.1-SNAPSHOT</version>
640             </dependency>
641             <dependency>
642                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
643                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
644                 <version>6.0.1-SNAPSHOT</version>
645             </dependency>
646
647             <!-- RFC8520 -->
648             <dependency>
649                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
650                 <artifactId>rfc8520</artifactId>
651                 <version>6.0.1-SNAPSHOT</version>
652             </dependency>
653             <dependency>
654                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
655                 <artifactId>rfc8520-ietf-acldns</artifactId>
656                 <version>6.0.1-SNAPSHOT</version>
657             </dependency>
658             <dependency>
659                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
660                 <artifactId>rfc8520-ietf-mud</artifactId>
661                 <version>6.0.1-SNAPSHOT</version>
662             </dependency>
663
664             <!-- RFC8525 -->
665             <dependency>
666                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
667                 <artifactId>rfc8525</artifactId>
668                 <version>6.0.1-SNAPSHOT</version>
669             </dependency>
670
671             <!-- RFC8528 -->
672             <dependency>
673                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
674                 <artifactId>rfc8528</artifactId>
675                 <version>6.0.1-SNAPSHOT</version>
676             </dependency>
677
678             <!-- RFC8529 -->
679             <dependency>
680                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
681                 <artifactId>rfc8529</artifactId>
682                 <version>6.0.1-SNAPSHOT</version>
683             </dependency>
684
685             <!-- RFC8530 -->
686             <dependency>
687                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
688                 <artifactId>rfc8530</artifactId>
689                 <version>6.0.1-SNAPSHOT</version>
690             </dependency>
691
692             <!-- RFC8542 -->
693             <dependency>
694                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
695                 <artifactId>rfc8542</artifactId>
696                 <version>6.0.1-SNAPSHOT</version>
697             </dependency>
698             <dependency>
699                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
700                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
701                 <version>6.0.1-SNAPSHOT</version>
702             </dependency>
703             <dependency>
704                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
705                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
706                 <version>6.0.1-SNAPSHOT</version>
707             </dependency>
708
709             <!-- draft-clemm-netmod-yang-network-topo-01 -->
710             <!-- FIXME: figure out migration path towads:
711                         RFC8345
712                         RFC8346
713                         draft-ietf-teas-yang-te-topo-15 (?)
714                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
715             <dependency>
716                 <groupId>org.opendaylight.mdsal.model</groupId>
717                 <artifactId>ietf-ted</artifactId>
718                 <version>2013.10.21.18.1-SNAPSHOT</version>
719             </dependency>
720             <dependency>
721                 <groupId>org.opendaylight.mdsal.model</groupId>
722                 <artifactId>ietf-topology</artifactId>
723                 <version>2013.10.21.18.1-SNAPSHOT</version>
724             </dependency>
725             <dependency>
726                 <groupId>org.opendaylight.mdsal.model</groupId>
727                 <artifactId>ietf-topology-isis</artifactId>
728                 <version>2013.10.21.18.1-SNAPSHOT</version>
729             </dependency>
730             <dependency>
731                 <groupId>org.opendaylight.mdsal.model</groupId>
732                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
733                 <version>2013.10.21.18.1-SNAPSHOT</version>
734             </dependency>
735             <dependency>
736                 <groupId>org.opendaylight.mdsal.model</groupId>
737                 <artifactId>ietf-topology-ospf</artifactId>
738                 <version>2013.10.21.18.1-SNAPSHOT</version>
739             </dependency>
740
741             <!-- Features -->
742             <dependency>
743                 <groupId>org.opendaylight.mdsal.model</groupId>
744                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
745                 <version>6.0.1-SNAPSHOT</version>
746                 <classifier>features</classifier>
747                 <type>xml</type>
748             </dependency>
749             <dependency>
750                 <groupId>org.opendaylight.mdsal.model</groupId>
751                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
752                 <version>6.0.1-SNAPSHOT</version>
753                 <classifier>features</classifier>
754                 <type>xml</type>
755             </dependency>
756             <dependency>
757                 <groupId>org.opendaylight.mdsal.model</groupId>
758                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
759                 <version>6.0.1-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-rfc7277</artifactId>
766                 <version>6.0.1-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-rfc7895</artifactId>
773                 <version>6.0.1-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-rfc7952</artifactId>
780                 <version>6.0.1-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-rfc8294</artifactId>
787                 <version>6.0.1-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-rfc8342</artifactId>
794                 <version>6.0.1-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-rfc8343</artifactId>
801                 <version>6.0.1-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-rfc8344</artifactId>
808                 <version>6.0.1-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-rfc8345</artifactId>
815                 <version>6.0.1-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-rfc8345-non-nmda</artifactId>
822                 <version>6.0.1-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-rfc8348</artifactId>
829                 <version>6.0.1-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-rfc8348-non-nmda</artifactId>
836                 <version>6.0.1-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-rfc8349</artifactId>
843                 <version>6.0.1-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-rfc8519</artifactId>
850                 <version>6.0.1-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-rfc8520</artifactId>
857                 <version>6.0.1-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-rfc8525</artifactId>
864                 <version>6.0.1-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-rfc8528</artifactId>
871                 <version>6.0.1-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-rfc8529</artifactId>
878                 <version>6.0.1-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-rfc8530</artifactId>
885                 <version>6.0.1-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-rfc8542</artifactId>
892                 <version>6.0.1-SNAPSHOT</version>
893                 <classifier>features</classifier>
894                 <type>xml</type>
895             </dependency>
896
897             <dependency>
898                 <groupId>org.opendaylight.mdsal.model</groupId>
899                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
900                 <version>6.0.1-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-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
907                 <version>6.0.1-SNAPSHOT</version>
908                 <classifier>features</classifier>
909                 <type>xml</type>
910             </dependency>
911             <dependency>
912                 <groupId>org.opendaylight.mdsal.model</groupId>
913                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
914                 <version>6.0.1-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-odl-uint24</artifactId>
921                 <version>6.0.1-SNAPSHOT</version>
922                 <classifier>features</classifier>
923                 <type>xml</type>
924             </dependency>
925             <dependency>
926                 <groupId>org.opendaylight.mdsal</groupId>
927                 <artifactId>odl-mdsal-uint24-netty</artifactId>
928                 <version>6.0.1-SNAPSHOT</version>
929                 <classifier>features</classifier>
930                 <type>xml</type>
931             </dependency>
932
933             <!-- Documentation -->
934             <dependency>
935                 <groupId>org.opendaylight.mdsal</groupId>
936                 <artifactId>mdsal-docs</artifactId>
937                 <version>6.0.1-SNAPSHOT</version>
938             </dependency>
939         </dependencies>
940     </dependencyManagement>
941 </project>