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