Bump version for 4.0.0-SNAPSHOT
[mdsal.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14       <groupId>org.opendaylight.odlparent</groupId>
15       <artifactId>odlparent-lite</artifactId>
16       <version>4.0.9</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.mdsal</groupId>
21     <artifactId>mdsal-artifacts</artifactId>
22     <version>4.0.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>4.0.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>4.0.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>4.0.0-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>4.0.0-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>4.0.0-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>4.0.0-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>4.0.0-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>4.0.0-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>4.0.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>2.0.0-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>2.0.0-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>2.0.0-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>2.0.0-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>2.0.0-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>2.0.0-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>2.0.0-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>2.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>4.0.0-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>4.0.0-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>4.0.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>4.0.0-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>4.0.0-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>4.0.0-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>4.0.0-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>4.0.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.16.0-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>2.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.16.0-SNAPSHOT</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.mdsal</groupId>
186                 <artifactId>mdsal-binding2-runtime</artifactId>
187                 <version>0.16.0-SNAPSHOT</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.mdsal</groupId>
191                 <artifactId>mdsal-binding2-dom-codec</artifactId>
192                 <version>0.16.0-SNAPSHOT</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.opendaylight.mdsal</groupId>
196                 <artifactId>mdsal-binding2-api</artifactId>
197                 <version>0.16.0-SNAPSHOT</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
202                 <version>0.16.0-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-binding2-spi</artifactId>
207                 <version>0.16.0-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-binding2-test-model</artifactId>
212                 <version>0.16.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.16.0-SNAPSHOT</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.mdsal</groupId>
222                 <artifactId>mdsal-binding2-spec</artifactId>
223                 <version>0.16.0-SNAPSHOT</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.mdsal</groupId>
227                 <artifactId>mdsal-binding2-generator-impl</artifactId>
228                 <version>0.16.0-SNAPSHOT</version>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.mdsal</groupId>
232                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
233                 <version>0.16.0-SNAPSHOT</version>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.mdsal</groupId>
237                 <artifactId>mdsal-binding2-generator-util</artifactId>
238                 <version>0.16.0-SNAPSHOT</version>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.mdsal</groupId>
242                 <artifactId>mdsal-binding2-util</artifactId>
243                 <version>0.16.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.16.0-SNAPSHOT</version>
249             </dependency>
250
251             <dependency>
252                 <groupId>org.opendaylight.mdsal</groupId>
253                 <artifactId>mdsal-eos-common-api</artifactId>
254                 <version>4.0.0-SNAPSHOT</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.mdsal</groupId>
258                 <artifactId>mdsal-eos-common-spi</artifactId>
259                 <version>4.0.0-SNAPSHOT</version>
260             </dependency>
261             <dependency>
262                 <groupId>org.opendaylight.mdsal</groupId>
263                 <artifactId>mdsal-eos-dom-api</artifactId>
264                 <version>4.0.0-SNAPSHOT</version>
265             </dependency>
266             <dependency>
267                 <groupId>org.opendaylight.mdsal</groupId>
268                 <artifactId>mdsal-eos-dom-simple</artifactId>
269                 <version>4.0.0-SNAPSHOT</version>
270             </dependency>
271             <dependency>
272                 <groupId>org.opendaylight.mdsal</groupId>
273                 <artifactId>mdsal-eos-binding-api</artifactId>
274                 <version>4.0.0-SNAPSHOT</version>
275             </dependency>
276             <dependency>
277                 <groupId>org.opendaylight.mdsal</groupId>
278                 <artifactId>mdsal-eos-binding-adapter</artifactId>
279                 <version>4.0.0-SNAPSHOT</version>
280             </dependency>
281             <dependency>
282                 <groupId>org.opendaylight.mdsal</groupId>
283                 <artifactId>mdsal-singleton-common-api</artifactId>
284                 <version>4.0.0-SNAPSHOT</version>
285             </dependency>
286             <dependency>
287                 <groupId>org.opendaylight.mdsal</groupId>
288                 <artifactId>mdsal-singleton-dom-impl</artifactId>
289                 <version>4.0.0-SNAPSHOT</version>
290             </dependency>
291
292             <dependency>
293                 <groupId>org.opendaylight.mdsal</groupId>
294                 <artifactId>mdsal-trace-api</artifactId>
295                 <version>2.0.0-SNAPSHOT</version>
296             </dependency>
297             <dependency>
298                 <groupId>org.opendaylight.mdsal</groupId>
299                 <artifactId>mdsal-trace-cli</artifactId>
300                 <version>2.0.0-SNAPSHOT</version>
301             </dependency>
302             <dependency>
303                 <groupId>org.opendaylight.mdsal</groupId>
304                 <artifactId>mdsal-trace-impl</artifactId>
305                 <version>2.0.0-SNAPSHOT</version>
306             </dependency>
307
308             <!-- Features -->
309             <!-- BINDING -->
310             <dependency>
311                 <groupId>${project.groupId}</groupId>
312                 <artifactId>odl-mdsal-binding</artifactId>
313                 <version>4.0.0-SNAPSHOT</version>
314                 <classifier>features</classifier>
315                 <type>xml</type>
316             </dependency>
317             <dependency>
318                 <groupId>${project.groupId}</groupId>
319                 <artifactId>odl-mdsal-binding-base</artifactId>
320                 <version>4.0.0-SNAPSHOT</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324             <dependency>
325                 <groupId>${project.groupId}</groupId>
326                 <artifactId>odl-mdsal-binding-runtime</artifactId>
327                 <version>4.0.0-SNAPSHOT</version>
328                 <classifier>features</classifier>
329                 <type>xml</type>
330             </dependency>
331             <dependency>
332                 <groupId>${project.groupId}</groupId>
333                 <artifactId>odl-mdsal-binding-api</artifactId>
334                 <version>4.0.0-SNAPSHOT</version>
335                 <classifier>features</classifier>
336                 <type>xml</type>
337             </dependency>
338             <dependency>
339                 <groupId>${project.groupId}</groupId>
340                 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
341                 <version>4.0.0-SNAPSHOT</version>
342                 <classifier>features</classifier>
343                 <type>xml</type>
344             </dependency>
345
346             <!-- BINDING2 -->
347             <dependency>
348                 <groupId>${project.groupId}</groupId>
349                 <artifactId>odl-mdsal-binding2</artifactId>
350                 <version>4.0.0-SNAPSHOT</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354             <dependency>
355                 <groupId>${project.groupId}</groupId>
356                 <artifactId>odl-mdsal-binding2-base</artifactId>
357                 <version>4.0.0-SNAPSHOT</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <dependency>
362                 <groupId>${project.groupId}</groupId>
363                 <artifactId>odl-mdsal-binding2-runtime</artifactId>
364                 <version>4.0.0-SNAPSHOT</version>
365                 <classifier>features</classifier>
366                 <type>xml</type>
367             </dependency>
368             <dependency>
369                 <groupId>${project.groupId}</groupId>
370                 <artifactId>odl-mdsal-binding2-api</artifactId>
371                 <version>4.0.0-SNAPSHOT</version>
372                 <classifier>features</classifier>
373                 <type>xml</type>
374             </dependency>
375             <dependency>
376                 <groupId>${project.groupId}</groupId>
377                 <artifactId>odl-mdsal-binding2-dom-adapter</artifactId>
378                 <version>4.0.0-SNAPSHOT</version>
379                 <classifier>features</classifier>
380                 <type>xml</type>
381             </dependency>
382
383             <!-- DOM -->
384             <dependency>
385                 <groupId>${project.groupId}</groupId>
386                 <artifactId>odl-mdsal-dom</artifactId>
387                 <version>4.0.0-SNAPSHOT</version>
388                 <classifier>features</classifier>
389                 <type>xml</type>
390             </dependency>
391             <dependency>
392                 <groupId>${project.groupId}</groupId>
393                 <artifactId>odl-mdsal-dom-api</artifactId>
394                 <version>4.0.0-SNAPSHOT</version>
395                 <classifier>features</classifier>
396                 <type>xml</type>
397             </dependency>
398             <dependency>
399                 <groupId>${project.groupId}</groupId>
400                 <artifactId>odl-mdsal-dom-broker</artifactId>
401                 <version>4.0.0-SNAPSHOT</version>
402                 <classifier>features</classifier>
403                 <type>xml</type>
404             </dependency>
405
406             <!-- COMMON -->
407             <dependency>
408                 <groupId>${project.groupId}</groupId>
409                 <artifactId>odl-mdsal-common</artifactId>
410                 <version>4.0.0-SNAPSHOT</version>
411                 <classifier>features</classifier>
412                 <type>xml</type>
413             </dependency>
414
415             <!-- EOS -->
416             <dependency>
417                 <groupId>${project.groupId}</groupId>
418                 <artifactId>odl-mdsal-eos-common</artifactId>
419                 <version>4.0.0-SNAPSHOT</version>
420                 <classifier>features</classifier>
421                 <type>xml</type>
422             </dependency>
423             <dependency>
424                 <groupId>${project.groupId}</groupId>
425                 <artifactId>odl-mdsal-eos-dom</artifactId>
426                 <version>4.0.0-SNAPSHOT</version>
427                 <classifier>features</classifier>
428                 <type>xml</type>
429             </dependency>
430             <dependency>
431                 <groupId>${project.groupId}</groupId>
432                 <artifactId>odl-mdsal-eos-binding</artifactId>
433                 <version>4.0.0-SNAPSHOT</version>
434                 <classifier>features</classifier>
435                 <type>xml</type>
436             </dependency>
437
438             <!-- SINGLETON -->
439             <dependency>
440                 <groupId>${project.groupId}</groupId>
441                 <artifactId>odl-mdsal-singleton-common</artifactId>
442                 <version>4.0.0-SNAPSHOT</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446             <dependency>
447                 <groupId>${project.groupId}</groupId>
448                 <artifactId>odl-mdsal-singleton-dom</artifactId>
449                 <version>4.0.0-SNAPSHOT</version>
450                 <classifier>features</classifier>
451                 <type>xml</type>
452             </dependency>
453
454             <!-- MODELS -->
455             <dependency>
456                 <groupId>org.opendaylight.mdsal.model</groupId>
457                 <artifactId>opendaylight-l2-types</artifactId>
458                 <version>2013.08.27.16.0-SNAPSHOT</version>
459             </dependency>
460
461             <!-- RFC6991 -->
462             <dependency>
463                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
464                 <artifactId>rfc6991</artifactId>
465                 <version>2.0.0-SNAPSHOT</version>
466             </dependency>
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc6991-ietf-inet-types</artifactId>
470                 <version>2.0.0-SNAPSHOT</version>
471             </dependency>
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc6991-ietf-yang-types</artifactId>
475                 <version>2.0.0-SNAPSHOT</version>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.model</groupId>
479                 <artifactId>ietf-type-util</artifactId>
480                 <version>3.0.0-SNAPSHOT</version>
481             </dependency>
482
483             <!-- RFC7223 -->
484             <!-- FIXME: upgrade this to RFC8343 (2018-02-20, NMDA) -->
485             <dependency>
486                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
487                 <artifactId>rfc7223</artifactId>
488                 <version>2.0.0-SNAPSHOT</version>
489             </dependency>
490
491             <!-- RFC7224-20170119, live version: https://github.com/YangModels/yang/blob/master/standard/ietf/RFC/iana-if-type.yang -->
492             <dependency>
493                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
494                 <artifactId>iana-if-type</artifactId>
495                 <version>2.0.0-SNAPSHOT</version>
496             </dependency>
497
498             <!-- RFC7224-20180703 version: http://www.iana.org/assignments/yang-parameters/iana-if-type@2018-07-03.yang -->
499             <dependency>
500                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
501                 <artifactId>rfc7224-20180703-iana-if-type</artifactId>
502                 <version>2.0.0-SNAPSHOT</version>
503             </dependency>
504
505             <!-- RFC7277 -->
506             <!-- FIXME: upgrade this to RFC8344 (2018-02-22, NMDA) -->
507             <dependency>
508                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
509                 <artifactId>rfc7277</artifactId>
510                 <version>2.0.0-SNAPSHOT</version>
511             </dependency>
512
513             <!-- RFC7895 -->
514             <dependency>
515                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
516                 <artifactId>rfc7895</artifactId>
517                 <version>2.0.0-SNAPSHOT</version>
518             </dependency>
519
520             <!-- RFC7952 -->
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
523                 <artifactId>rfc7952</artifactId>
524                 <version>2.0.0-SNAPSHOT</version>
525             </dependency>
526
527             <!-- RFC8294 -->
528             <dependency>
529                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
530                 <artifactId>rfc8294</artifactId>
531                 <version>2.0.0-SNAPSHOT</version>
532             </dependency>
533             <dependency>
534                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
535                 <artifactId>rfc8294-ietf-routing-types</artifactId>
536                 <version>2.0.0-SNAPSHOT</version>
537             </dependency>
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
540                 <artifactId>iana-routing-types</artifactId>
541                 <version>2.0.0-SNAPSHOT</version>
542             </dependency>
543
544             <!-- RFC8342 -->
545             <dependency>
546                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
547                 <artifactId>rfc8342</artifactId>
548                 <version>2.0.0-SNAPSHOT</version>
549             </dependency>
550             <dependency>
551                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
552                 <artifactId>rfc8342-ietf-datastores</artifactId>
553                 <version>2.0.0-SNAPSHOT</version>
554             </dependency>
555             <dependency>
556                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
557                 <artifactId>rfc8342-ietf-origin</artifactId>
558                 <version>2.0.0-SNAPSHOT</version>
559             </dependency>
560
561             <!-- RFC8343 -->
562             <dependency>
563                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
564                 <artifactId>rfc8343</artifactId>
565                 <version>2.0.0-SNAPSHOT</version>
566             </dependency>
567
568             <!-- RFC8344 -->
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8344</artifactId>
572                 <version>2.0.0-SNAPSHOT</version>
573             </dependency>
574
575             <!-- RFC8345 -->
576             <dependency>
577                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
578                 <artifactId>rfc8345</artifactId>
579                 <version>2.0.0-SNAPSHOT</version>
580             </dependency>
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
583                 <artifactId>rfc8345-ietf-network</artifactId>
584                 <version>2.0.0-SNAPSHOT</version>
585             </dependency>
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8345-ietf-network-state</artifactId>
589                 <version>2.0.0-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8345-ietf-network-topology</artifactId>
594                 <version>2.0.0-SNAPSHOT</version>
595             </dependency>
596             <dependency>
597                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
598                 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
599                 <version>2.0.0-SNAPSHOT</version>
600             </dependency>
601
602             <!-- RFC8348 -->
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8348</artifactId>
606                 <version>2.0.0-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8348-ietf-hardware</artifactId>
611                 <version>2.0.0-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
616                 <version>2.0.0-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
620                 <artifactId>iana-hardware</artifactId>
621                 <version>2.0.0-SNAPSHOT</version>
622             </dependency>
623
624             <!-- RFC8349 -->
625             <dependency>
626                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
627                 <artifactId>rfc8349</artifactId>
628                 <version>2.0.0-SNAPSHOT</version>
629             </dependency>
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8349-ietf-routing</artifactId>
633                 <version>2.0.0-SNAPSHOT</version>
634             </dependency>
635             <dependency>
636                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
637                 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
638                 <version>2.0.0-SNAPSHOT</version>
639             </dependency>
640             <dependency>
641                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
642                 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
643                 <version>2.0.0-SNAPSHOT</version>
644             </dependency>
645
646             <!-- RFC8519 -->
647             <dependency>
648                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
649                 <artifactId>rfc8519</artifactId>
650                 <version>2.0.0-SNAPSHOT</version>
651             </dependency>
652             <dependency>
653                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
654                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
655                 <version>2.0.0-SNAPSHOT</version>
656             </dependency>
657             <dependency>
658                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
659                 <artifactId>rfc8519-ietf-ethertypes</artifactId>
660                 <version>2.0.0-SNAPSHOT</version>
661             </dependency>
662             <dependency>
663                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
664                 <artifactId>rfc8519-ietf-packet-fields</artifactId>
665                 <version>2.0.0-SNAPSHOT</version>
666             </dependency>
667
668             <!-- RFC8528 -->
669             <dependency>
670                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
671                 <artifactId>rfc8528</artifactId>
672                 <version>2.0.0-SNAPSHOT</version>
673             </dependency>
674
675             <!-- RFC8529 -->
676             <dependency>
677                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
678                 <artifactId>rfc8529</artifactId>
679                 <version>2.0.0-SNAPSHOT</version>
680             </dependency>
681
682             <!-- RFC8530 -->
683             <dependency>
684                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
685                 <artifactId>rfc8530</artifactId>
686                 <version>2.0.0-SNAPSHOT</version>
687             </dependency>
688
689             <!-- draft-bierman-netconf-restconf-02 -->
690             <!-- FIXME: upgrade to RFC8040 -->
691             <dependency>
692                 <groupId>org.opendaylight.mdsal.model</groupId>
693                 <artifactId>ietf-restconf</artifactId>
694                 <version>2013.10.19.16.0-SNAPSHOT</version>
695             </dependency>
696
697             <!-- draft-clemm-netmod-yang-network-topo-01 -->
698             <!-- FIXME: figure out migration path towads:
699                         RFC8345
700                         RFC8346
701                         draft-ietf-teas-yang-te-topo-15 (?)
702                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
703             <dependency>
704                 <groupId>org.opendaylight.mdsal.model</groupId>
705                 <artifactId>ietf-ted</artifactId>
706                 <version>2013.10.21.16.0-SNAPSHOT</version>
707             </dependency>
708             <dependency>
709                 <groupId>org.opendaylight.mdsal.model</groupId>
710                 <artifactId>ietf-topology</artifactId>
711                 <version>2013.10.21.16.0-SNAPSHOT</version>
712             </dependency>
713             <dependency>
714                 <groupId>org.opendaylight.mdsal.model</groupId>
715                 <artifactId>ietf-topology-isis</artifactId>
716                 <version>2013.10.21.16.0-SNAPSHOT</version>
717             </dependency>
718             <dependency>
719                 <groupId>org.opendaylight.mdsal.model</groupId>
720                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
721                 <version>2013.10.21.16.0-SNAPSHOT</version>
722             </dependency>
723             <dependency>
724                 <groupId>org.opendaylight.mdsal.model</groupId>
725                 <artifactId>ietf-topology-ospf</artifactId>
726                 <version>2013.10.21.16.0-SNAPSHOT</version>
727             </dependency>
728             <dependency>
729                 <groupId>org.opendaylight.mdsal.model</groupId>
730                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
731                 <version>2.0.0-SNAPSHOT</version>
732             </dependency>
733
734             <!-- draft-ietf-netmod-acl-model-07 -->
735             <!-- FIXME: figure out the upgrade path towards
736                         draft-ietf-netmod-acl-model-18 -->
737             <dependency>
738                 <groupId>org.opendaylight.mdsal.model</groupId>
739                 <artifactId>ietf-packet-fields</artifactId>
740                 <version>0.14.0-SNAPSHOT</version>
741             </dependency>
742             <dependency>
743                 <groupId>org.opendaylight.mdsal.model</groupId>
744                 <artifactId>ietf-access-control-list</artifactId>
745                 <version>0.14.0-SNAPSHOT</version>
746             </dependency>
747
748             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
749             <dependency>
750                 <groupId>org.opendaylight.mdsal.model</groupId>
751                 <artifactId>iana-afn-safi</artifactId>
752                 <version>2013.07.04.16.0-SNAPSHOT</version>
753             </dependency>
754
755             <!-- Features -->
756             <dependency>
757                 <groupId>org.opendaylight.mdsal.model</groupId>
758                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
759                 <version>2.0.0-SNAPSHOT</version>
760                 <classifier>features</classifier>
761                 <type>xml</type>
762             </dependency>
763             <dependency>
764                 <groupId>org.opendaylight.mdsal.model</groupId>
765                 <artifactId>odl-mdsal-model-rfc7223</artifactId>
766                 <version>2.0.0-SNAPSHOT</version>
767                 <classifier>features</classifier>
768                 <type>xml</type>
769             </dependency>
770             <dependency>
771                 <groupId>org.opendaylight.mdsal.model</groupId>
772                 <artifactId>odl-mdsal-model-rfc7224</artifactId>
773                 <version>2.0.0-SNAPSHOT</version>
774                 <classifier>features</classifier>
775                 <type>xml</type>
776             </dependency>
777             <dependency>
778                 <groupId>org.opendaylight.mdsal.model</groupId>
779                 <artifactId>odl-mdsal-model-rfc7277</artifactId>
780                 <version>2.0.0-SNAPSHOT</version>
781                 <classifier>features</classifier>
782                 <type>xml</type>
783             </dependency>
784             <dependency>
785                 <groupId>org.opendaylight.mdsal.model</groupId>
786                 <artifactId>odl-mdsal-model-rfc7895</artifactId>
787                 <version>2.0.0-SNAPSHOT</version>
788                 <classifier>features</classifier>
789                 <type>xml</type>
790             </dependency>
791             <dependency>
792                 <groupId>org.opendaylight.mdsal.model</groupId>
793                 <artifactId>odl-mdsal-model-rfc7952</artifactId>
794                 <version>2.0.0-SNAPSHOT</version>
795                 <classifier>features</classifier>
796                 <type>xml</type>
797             </dependency>
798             <dependency>
799                 <groupId>org.opendaylight.mdsal.model</groupId>
800                 <artifactId>odl-mdsal-model-rfc8294</artifactId>
801                 <version>2.0.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-rfc8342</artifactId>
808                 <version>2.0.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-rfc8343</artifactId>
815                 <version>2.0.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-rfc8344</artifactId>
822                 <version>2.0.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-rfc8345</artifactId>
829                 <version>2.0.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-rfc8345-non-nmda</artifactId>
836                 <version>2.0.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-rfc8348</artifactId>
843                 <version>2.0.0-SNAPSHOT</version>
844                 <classifier>features</classifier>
845                 <type>xml</type>
846             </dependency>
847             <dependency>
848                 <groupId>org.opendaylight.mdsal.model</groupId>
849                 <artifactId>odl-mdsal-model-rfc8348-non-nmda</artifactId>
850                 <version>2.0.0-SNAPSHOT</version>
851                 <classifier>features</classifier>
852                 <type>xml</type>
853             </dependency>
854             <dependency>
855                 <groupId>org.opendaylight.mdsal.model</groupId>
856                 <artifactId>odl-mdsal-model-rfc8349</artifactId>
857                 <version>2.0.0-SNAPSHOT</version>
858                 <classifier>features</classifier>
859                 <type>xml</type>
860             </dependency>
861             <dependency>
862                 <groupId>org.opendaylight.mdsal.model</groupId>
863                 <artifactId>odl-mdsal-model-rfc8519</artifactId>
864                 <version>2.0.0-SNAPSHOT</version>
865                 <classifier>features</classifier>
866                 <type>xml</type>
867             </dependency>
868             <dependency>
869                 <groupId>org.opendaylight.mdsal.model</groupId>
870                 <artifactId>odl-mdsal-model-rfc8528</artifactId>
871                 <version>2.0.0-SNAPSHOT</version>
872                 <classifier>features</classifier>
873                 <type>xml</type>
874             </dependency>
875             <dependency>
876                 <groupId>org.opendaylight.mdsal.model</groupId>
877                 <artifactId>odl-mdsal-model-rfc8529</artifactId>
878                 <version>2.0.0-SNAPSHOT</version>
879                 <classifier>features</classifier>
880                 <type>xml</type>
881             </dependency>
882             <dependency>
883                 <groupId>org.opendaylight.mdsal.model</groupId>
884                 <artifactId>odl-mdsal-model-rfc8530</artifactId>
885                 <version>2.0.0-SNAPSHOT</version>
886                 <classifier>features</classifier>
887                 <type>xml</type>
888             </dependency>
889
890             <dependency>
891                 <groupId>org.opendaylight.mdsal.model</groupId>
892                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
893                 <version>2.0.0-SNAPSHOT</version>
894                 <classifier>features</classifier>
895                 <type>xml</type>
896             </dependency>
897             <dependency>
898                 <groupId>org.opendaylight.mdsal.model</groupId>
899                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
900                 <version>2.0.0-SNAPSHOT</version>
901                 <classifier>features</classifier>
902                 <type>xml</type>
903             </dependency>
904             <dependency>
905                 <groupId>org.opendaylight.mdsal.model</groupId>
906                 <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
907                 <version>2.0.0-SNAPSHOT</version>
908                 <classifier>features</classifier>
909                 <type>xml</type>
910             </dependency>
911             <dependency>
912                 <groupId>org.opendaylight.mdsal.model</groupId>
913                 <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
914                 <version>2.0.0-SNAPSHOT</version>
915                 <classifier>features</classifier>
916                 <type>xml</type>
917             </dependency>
918             <dependency>
919                 <groupId>org.opendaylight.mdsal.model</groupId>
920                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
921                 <version>2.0.0-SNAPSHOT</version>
922                 <classifier>features</classifier>
923                 <type>xml</type>
924             </dependency>
925             <dependency>
926                 <groupId>org.opendaylight.mdsal.model</groupId>
927                 <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
928                 <version>2.0.0-SNAPSHOT</version>
929                 <classifier>features</classifier>
930                 <type>xml</type>
931             </dependency>
932             <dependency>
933                 <groupId>org.opendaylight.mdsal.model</groupId>
934                 <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
935                 <version>2.0.0-SNAPSHOT</version>
936                 <classifier>features</classifier>
937                 <type>xml</type>
938             </dependency>
939
940             <!-- Documentation -->
941             <dependency>
942                 <groupId>org.opendaylight.yangtools</groupId>
943                 <artifactId>yangtools-docs</artifactId>
944                 <version>2.0.9-SNAPSHOT</version>
945             </dependency>
946         </dependencies>
947     </dependencyManagement>
948 </project>