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