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