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