Move mdsal-artifacts to toplevel
[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-SNAPSHOT</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             <!-- FIXME: harmonize packaging of these two, as per the discussion at
440                  https://lists.opendaylight.org/pipermail/mdsal-dev/2018-April/001656.html -->
441             <dependency>
442                 <groupId>org.opendaylight.mdsal.model</groupId>
443                 <artifactId>ietf-inet-types-2013-07-15</artifactId>
444                 <version>1.7.0-SNAPSHOT</version>
445             </dependency>
446             <dependency>
447                 <groupId>org.opendaylight.mdsal.model</groupId>
448                 <artifactId>ietf-yang-types-20130715</artifactId>
449                 <version>2013.07.15.15.0-SNAPSHOT</version>
450             </dependency>
451             <dependency>
452                 <groupId>org.opendaylight.mdsal.model</groupId>
453                 <artifactId>ietf-type-util</artifactId>
454                 <version>2.3.0-SNAPSHOT</version>
455             </dependency>
456
457             <!-- RFC7223 -->
458             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
459             <dependency>
460                 <groupId>org.opendaylight.mdsal.model</groupId>
461                 <artifactId>ietf-interfaces</artifactId>
462                 <version>2014.05.08.15.0-SNAPSHOT</version>
463             </dependency>
464
465             <!-- RFC7224, live version lives here: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
466             <dependency>
467                 <groupId>org.opendaylight.mdsal.model</groupId>
468                 <artifactId>iana-if-type-2014-05-08</artifactId>
469                 <version>2014.05.08.15.0-SNAPSHOT</version>
470             </dependency>
471
472             <!-- RFC7277 -->
473             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
474             <dependency>
475                 <groupId>org.opendaylight.mdsal.model</groupId>
476                 <artifactId>ietf-ip-2014-06-16</artifactId>
477                 <version>2014.06.16.15.0-SNAPSHOT</version>
478             </dependency>
479
480             <!-- RFC7895 -->
481             <dependency>
482                 <groupId>org.opendaylight.mdsal.model</groupId>
483                 <artifactId>rfc7895</artifactId>
484                 <version>1.2.0-SNAPSHOT</version>
485             </dependency>
486
487             <!-- RFC7952 -->
488             <dependency>
489                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
490                 <artifactId>rfc7952</artifactId>
491                 <version>1.2.0-SNAPSHOT</version>
492             </dependency>
493
494             <!-- RFC8294 -->
495             <dependency>
496                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
497                 <artifactId>rfc8294</artifactId>
498                 <version>1.2.0-SNAPSHOT</version>
499             </dependency>
500             <dependency>
501                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
502                 <artifactId>rfc8294-ietf-routing-types</artifactId>
503                 <version>1.2.0-SNAPSHOT</version>
504             </dependency>
505             <dependency>
506                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
507                 <artifactId>iana-routing-types</artifactId>
508                 <version>1.2.0-SNAPSHOT</version>
509             </dependency>
510
511             <!-- RFC8342 -->
512             <dependency>
513                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
514                 <artifactId>rfc8342</artifactId>
515                 <version>1.2.0-SNAPSHOT</version>
516             </dependency>
517             <dependency>
518                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
519                 <artifactId>rfc8342-ietf-datastores</artifactId>
520                 <version>1.2.0-SNAPSHOT</version>
521             </dependency>
522             <dependency>
523                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
524                 <artifactId>rfc8342-ietf-origin</artifactId>
525                 <version>1.2.0-SNAPSHOT</version>
526             </dependency>
527
528             <!-- RFC8343 -->
529             <dependency>
530                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
531                 <artifactId>rfc8343</artifactId>
532                 <version>1.2.0-SNAPSHOT</version>
533             </dependency>
534
535             <!-- RFC8344 -->
536             <dependency>
537                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
538                 <artifactId>rfc8344</artifactId>
539                 <version>1.2.0-SNAPSHOT</version>
540             </dependency>
541
542             <!-- RFC8345 -->
543             <dependency>
544                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
545                 <artifactId>rfc8345</artifactId>
546                 <version>1.2.0-SNAPSHOT</version>
547             </dependency>
548             <dependency>
549                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
550                 <artifactId>rfc8345-ietf-network</artifactId>
551                 <version>1.2.0-SNAPSHOT</version>
552             </dependency>
553             <dependency>
554                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
555                 <artifactId>rfc8345-ietf-network-state</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-topology</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-topology-state</artifactId>
566                 <version>1.2.0-SNAPSHOT</version>
567             </dependency>
568
569             <!-- RFC8348 -->
570             <dependency>
571                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
572                 <artifactId>rfc8348</artifactId>
573                 <version>1.2.0-SNAPSHOT</version>
574             </dependency>
575             <dependency>
576                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
577                 <artifactId>rfc8348-ietf-hardware</artifactId>
578                 <version>1.2.0-SNAPSHOT</version>
579             </dependency>
580             <dependency>
581                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
582                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
583                 <version>1.2.0-SNAPSHOT</version>
584             </dependency>
585             <dependency>
586                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
587                 <artifactId>iana-hardware</artifactId>
588                 <version>1.2.0-SNAPSHOT</version>
589             </dependency>
590
591             <!-- RFC8349 -->
592             <dependency>
593                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
594                 <artifactId>rfc8349</artifactId>
595                 <version>1.2.0-SNAPSHOT</version>
596             </dependency>
597             <dependency>
598                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
599                 <artifactId>rfc8349-ietf-routing</artifactId>
600                 <version>1.2.0-SNAPSHOT</version>
601             </dependency>
602             <dependency>
603                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
604                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</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-ipv6-unicast-routing</artifactId>
610                 <version>1.2.0-SNAPSHOT</version>
611             </dependency>
612
613             <!-- draft-bierman-netconf-restconf-02 -->
614             <!-- FIXME: upgrade to RFC8040 -->
615             <dependency>
616                 <groupId>org.opendaylight.mdsal.model</groupId>
617                 <artifactId>ietf-restconf</artifactId>
618                 <version>2013.10.19.15.0-SNAPSHOT</version>
619             </dependency>
620
621             <!-- draft-clemm-netmod-yang-network-topo-01 -->
622             <!-- FIXME: figure out migration path towads:
623                         RFC8345
624                         RFC8346
625                         draft-ietf-teas-yang-te-topo-15 (?)
626                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
627             <dependency>
628                 <groupId>org.opendaylight.mdsal.model</groupId>
629                 <artifactId>ietf-ted</artifactId>
630                 <version>2013.10.21.15.0-SNAPSHOT</version>
631             </dependency>
632             <dependency>
633                 <groupId>org.opendaylight.mdsal.model</groupId>
634                 <artifactId>ietf-topology</artifactId>
635                 <version>2013.10.21.15.0-SNAPSHOT</version>
636             </dependency>
637             <dependency>
638                 <groupId>org.opendaylight.mdsal.model</groupId>
639                 <artifactId>ietf-topology-isis</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-l3-unicast-igp</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-ospf</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</artifactId>
655                 <version>2013.10.21.15.0-SNAPSHOT</version>
656             </dependency>
657             <dependency>
658                 <groupId>org.opendaylight.mdsal.model</groupId>
659                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
660                 <version>1.4.0-SNAPSHOT</version>
661             </dependency>
662
663             <!-- draft-ietf-netmod-acl-model-07 -->
664             <!-- FIXME: figure out the upgrade path towards
665                         draft-ietf-netmod-acl-model-18 -->
666             <dependency>
667                 <groupId>org.opendaylight.mdsal.model</groupId>
668                 <artifactId>ietf-packet-fields</artifactId>
669                 <version>0.13.0-SNAPSHOT</version>
670             </dependency>
671             <dependency>
672                 <groupId>org.opendaylight.mdsal.model</groupId>
673                 <artifactId>ietf-access-control-list</artifactId>
674                 <version>0.13.0-SNAPSHOT</version>
675             </dependency>
676
677             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
678             <dependency>
679                 <groupId>org.opendaylight.mdsal.model</groupId>
680                 <artifactId>iana-afn-safi</artifactId>
681                 <version>2013.07.04.15.0-SNAPSHOT</version>
682             </dependency>
683
684             <!-- Features -->
685             <dependency>
686                 <groupId>org.opendaylight.mdsal.model</groupId>
687                 <artifactId>features-mdsal-model</artifactId>
688                 <classifier>features</classifier>
689                 <version>0.15.0-SNAPSHOT</version>
690                 <type>xml</type>
691             </dependency>
692             <dependency>
693                 <groupId>org.opendaylight.mdsal.model</groupId>
694                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
695                 <version>1.2.0-SNAPSHOT</version>
696                 <classifier>features</classifier>
697                 <type>xml</type>
698             </dependency>
699             <dependency>
700                 <groupId>org.opendaylight.mdsal.model</groupId>
701                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
702                 <version>1.2.0-SNAPSHOT</version>
703                 <classifier>features</classifier>
704                 <type>xml</type>
705             </dependency>
706             <dependency>
707                 <groupId>org.opendaylight.mdsal.model</groupId>
708                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
709                 <version>1.2.0-SNAPSHOT</version>
710                 <classifier>features</classifier>
711                 <type>xml</type>
712             </dependency>
713             <dependency>
714                 <groupId>org.opendaylight.mdsal.model</groupId>
715                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
716                 <version>1.2.0-SNAPSHOT</version>
717                 <classifier>features</classifier>
718                 <type>xml</type>
719             </dependency>
720             <dependency>
721                 <groupId>org.opendaylight.mdsal.model</groupId>
722                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
723                 <version>1.2.0-SNAPSHOT</version>
724                 <classifier>features</classifier>
725                 <type>xml</type>
726             </dependency>
727             <dependency>
728                 <groupId>org.opendaylight.mdsal.model</groupId>
729                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
730                 <version>1.2.0-SNAPSHOT</version>
731                 <classifier>features</classifier>
732                 <type>xml</type>
733             </dependency>
734             <dependency>
735                 <groupId>org.opendaylight.mdsal.model</groupId>
736                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
737                 <version>1.2.0-SNAPSHOT</version>
738                 <classifier>features</classifier>
739                 <type>xml</type>
740             </dependency>
741             <dependency>
742                 <groupId>org.opendaylight.mdsal.model</groupId>
743                 <artifactId>odl-mdsal-model-rfc8342</artifactId>
744                 <version>1.2.0-SNAPSHOT</version>
745                 <classifier>features</classifier>
746                 <type>xml</type>
747             </dependency>
748             <dependency>
749                 <groupId>org.opendaylight.mdsal.model</groupId>
750                 <artifactId>odl-mdsal-model-rfc8343</artifactId>
751                 <version>1.2.0-SNAPSHOT</version>
752                 <classifier>features</classifier>
753                 <type>xml</type>
754             </dependency>
755             <dependency>
756                 <groupId>org.opendaylight.mdsal.model</groupId>
757                 <artifactId>odl-mdsal-model-rfc8344</artifactId>
758                 <version>1.2.0-SNAPSHOT</version>
759                 <classifier>features</classifier>
760                 <type>xml</type>
761             </dependency>
762             <dependency>
763                 <groupId>org.opendaylight.mdsal.model</groupId>
764                 <artifactId>odl-mdsal-model-rfc8345</artifactId>
765                 <version>1.2.0-SNAPSHOT</version>
766                 <classifier>features</classifier>
767                 <type>xml</type>
768             </dependency>
769             <dependency>
770                 <groupId>org.opendaylight.mdsal.model</groupId>
771                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
772                 <version>1.2.0-SNAPSHOT</version>
773                 <classifier>features</classifier>
774                 <type>xml</type>
775             </dependency>
776             <dependency>
777                 <groupId>org.opendaylight.mdsal.model</groupId>
778                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
779                 <version>1.2.0-SNAPSHOT</version>
780                 <classifier>features</classifier>
781                 <type>xml</type>
782             </dependency>
783             <dependency>
784                 <groupId>org.opendaylight.mdsal.model</groupId>
785                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
786                 <version>1.2.0-SNAPSHOT</version>
787                 <classifier>features</classifier>
788                 <type>xml</type>
789             </dependency>
790             <dependency>
791                 <groupId>org.opendaylight.mdsal.model</groupId>
792                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
793                 <version>1.2.0-SNAPSHOT</version>
794                 <classifier>features</classifier>
795                 <type>xml</type>
796             </dependency>
797
798             <dependency>
799                 <groupId>org.opendaylight.mdsal.model</groupId>
800                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
801                 <version>1.2.0-SNAPSHOT</version>
802                 <classifier>features</classifier>
803                 <type>xml</type>
804             </dependency>
805             <dependency>
806                 <groupId>org.opendaylight.mdsal.model</groupId>
807                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
808                 <version>1.2.0-SNAPSHOT</version>
809                 <classifier>features</classifier>
810                 <type>xml</type>
811             </dependency>
812             <dependency>
813                 <groupId>org.opendaylight.mdsal.model</groupId>
814                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
815                 <version>1.2.0-SNAPSHOT</version>
816                 <classifier>features</classifier>
817                 <type>xml</type>
818             </dependency>
819             <dependency>
820                 <groupId>org.opendaylight.mdsal.model</groupId>
821                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
822                 <version>1.2.0-SNAPSHOT</version>
823                 <classifier>features</classifier>
824                 <type>xml</type>
825             </dependency>
826             <dependency>
827                 <groupId>org.opendaylight.mdsal.model</groupId>
828                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
829                 <version>1.2.0-SNAPSHOT</version>
830                 <classifier>features</classifier>
831                 <type>xml</type>
832             </dependency>
833             <dependency>
834                 <groupId>org.opendaylight.mdsal.model</groupId>
835                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
836                 <version>1.2.0-SNAPSHOT</version>
837                 <classifier>features</classifier>
838                 <type>xml</type>
839             </dependency>
840             <dependency>
841                 <groupId>org.opendaylight.mdsal.model</groupId>
842                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
843                 <version>1.2.0-SNAPSHOT</version>
844                 <classifier>features</classifier>
845                 <type>xml</type>
846             </dependency>
847         </dependencies>
848     </dependencyManagement>
849 </project>