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