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