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>12.0.0</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>11.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>11.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>11.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>11.0.0-SNAPSHOT</version>
47             </dependency>
48
49             <dependency>
50                 <groupId>org.opendaylight.mdsal</groupId>
51                 <artifactId>mdsal-dom-api</artifactId>
52                 <version>11.0.0-SNAPSHOT</version>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-spi</artifactId>
57                 <version>11.0.0-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-broker</artifactId>
62                 <version>11.0.0-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-schema-osgi</artifactId>
67                 <version>11.0.0-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
72                 <version>11.0.0-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
77                 <version>11.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>11.0.0-SNAPSHOT</version>
86             </dependency>
87             <dependency>
88                 <groupId>org.opendaylight.mdsal</groupId>
89                 <artifactId>mdsal-binding-model-ri</artifactId>
90                 <version>11.0.0-SNAPSHOT</version>
91             </dependency>
92             <dependency>
93                 <groupId>org.opendaylight.mdsal</groupId>
94                 <artifactId>mdsal-binding-generator</artifactId>
95                 <version>11.0.0-SNAPSHOT</version>
96             </dependency>
97             <dependency>
98                 <groupId>org.opendaylight.mdsal</groupId>
99                 <artifactId>mdsal-binding-java-api-generator</artifactId>
100                 <version>11.0.0-SNAPSHOT</version>
101             </dependency>
102             <dependency>
103                 <groupId>org.opendaylight.mdsal</groupId>
104                 <artifactId>yang-binding</artifactId>
105                 <version>11.0.0-SNAPSHOT</version>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.mdsal</groupId>
109                 <artifactId>mdsal-binding-spec-util</artifactId>
110                 <version>11.0.0-SNAPSHOT</version>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.mdsal</groupId>
114                 <artifactId>mdsal-binding-test-model</artifactId>
115                 <version>11.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>11.0.0-SNAPSHOT</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.opendaylight.mdsal</groupId>
126                 <artifactId>mdsal-binding-dom-adapter</artifactId>
127                 <version>11.0.0-SNAPSHOT</version>
128             </dependency>
129             <dependency>
130                 <groupId>org.opendaylight.mdsal</groupId>
131                 <artifactId>mdsal-binding-dom-adapter</artifactId>
132                 <version>11.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>11.0.0-SNAPSHOT</version>
140             </dependency>
141             <dependency>
142                 <groupId>org.opendaylight.mdsal</groupId>
143                 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
144                 <version>11.0.0-SNAPSHOT</version>
145             </dependency>
146             <dependency>
147                 <groupId>org.opendaylight.mdsal</groupId>
148                 <artifactId>mdsal-binding-dom-codec</artifactId>
149                 <version>11.0.0-SNAPSHOT</version>
150             </dependency>
151             <dependency>
152                 <groupId>org.opendaylight.mdsal</groupId>
153                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
154                 <version>11.0.0-SNAPSHOT</version>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.mdsal</groupId>
158                 <artifactId>mdsal-binding-runtime-api</artifactId>
159                 <version>11.0.0-SNAPSHOT</version>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.mdsal</groupId>
163                 <artifactId>mdsal-binding-runtime-spi</artifactId>
164                 <version>11.0.0-SNAPSHOT</version>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.mdsal</groupId>
168                 <artifactId>mdsal-binding-runtime-osgi</artifactId>
169                 <version>11.0.0-SNAPSHOT</version>
170             </dependency>
171             <dependency>
172                 <groupId>org.opendaylight.mdsal</groupId>
173                 <artifactId>mdsal-binding-spi</artifactId>
174                 <version>11.0.0-SNAPSHOT</version>
175             </dependency>
176             <dependency>
177                 <groupId>org.opendaylight.mdsal</groupId>
178                 <artifactId>mdsal-binding-util</artifactId>
179                 <version>11.0.0-SNAPSHOT</version>
180             </dependency>
181             <dependency>
182                 <groupId>org.opendaylight.mdsal</groupId>
183                 <artifactId>mdsal-binding-test-utils</artifactId>
184                 <version>11.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.3-SNAPSHOT</version>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.mdsal.model</groupId>
195                 <artifactId>general-entity</artifactId>
196                 <version>11.0.0-SNAPSHOT</version>
197             </dependency>
198
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-eos-common-api</artifactId>
202                 <version>11.0.0-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-eos-common-spi</artifactId>
207                 <version>11.0.0-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-eos-dom-api</artifactId>
212                 <version>11.0.0-SNAPSHOT</version>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.mdsal</groupId>
216                 <artifactId>mdsal-eos-dom-simple</artifactId>
217                 <version>11.0.0-SNAPSHOT</version>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.mdsal</groupId>
221                 <artifactId>mdsal-eos-binding-api</artifactId>
222                 <version>11.0.0-SNAPSHOT</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.opendaylight.mdsal</groupId>
226                 <artifactId>mdsal-eos-binding-adapter</artifactId>
227                 <version>11.0.0-SNAPSHOT</version>
228             </dependency>
229             <dependency>
230                 <groupId>org.opendaylight.mdsal</groupId>
231                 <artifactId>mdsal-singleton-common-api</artifactId>
232                 <version>11.0.0-SNAPSHOT</version>
233             </dependency>
234             <dependency>
235                 <groupId>org.opendaylight.mdsal</groupId>
236                 <artifactId>mdsal-singleton-dom-impl</artifactId>
237                 <version>11.0.0-SNAPSHOT</version>
238             </dependency>
239
240             <dependency>
241                 <groupId>org.opendaylight.mdsal</groupId>
242                 <artifactId>mdsal-trace-api</artifactId>
243                 <version>11.0.0-SNAPSHOT</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.mdsal</groupId>
247                 <artifactId>mdsal-trace-cli</artifactId>
248                 <version>11.0.0-SNAPSHOT</version>
249             </dependency>
250             <dependency>
251                 <groupId>org.opendaylight.mdsal</groupId>
252                 <artifactId>mdsal-trace-impl</artifactId>
253                 <version>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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>11.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.3-SNAPSHOT</version>
402             </dependency>
403             <dependency>
404                 <groupId>org.opendaylight.mdsal</groupId>
405                 <artifactId>mdsal-yanglib-rfc8525</artifactId>
406                 <version>0.15.3-SNAPSHOT</version>
407             </dependency>
408             <dependency>
409                 <groupId>${project.groupId}</groupId>
410                 <artifactId>odl-mdsal-exp-yanglib-api</artifactId>
411                 <version>0.15.3-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.3-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>11.0.0-SNAPSHOT</version>
428             </dependency>
429
430             <!-- Replication -->
431             <dependency>
432                 <groupId>${project.groupId}</groupId>
433                 <artifactId>mdsal-replicate-common</artifactId>
434                 <version>11.0.0-SNAPSHOT</version>
435             </dependency>
436             <dependency>
437                 <groupId>${project.groupId}</groupId>
438                 <artifactId>mdsal-replicate-netty</artifactId>
439                 <version>11.0.0-SNAPSHOT</version>
440             </dependency>
441             <dependency>
442                 <groupId>${project.groupId}</groupId>
443                 <artifactId>odl-mdsal-replicate-common</artifactId>
444                 <version>11.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>11.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.3-SNAPSHOT</version>
461             </dependency>
462
463             <!-- RFC6991 -->
464             <dependency>
465                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
466                 <artifactId>rfc6991</artifactId>
467                 <version>11.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>11.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>11.0.0-SNAPSHOT</version>
478             </dependency>
479             <dependency>
480                 <groupId>org.opendaylight.mdsal.model</groupId>
481                 <artifactId>ietf-type-util</artifactId>
482                 <version>11.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>11.0.0-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>11.0.0-SNAPSHOT</version>
497             </dependency>
498
499             <!-- RFC7952 -->
500             <dependency>
501                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
502                 <artifactId>rfc7952</artifactId>
503                 <version>11.0.0-SNAPSHOT</version>
504             </dependency>
505
506             <!-- RFC8040 -->
507             <dependency>
508                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
509                 <artifactId>rfc8040</artifactId>
510                 <version>11.0.0-SNAPSHOT</version>
511             </dependency>
512
513             <!-- RFC8072 -->
514             <dependency>
515                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
516                 <artifactId>rfc8072</artifactId>
517                 <version>11.0.0-SNAPSHOT</version>
518             </dependency>
519
520             <!-- RFC8294 -->
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
523                 <artifactId>rfc8294</artifactId>
524                 <version>11.0.0-SNAPSHOT</version>
525             </dependency>
526             <dependency>
527                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
528                 <artifactId>rfc8294-ietf-routing-types</artifactId>
529                 <version>11.0.0-SNAPSHOT</version>
530             </dependency>
531             <dependency>
532                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
533                 <artifactId>iana-routing-types</artifactId>
534                 <version>11.0.0-SNAPSHOT</version>
535             </dependency>
536
537             <!-- RFC8342 -->
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
540                 <artifactId>rfc8342</artifactId>
541                 <version>11.0.0-SNAPSHOT</version>
542             </dependency>
543             <dependency>
544                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
545                 <artifactId>rfc8342-ietf-datastores</artifactId>
546                 <version>11.0.0-SNAPSHOT</version>
547             </dependency>
548             <dependency>
549                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
550                 <artifactId>rfc8342-ietf-origin</artifactId>
551                 <version>11.0.0-SNAPSHOT</version>
552             </dependency>
553
554             <!-- RFC8343 -->
555             <dependency>
556                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
557                 <artifactId>rfc8343</artifactId>
558                 <version>11.0.0-SNAPSHOT</version>
559             </dependency>
560
561             <!-- RFC8344 -->
562             <dependency>
563                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
564                 <artifactId>rfc8344</artifactId>
565                 <version>11.0.0-SNAPSHOT</version>
566             </dependency>
567
568             <!-- RFC8345 -->
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8345</artifactId>
572                 <version>11.0.0-SNAPSHOT</version>
573             </dependency>
574             <dependency>
575                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
576                 <artifactId>rfc8345-ietf-network</artifactId>
577                 <version>11.0.0-SNAPSHOT</version>
578             </dependency>
579             <dependency>
580                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
581                 <artifactId>rfc8345-ietf-network-state</artifactId>
582                 <version>11.0.0-SNAPSHOT</version>
583             </dependency>
584             <dependency>
585                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
586                 <artifactId>rfc8345-ietf-network-topology</artifactId>
587                 <version>11.0.0-SNAPSHOT</version>
588             </dependency>
589             <dependency>
590                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
591                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
592                 <version>11.0.0-SNAPSHOT</version>
593             </dependency>
594
595             <!-- RFC8346 -->
596             <dependency>
597                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
598                 <artifactId>rfc8346</artifactId>
599                 <version>11.0.0-SNAPSHOT</version>
600             </dependency>
601             <dependency>
602                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
603                 <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
604                 <version>11.0.0-SNAPSHOT</version>
605             </dependency>
606             <dependency>
607                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
608                 <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
609                 <version>11.0.0-SNAPSHOT</version>
610             </dependency>
611
612             <!-- RFC8348 -->
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8348</artifactId>
616                 <version>11.0.0-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
620                 <artifactId>rfc8348-ietf-hardware</artifactId>
621                 <version>11.0.0-SNAPSHOT</version>
622             </dependency>
623             <dependency>
624                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
625                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
626                 <version>11.0.0-SNAPSHOT</version>
627             </dependency>
628             <dependency>
629                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
630                 <artifactId>iana-hardware</artifactId>
631                 <version>11.0.0-SNAPSHOT</version>
632             </dependency>
633
634             <!-- RFC8349 -->
635             <dependency>
636                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
637                 <artifactId>rfc8349</artifactId>
638                 <version>11.0.0-SNAPSHOT</version>
639             </dependency>
640             <dependency>
641                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
642                 <artifactId>rfc8349-ietf-routing</artifactId>
643                 <version>11.0.0-SNAPSHOT</version>
644             </dependency>
645             <dependency>
646                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
647                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
648                 <version>11.0.0-SNAPSHOT</version>
649             </dependency>
650             <dependency>
651                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
652                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
653                 <version>11.0.0-SNAPSHOT</version>
654             </dependency>
655
656             <!-- RFC8519 -->
657             <dependency>
658                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
659                 <artifactId>rfc8519</artifactId>
660                 <version>11.0.0-SNAPSHOT</version>
661             </dependency>
662             <dependency>
663                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
664                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
665                 <version>11.0.0-SNAPSHOT</version>
666             </dependency>
667             <dependency>
668                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
669                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
670                 <version>11.0.0-SNAPSHOT</version>
671             </dependency>
672             <dependency>
673                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
674                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
675                 <version>11.0.0-SNAPSHOT</version>
676             </dependency>
677
678             <!-- RFC8520 -->
679             <dependency>
680                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
681                 <artifactId>rfc8520</artifactId>
682                 <version>11.0.0-SNAPSHOT</version>
683             </dependency>
684             <dependency>
685                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
686                 <artifactId>rfc8520-ietf-acldns</artifactId>
687                 <version>11.0.0-SNAPSHOT</version>
688             </dependency>
689             <dependency>
690                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
691                 <artifactId>rfc8520-ietf-mud</artifactId>
692                 <version>11.0.0-SNAPSHOT</version>
693             </dependency>
694
695             <!-- RFC8525 -->
696             <dependency>
697                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
698                 <artifactId>rfc8525</artifactId>
699                 <version>11.0.0-SNAPSHOT</version>
700             </dependency>
701
702             <!-- RFC8528 -->
703             <dependency>
704                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
705                 <artifactId>rfc8528</artifactId>
706                 <version>11.0.0-SNAPSHOT</version>
707             </dependency>
708
709             <!-- RFC8529 -->
710             <dependency>
711                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
712                 <artifactId>rfc8529</artifactId>
713                 <version>11.0.0-SNAPSHOT</version>
714             </dependency>
715
716             <!-- RFC8530 -->
717             <dependency>
718                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
719                 <artifactId>rfc8530</artifactId>
720                 <version>11.0.0-SNAPSHOT</version>
721             </dependency>
722
723             <!-- RFC8542 -->
724             <dependency>
725                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
726                 <artifactId>rfc8542</artifactId>
727                 <version>11.0.0-SNAPSHOT</version>
728             </dependency>
729             <dependency>
730                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
731                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
732                 <version>11.0.0-SNAPSHOT</version>
733             </dependency>
734             <dependency>
735                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
736                 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
737                 <version>11.0.0-SNAPSHOT</version>
738             </dependency>
739
740             <!-- RFC8776 -->
741             <dependency>
742                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
743                 <artifactId>rfc8776</artifactId>
744                 <version>11.0.0-SNAPSHOT</version>
745             </dependency>
746             <dependency>
747                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
748                 <artifactId>rfc8776-ietf-te-types</artifactId>
749                 <version>11.0.0-SNAPSHOT</version>
750             </dependency>
751             <dependency>
752                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
753                 <artifactId>rfc8776-ietf-te-packet-types</artifactId>
754                 <version>11.0.0-SNAPSHOT</version>
755             </dependency>
756
757             <!-- RFC8776 -->
758             <dependency>
759                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
760                 <artifactId>rfc8795</artifactId>
761                 <version>11.0.0-SNAPSHOT</version>
762             </dependency>
763             <dependency>
764                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
765                 <artifactId>rfc8795-ietf-te-topology</artifactId>
766                 <version>11.0.0-SNAPSHOT</version>
767             </dependency>
768             <dependency>
769                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
770                 <artifactId>rfc8795-ietf-te-topology-state</artifactId>
771                 <version>11.0.0-SNAPSHOT</version>
772             </dependency>
773
774             <!-- RFC8819 -->
775             <dependency>
776                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
777                 <artifactId>rfc8819-ietf-module-tags</artifactId>
778                 <version>11.0.0-SNAPSHOT</version>
779             </dependency>
780             <dependency>
781                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
782                 <artifactId>rfc8819-ietf-module-tags-state</artifactId>
783                 <version>11.0.0-SNAPSHOT</version>
784             </dependency>
785
786             <!-- draft-clemm-netmod-yang-network-topo-01 -->
787             <dependency>
788                 <groupId>org.opendaylight.mdsal.model</groupId>
789                 <artifactId>ietf-topology</artifactId>
790                 <version>2013.10.21.22.3-SNAPSHOT</version>
791             </dependency>
792
793             <!-- Features -->
794             <dependency>
795                 <groupId>org.opendaylight.mdsal.model</groupId>
796                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
797                 <version>11.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-rfc7224</artifactId>
804                 <version>11.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-rfc7317-iana-crypt-hash</artifactId>
811                 <version>11.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-rfc7952</artifactId>
818                 <version>11.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-rfc8040</artifactId>
825                 <version>11.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-rfc8072</artifactId>
832                 <version>11.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-rfc8294</artifactId>
839                 <version>11.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-rfc8342</artifactId>
846                 <version>11.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-rfc8343</artifactId>
853                 <version>11.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-rfc8344</artifactId>
860                 <version>11.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-rfc8345</artifactId>
867                 <version>11.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-rfc8345-non-nmda</artifactId>
874                 <version>11.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-rfc8346</artifactId>
881                 <version>11.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-rfc8346-non-nmda</artifactId>
888                 <version>11.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-rfc8348</artifactId>
895                 <version>11.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-rfc8348-non-nmda</artifactId>
902                 <version>11.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-rfc8349</artifactId>
909                 <version>11.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-rfc8519</artifactId>
916                 <version>11.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-rfc8520</artifactId>
923                 <version>11.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-rfc8525</artifactId>
930                 <version>11.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-rfc8528</artifactId>
937                 <version>11.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-rfc8529</artifactId>
944                 <version>11.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-rfc8530</artifactId>
951                 <version>11.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-rfc8542</artifactId>
958                 <version>11.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-rfc8776</artifactId>
965                 <version>11.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-rfc8795</artifactId>
972                 <version>11.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-rfc8795-non-nmda</artifactId>
979                 <version>11.0.0-SNAPSHOT</version>
980                 <classifier>features</classifier>
981                 <type>xml</type>
982             </dependency>
983             <dependency>
984                 <groupId>org.opendaylight.mdsal.model</groupId>
985                 <artifactId>odl-mdsal-model-rfc8819</artifactId>
986                 <version>11.0.0-SNAPSHOT</version>
987                 <classifier>features</classifier>
988                 <type>xml</type>
989             </dependency>
990             <dependency>
991                 <groupId>org.opendaylight.mdsal.model</groupId>
992                 <artifactId>odl-mdsal-model-rfc8819-non-nmda</artifactId>
993                 <version>11.0.0-SNAPSHOT</version>
994                 <classifier>features</classifier>
995                 <type>xml</type>
996             </dependency>
997
998             <dependency>
999                 <groupId>org.opendaylight.mdsal.model</groupId>
1000                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
1001                 <version>11.0.0-SNAPSHOT</version>
1002                 <classifier>features</classifier>
1003                 <type>xml</type>
1004             </dependency>
1005             <dependency>
1006                 <groupId>org.opendaylight.mdsal.model</groupId>
1007                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
1008                 <version>11.0.0-SNAPSHOT</version>
1009                 <classifier>features</classifier>
1010                 <type>xml</type>
1011             </dependency>
1012             <dependency>
1013                 <groupId>org.opendaylight.mdsal</groupId>
1014                 <artifactId>odl-mdsal-rfc8294-netty</artifactId>
1015                 <version>11.0.0-SNAPSHOT</version>
1016                 <classifier>features</classifier>
1017                 <type>xml</type>
1018             </dependency>
1019
1020             <!-- Documentation -->
1021             <dependency>
1022                 <groupId>org.opendaylight.mdsal</groupId>
1023                 <artifactId>mdsal-docs</artifactId>
1024                 <version>11.0.0-SNAPSHOT</version>
1025             </dependency>
1026         </dependencies>
1027     </dependencyManagement>
1028 </project>