Bump to odlparent 4.0.9
[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>4.0.9</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>3.0.5-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>3.0.5-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>3.0.5-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>3.0.5-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>3.0.5-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>3.0.5-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>3.0.5-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>3.0.5-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>3.0.5-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>3.0.5-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>1.0.5-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>1.0.5-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>1.0.5-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>1.0.5-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>1.0.5-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>1.0.5-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>1.0.5-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>1.0.5-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>3.0.5-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>3.0.5-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>3.0.5-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>3.0.5-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>3.0.5-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>3.0.5-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>3.0.5-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>3.0.5-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.15.5-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>1.0.5-SNAPSHOT</version>
176             </dependency>
177
178             <!-- Binding specification version 2-->
179             <dependency>
180                 <groupId>org.opendaylight.mdsal</groupId>
181                 <artifactId>mdsal-binding2-maven-api-gen-plugin</artifactId>
182                 <version>0.15.5-SNAPSHOT</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.mdsal</groupId>
186                 <artifactId>mdsal-binding2-runtime</artifactId>
187                 <version>0.15.5-SNAPSHOT</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.mdsal</groupId>
191                 <artifactId>mdsal-binding2-dom-codec</artifactId>
192                 <version>0.15.5-SNAPSHOT</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.opendaylight.mdsal</groupId>
196                 <artifactId>mdsal-binding2-api</artifactId>
197                 <version>0.15.5-SNAPSHOT</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
202                 <version>0.15.5-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-binding2-spi</artifactId>
207                 <version>0.15.5-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-binding2-test-model</artifactId>
212                 <version>0.15.5-SNAPSHOT</version>
213                 <scope>test</scope>
214             </dependency>
215             <dependency>
216                 <groupId>org.opendaylight.mdsal</groupId>
217                 <artifactId>mdsal-binding2-generator-api</artifactId>
218                 <version>0.15.5-SNAPSHOT</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.mdsal</groupId>
222                 <artifactId>mdsal-binding2-spec</artifactId>
223                 <version>0.15.5-SNAPSHOT</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.mdsal</groupId>
227                 <artifactId>mdsal-binding2-generator-impl</artifactId>
228                 <version>0.15.5-SNAPSHOT</version>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.mdsal</groupId>
232                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
233                 <version>0.15.5-SNAPSHOT</version>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.mdsal</groupId>
237                 <artifactId>mdsal-binding2-generator-util</artifactId>
238                 <version>0.15.5-SNAPSHOT</version>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.mdsal</groupId>
242                 <artifactId>mdsal-binding2-util</artifactId>
243                 <version>0.15.5-SNAPSHOT</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.mdsal.model.binding2</groupId>
247                 <artifactId>yang-ext</artifactId>
248                 <version>2013.09.07.15.5-SNAPSHOT</version>
249             </dependency>
250
251             <dependency>
252                 <groupId>org.opendaylight.mdsal</groupId>
253                 <artifactId>mdsal-eos-common-api</artifactId>
254                 <version>3.0.5-SNAPSHOT</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.mdsal</groupId>
258                 <artifactId>mdsal-eos-common-spi</artifactId>
259                 <version>3.0.5-SNAPSHOT</version>
260             </dependency>
261             <dependency>
262                 <groupId>org.opendaylight.mdsal</groupId>
263                 <artifactId>mdsal-eos-dom-api</artifactId>
264                 <version>3.0.5-SNAPSHOT</version>
265             </dependency>
266             <dependency>
267                 <groupId>org.opendaylight.mdsal</groupId>
268                 <artifactId>mdsal-eos-dom-simple</artifactId>
269                 <version>3.0.5-SNAPSHOT</version>
270             </dependency>
271             <dependency>
272                 <groupId>org.opendaylight.mdsal</groupId>
273                 <artifactId>mdsal-eos-binding-api</artifactId>
274                 <version>3.0.5-SNAPSHOT</version>
275             </dependency>
276             <dependency>
277                 <groupId>org.opendaylight.mdsal</groupId>
278                 <artifactId>mdsal-eos-binding-adapter</artifactId>
279                 <version>3.0.5-SNAPSHOT</version>
280             </dependency>
281             <dependency>
282                 <groupId>org.opendaylight.mdsal</groupId>
283                 <artifactId>mdsal-singleton-common-api</artifactId>
284                 <version>3.0.5-SNAPSHOT</version>
285             </dependency>
286             <dependency>
287                 <groupId>org.opendaylight.mdsal</groupId>
288                 <artifactId>mdsal-singleton-dom-impl</artifactId>
289                 <version>3.0.5-SNAPSHOT</version>
290             </dependency>
291
292             <dependency>
293                 <groupId>org.opendaylight.mdsal</groupId>
294                 <artifactId>mdsal-trace-api</artifactId>
295                 <version>1.0.5-SNAPSHOT</version>
296             </dependency>
297             <dependency>
298                 <groupId>org.opendaylight.mdsal</groupId>
299                 <artifactId>mdsal-trace-cli</artifactId>
300                 <version>1.0.5-SNAPSHOT</version>
301             </dependency>
302             <dependency>
303                 <groupId>org.opendaylight.mdsal</groupId>
304                 <artifactId>mdsal-trace-impl</artifactId>
305                 <version>1.0.5-SNAPSHOT</version>
306             </dependency>
307
308             <!-- Features -->
309             <!-- BINDING -->
310             <dependency>
311                 <groupId>${project.groupId}</groupId>
312                 <artifactId>odl-mdsal-binding</artifactId>
313                 <version>3.0.5-SNAPSHOT</version>
314                 <classifier>features</classifier>
315                 <type>xml</type>
316             </dependency>
317             <dependency>
318                 <groupId>${project.groupId}</groupId>
319                 <artifactId>odl-mdsal-binding-base</artifactId>
320                 <version>3.0.5-SNAPSHOT</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324             <dependency>
325                 <groupId>${project.groupId}</groupId>
326                 <artifactId>odl-mdsal-binding-runtime</artifactId>
327                 <version>3.0.5-SNAPSHOT</version>
328                 <classifier>features</classifier>
329                 <type>xml</type>
330             </dependency>
331             <dependency>
332                 <groupId>${project.groupId}</groupId>
333                 <artifactId>odl-mdsal-binding-api</artifactId>
334                 <version>3.0.5-SNAPSHOT</version>
335                 <classifier>features</classifier>
336                 <type>xml</type>
337             </dependency>
338             <dependency>
339                 <groupId>${project.groupId}</groupId>
340                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
341                 <version>3.0.5-SNAPSHOT</version>
342                 <classifier>features</classifier>
343                 <type>xml</type>
344             </dependency>
345
346             <!-- BINDING2 -->
347             <dependency>
348                 <groupId>${project.groupId}</groupId>
349                 <artifactId>odl-mdsal-binding2</artifactId>
350                 <version>3.0.5-SNAPSHOT</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354             <dependency>
355                 <groupId>${project.groupId}</groupId>
356                 <artifactId>odl-mdsal-binding2-base</artifactId>
357                 <version>3.0.5-SNAPSHOT</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <dependency>
362                 <groupId>${project.groupId}</groupId>
363                 <artifactId>odl-mdsal-binding2-runtime</artifactId>
364                 <version>3.0.5-SNAPSHOT</version>
365                 <classifier>features</classifier>
366                 <type>xml</type>
367             </dependency>
368             <dependency>
369                 <groupId>${project.groupId}</groupId>
370                 <artifactId>odl-mdsal-binding2-api</artifactId>
371                 <version>3.0.5-SNAPSHOT</version>
372                 <classifier>features</classifier>
373                 <type>xml</type>
374             </dependency>
375             <dependency>
376                 <groupId>${project.groupId}</groupId>
377                 <artifactId>odl-mdsal-binding2-dom-adapter</artifactId>
378                 <version>3.0.5-SNAPSHOT</version>
379                 <classifier>features</classifier>
380                 <type>xml</type>
381             </dependency>
382
383             <!-- DOM -->
384             <dependency>
385                 <groupId>${project.groupId}</groupId>
386                 <artifactId>odl-mdsal-dom</artifactId>
387                 <version>3.0.5-SNAPSHOT</version>
388                 <classifier>features</classifier>
389                 <type>xml</type>
390             </dependency>
391             <dependency>
392                 <groupId>${project.groupId}</groupId>
393                 <artifactId>odl-mdsal-dom-api</artifactId>
394                 <version>3.0.5-SNAPSHOT</version>
395                 <classifier>features</classifier>
396                 <type>xml</type>
397             </dependency>
398             <dependency>
399                 <groupId>${project.groupId}</groupId>
400                 <artifactId>odl-mdsal-dom-broker</artifactId>
401                 <version>3.0.5-SNAPSHOT</version>
402                 <classifier>features</classifier>
403                 <type>xml</type>
404             </dependency>
405
406             <!-- COMMON -->
407             <dependency>
408                 <groupId>${project.groupId}</groupId>
409                 <artifactId>odl-mdsal-common</artifactId>
410                 <version>3.0.5-SNAPSHOT</version>
411                 <classifier>features</classifier>
412                 <type>xml</type>
413             </dependency>
414
415             <!-- EOS -->
416             <dependency>
417                 <groupId>${project.groupId}</groupId>
418                 <artifactId>odl-mdsal-eos-common</artifactId>
419                 <version>3.0.5-SNAPSHOT</version>
420                 <classifier>features</classifier>
421                 <type>xml</type>
422             </dependency>
423             <dependency>
424                 <groupId>${project.groupId}</groupId>
425                 <artifactId>odl-mdsal-eos-dom</artifactId>
426                 <version>3.0.5-SNAPSHOT</version>
427                 <classifier>features</classifier>
428                 <type>xml</type>
429             </dependency>
430             <dependency>
431                 <groupId>${project.groupId}</groupId>
432                 <artifactId>odl-mdsal-eos-binding</artifactId>
433                 <version>3.0.5-SNAPSHOT</version>
434                 <classifier>features</classifier>
435                 <type>xml</type>
436             </dependency>
437
438             <!-- SINGLETON -->
439             <dependency>
440                 <groupId>${project.groupId}</groupId>
441                 <artifactId>odl-mdsal-singleton-common</artifactId>
442                 <version>3.0.5-SNAPSHOT</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446             <dependency>
447                 <groupId>${project.groupId}</groupId>
448                 <artifactId>odl-mdsal-singleton-dom</artifactId>
449                 <version>3.0.5-SNAPSHOT</version>
450                 <classifier>features</classifier>
451                 <type>xml</type>
452             </dependency>
453
454             <!-- MODELS -->
455             <dependency>
456                 <groupId>org.opendaylight.mdsal.model</groupId>
457                 <artifactId>opendaylight-l2-types</artifactId>
458                 <version>2013.08.27.15.5-SNAPSHOT</version>
459             </dependency>
460
461             <!-- RFC6991 -->
462             <dependency>
463                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
464                 <artifactId>rfc6991</artifactId>
465                 <version>1.2.5-SNAPSHOT</version>
466             </dependency>
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc6991-ietf-inet-types</artifactId>
470                 <version>1.2.5-SNAPSHOT</version>
471             </dependency>
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc6991-ietf-yang-types</artifactId>
475                 <version>1.2.5-SNAPSHOT</version>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.model</groupId>
479                 <artifactId>ietf-type-util</artifactId>
480                 <version>2.3.5-SNAPSHOT</version>
481             </dependency>
482
483             <!-- RFC7223 -->
484             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
485             <dependency>
486                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
487                 <artifactId>rfc7223</artifactId>
488                 <version>1.2.5-SNAPSHOT</version>
489             </dependency>
490
491             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
492             <dependency>
493                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
494                 <artifactId>iana-if-type</artifactId>
495                 <version>1.0.5-SNAPSHOT</version>
496             </dependency>
497
498             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
499             <dependency>
500                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
501                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
502                 <version>1.0.5-SNAPSHOT</version>
503             </dependency>
504
505             <!-- RFC7277 -->
506             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
507             <dependency>
508                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
509                 <artifactId>rfc7277</artifactId>
510                 <version>1.2.5-SNAPSHOT</version>
511             </dependency>
512
513             <!-- RFC7895 -->
514             <dependency>
515                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
516                 <artifactId>rfc7895</artifactId>
517                 <version>1.2.5-SNAPSHOT</version>
518             </dependency>
519
520             <!-- RFC7952 -->
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
523                 <artifactId>rfc7952</artifactId>
524                 <version>1.2.5-SNAPSHOT</version>
525             </dependency>
526
527             <!-- RFC8294 -->
528             <dependency>
529                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
530                 <artifactId>rfc8294</artifactId>
531                 <version>1.2.5-SNAPSHOT</version>
532             </dependency>
533             <dependency>
534                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
535                 <artifactId>rfc8294-ietf-routing-types</artifactId>
536                 <version>1.2.5-SNAPSHOT</version>
537             </dependency>
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
540                 <artifactId>iana-routing-types</artifactId>
541                 <version>1.2.5-SNAPSHOT</version>
542             </dependency>
543
544             <!-- RFC8342 -->
545             <dependency>
546                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
547                 <artifactId>rfc8342</artifactId>
548                 <version>1.2.5-SNAPSHOT</version>
549             </dependency>
550             <dependency>
551                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
552                 <artifactId>rfc8342-ietf-datastores</artifactId>
553                 <version>1.2.5-SNAPSHOT</version>
554             </dependency>
555             <dependency>
556                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
557                 <artifactId>rfc8342-ietf-origin</artifactId>
558                 <version>1.2.5-SNAPSHOT</version>
559             </dependency>
560
561             <!-- RFC8343 -->
562             <dependency>
563                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
564                 <artifactId>rfc8343</artifactId>
565                 <version>1.2.5-SNAPSHOT</version>
566             </dependency>
567
568             <!-- RFC8344 -->
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8344</artifactId>
572                 <version>1.2.5-SNAPSHOT</version>
573             </dependency>
574
575             <!-- RFC8345 -->
576             <dependency>
577                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
578                 <artifactId>rfc8345</artifactId>
579                 <version>1.2.5-SNAPSHOT</version>
580             </dependency>
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
583                 <artifactId>rfc8345-ietf-network</artifactId>
584                 <version>1.2.5-SNAPSHOT</version>
585             </dependency>
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8345-ietf-network-state</artifactId>
589                 <version>1.2.5-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8345-ietf-network-topology</artifactId>
594                 <version>1.2.5-SNAPSHOT</version>
595             </dependency>
596             <dependency>
597                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
598                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
599                 <version>1.2.5-SNAPSHOT</version>
600             </dependency>
601
602             <!-- RFC8348 -->
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8348</artifactId>
606                 <version>1.2.5-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8348-ietf-hardware</artifactId>
611                 <version>1.2.5-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
616                 <version>1.2.5-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
620                 <artifactId>iana-hardware</artifactId>
621                 <version>1.2.5-SNAPSHOT</version>
622             </dependency>
623
624             <!-- RFC8349 -->
625             <dependency>
626                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
627                 <artifactId>rfc8349</artifactId>
628                 <version>1.2.5-SNAPSHOT</version>
629             </dependency>
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8349-ietf-routing</artifactId>
633                 <version>1.2.5-SNAPSHOT</version>
634             </dependency>
635             <dependency>
636                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
637                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
638                 <version>1.2.5-SNAPSHOT</version>
639             </dependency>
640             <dependency>
641                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
642                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
643                 <version>1.2.5-SNAPSHOT</version>
644             </dependency>
645
646             <!-- draft-bierman-netconf-restconf-02 -->
647             <!-- FIXME: upgrade to RFC8040 -->
648             <dependency>
649                 <groupId>org.opendaylight.mdsal.model</groupId>
650                 <artifactId>ietf-restconf</artifactId>
651                 <version>2013.10.19.15.5-SNAPSHOT</version>
652             </dependency>
653
654             <!-- draft-clemm-netmod-yang-network-topo-01 -->
655             <!-- FIXME: figure out migration path towads:
656                         RFC8345
657                         RFC8346
658                         draft-ietf-teas-yang-te-topo-15 (?)
659                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
660             <dependency>
661                 <groupId>org.opendaylight.mdsal.model</groupId>
662                 <artifactId>ietf-ted</artifactId>
663                 <version>2013.10.21.15.5-SNAPSHOT</version>
664             </dependency>
665             <dependency>
666                 <groupId>org.opendaylight.mdsal.model</groupId>
667                 <artifactId>ietf-topology</artifactId>
668                 <version>2013.10.21.15.5-SNAPSHOT</version>
669             </dependency>
670             <dependency>
671                 <groupId>org.opendaylight.mdsal.model</groupId>
672                 <artifactId>ietf-topology-isis</artifactId>
673                 <version>2013.10.21.15.5-SNAPSHOT</version>
674             </dependency>
675             <dependency>
676                 <groupId>org.opendaylight.mdsal.model</groupId>
677                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
678                 <version>2013.10.21.15.5-SNAPSHOT</version>
679             </dependency>
680             <dependency>
681                 <groupId>org.opendaylight.mdsal.model</groupId>
682                 <artifactId>ietf-topology-ospf</artifactId>
683                 <version>2013.10.21.15.5-SNAPSHOT</version>
684             </dependency>
685             <dependency>
686                 <groupId>org.opendaylight.mdsal.model</groupId>
687                 <artifactId>ietf-topology-l3-unicast</artifactId>
688                 <version>2013.10.21.15.5-SNAPSHOT</version>
689             </dependency>
690             <dependency>
691                 <groupId>org.opendaylight.mdsal.model</groupId>
692                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
693                 <version>1.4.5-SNAPSHOT</version>
694             </dependency>
695
696             <!-- draft-ietf-netmod-acl-model-07 -->
697             <!-- FIXME: figure out the upgrade path towards
698                         draft-ietf-netmod-acl-model-18 -->
699             <dependency>
700                 <groupId>org.opendaylight.mdsal.model</groupId>
701                 <artifactId>ietf-packet-fields</artifactId>
702                 <version>0.13.5-SNAPSHOT</version>
703             </dependency>
704             <dependency>
705                 <groupId>org.opendaylight.mdsal.model</groupId>
706                 <artifactId>ietf-access-control-list</artifactId>
707                 <version>0.13.5-SNAPSHOT</version>
708             </dependency>
709
710             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
711             <dependency>
712                 <groupId>org.opendaylight.mdsal.model</groupId>
713                 <artifactId>iana-afn-safi</artifactId>
714                 <version>2013.07.04.15.5-SNAPSHOT</version>
715             </dependency>
716
717             <!-- Features -->
718             <dependency>
719                 <groupId>org.opendaylight.mdsal.model</groupId>
720                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
721                 <version>1.2.5-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-rfc7223</artifactId>
728                 <version>1.2.5-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-rfc7224</artifactId>
735                 <version>1.2.5-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-rfc7277</artifactId>
742                 <version>1.2.5-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-rfc7895</artifactId>
749                 <version>1.2.5-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-rfc7952</artifactId>
756                 <version>1.2.5-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-rfc8294</artifactId>
763                 <version>1.2.5-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-rfc8342</artifactId>
770                 <version>1.2.5-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-rfc8343</artifactId>
777                 <version>1.2.5-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-rfc8344</artifactId>
784                 <version>1.2.5-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-rfc8345</artifactId>
791                 <version>1.2.5-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-rfc8345-non-nmda</artifactId>
798                 <version>1.2.5-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-rfc8348</artifactId>
805                 <version>1.2.5-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-rfc8348-non-nmda</artifactId>
812                 <version>1.2.5-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-rfc8349</artifactId>
819                 <version>1.2.5-SNAPSHOT</version>
820                 <classifier>features</classifier>
821                 <type>xml</type>
822             </dependency>
823
824             <dependency>
825                 <groupId>org.opendaylight.mdsal.model</groupId>
826                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
827                 <version>1.2.5-SNAPSHOT</version>
828                 <classifier>features</classifier>
829                 <type>xml</type>
830             </dependency>
831             <dependency>
832                 <groupId>org.opendaylight.mdsal.model</groupId>
833                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
834                 <version>1.2.5-SNAPSHOT</version>
835                 <classifier>features</classifier>
836                 <type>xml</type>
837             </dependency>
838             <dependency>
839                 <groupId>org.opendaylight.mdsal.model</groupId>
840                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
841                 <version>1.2.5-SNAPSHOT</version>
842                 <classifier>features</classifier>
843                 <type>xml</type>
844             </dependency>
845             <dependency>
846                 <groupId>org.opendaylight.mdsal.model</groupId>
847                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
848                 <version>1.2.5-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-ietf-netmod-acl-model-07</artifactId>
855                 <version>1.2.5-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-ietf-netmod-iana-afn-safi-00</artifactId>
862                 <version>1.2.5-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-odl-l2-types</artifactId>
869                 <version>1.2.5-SNAPSHOT</version>
870                 <classifier>features</classifier>
871                 <type>xml</type>
872             </dependency>
873         </dependencies>
874     </dependencyManagement>
875 </project>