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