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