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