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