Add RFC8528 Schema Mount model
[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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-SNAPSHOT</version>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-common-util</artifactId>
51                 <version>3.0.7-SNAPSHOT</version>
52             </dependency>
53
54             <dependency>
55                 <groupId>org.opendaylight.mdsal</groupId>
56                 <artifactId>mdsal-dom-api</artifactId>
57                 <version>3.0.7-SNAPSHOT</version>
58             </dependency>
59             <dependency>
60                 <groupId>org.opendaylight.mdsal</groupId>
61                 <artifactId>mdsal-dom-spi</artifactId>
62                 <version>3.0.7-SNAPSHOT</version>
63             </dependency>
64             <dependency>
65                 <groupId>org.opendaylight.mdsal</groupId>
66                 <artifactId>mdsal-dom-broker</artifactId>
67                 <version>3.0.7-SNAPSHOT</version>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.mdsal</groupId>
71                 <artifactId>mdsal-dom-schema-service-osgi</artifactId>
72                 <version>3.0.7-SNAPSHOT</version>
73             </dependency>
74             <dependency>
75                 <groupId>org.opendaylight.mdsal</groupId>
76                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
77                 <version>3.0.7-SNAPSHOT</version>
78             </dependency>
79
80             <!-- Binding MD-SAL & Java Binding -->
81             <dependency>
82                 <groupId>org.opendaylight.mdsal</groupId>
83                 <artifactId>maven-sal-api-gen-plugin</artifactId>
84                 <version>1.0.7-SNAPSHOT</version>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.mdsal</groupId>
88                 <artifactId>mdsal-binding-generator-api</artifactId>
89                 <version>1.0.7-SNAPSHOT</version>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.mdsal</groupId>
93                 <artifactId>mdsal-binding-generator-util</artifactId>
94                 <version>1.0.7-SNAPSHOT</version>
95             </dependency>
96             <dependency>
97                 <groupId>org.opendaylight.mdsal</groupId>
98                 <artifactId>mdsal-binding-generator-impl</artifactId>
99                 <version>1.0.7-SNAPSHOT</version>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.mdsal</groupId>
103                 <artifactId>mdsal-binding-java-api-generator</artifactId>
104                 <version>1.0.7-SNAPSHOT</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.mdsal</groupId>
108                 <artifactId>yang-binding</artifactId>
109                 <version>1.0.7-SNAPSHOT</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.opendaylight.mdsal</groupId>
113                 <artifactId>mdsal-binding-spec-util</artifactId>
114                 <version>1.0.7-SNAPSHOT</version>
115             </dependency>
116             <dependency>
117                 <groupId>org.opendaylight.mdsal</groupId>
118                 <artifactId>mdsal-binding-test-model</artifactId>
119                 <version>1.0.7-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>3.0.7-SNAPSHOT</version>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.mdsal</groupId>
130                 <artifactId>mdsal-binding-dom-adapter</artifactId>
131                 <version>3.0.7-SNAPSHOT</version>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.mdsal</groupId>
135                 <artifactId>mdsal-binding-dom-adapter</artifactId>
136                 <version>3.0.7-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>3.0.7-SNAPSHOT</version>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.mdsal</groupId>
147                 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
148                 <version>3.0.7-SNAPSHOT</version>
149             </dependency>
150             <dependency>
151                 <groupId>org.opendaylight.mdsal</groupId>
152                 <artifactId>mdsal-binding-spi</artifactId>
153                 <version>3.0.7-SNAPSHOT</version>
154             </dependency>
155             <dependency>
156                 <groupId>org.opendaylight.mdsal</groupId>
157                 <artifactId>mdsal-binding-util</artifactId>
158                 <version>3.0.7-SNAPSHOT</version>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.mdsal</groupId>
162                 <artifactId>mdsal-binding-test-utils</artifactId>
163                 <version>3.0.7-SNAPSHOT</version>
164                 <scope>test</scope>
165             </dependency>
166
167             <dependency>
168                 <groupId>org.opendaylight.mdsal.model</groupId>
169                 <artifactId>yang-ext</artifactId>
170                 <version>2013.09.07.15.7-SNAPSHOT</version>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.mdsal.model</groupId>
174                 <artifactId>general-entity</artifactId>
175                 <version>1.0.7-SNAPSHOT</version>
176             </dependency>
177
178             <!-- Binding specification version 2-->
179             <dependency>
180                 <groupId>org.opendaylight.mdsal</groupId>
181                 <artifactId>mdsal-binding2-maven-api-gen-plugin</artifactId>
182                 <version>0.15.7-SNAPSHOT</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.mdsal</groupId>
186                 <artifactId>mdsal-binding2-runtime</artifactId>
187                 <version>0.15.7-SNAPSHOT</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.mdsal</groupId>
191                 <artifactId>mdsal-binding2-dom-codec</artifactId>
192                 <version>0.15.7-SNAPSHOT</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.opendaylight.mdsal</groupId>
196                 <artifactId>mdsal-binding2-api</artifactId>
197                 <version>0.15.7-SNAPSHOT</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.opendaylight.mdsal</groupId>
201                 <artifactId>mdsal-binding2-dom-adapter</artifactId>
202                 <version>0.15.7-SNAPSHOT</version>
203             </dependency>
204             <dependency>
205                 <groupId>org.opendaylight.mdsal</groupId>
206                 <artifactId>mdsal-binding2-spi</artifactId>
207                 <version>0.15.7-SNAPSHOT</version>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.mdsal</groupId>
211                 <artifactId>mdsal-binding2-test-model</artifactId>
212                 <version>0.15.7-SNAPSHOT</version>
213                 <scope>test</scope>
214             </dependency>
215             <dependency>
216                 <groupId>org.opendaylight.mdsal</groupId>
217                 <artifactId>mdsal-binding2-generator-api</artifactId>
218                 <version>0.15.7-SNAPSHOT</version>
219             </dependency>
220             <dependency>
221                 <groupId>org.opendaylight.mdsal</groupId>
222                 <artifactId>mdsal-binding2-spec</artifactId>
223                 <version>0.15.7-SNAPSHOT</version>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.mdsal</groupId>
227                 <artifactId>mdsal-binding2-generator-impl</artifactId>
228                 <version>0.15.7-SNAPSHOT</version>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.mdsal</groupId>
232                 <artifactId>mdsal-binding2-java-api-generator</artifactId>
233                 <version>0.15.7-SNAPSHOT</version>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.mdsal</groupId>
237                 <artifactId>mdsal-binding2-generator-util</artifactId>
238                 <version>0.15.7-SNAPSHOT</version>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.mdsal</groupId>
242                 <artifactId>mdsal-binding2-util</artifactId>
243                 <version>0.15.7-SNAPSHOT</version>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.mdsal.model.binding2</groupId>
247                 <artifactId>yang-ext</artifactId>
248                 <version>2013.09.07.15.7-SNAPSHOT</version>
249             </dependency>
250
251             <dependency>
252                 <groupId>org.opendaylight.mdsal</groupId>
253                 <artifactId>mdsal-eos-common-api</artifactId>
254                 <version>3.0.7-SNAPSHOT</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.mdsal</groupId>
258                 <artifactId>mdsal-eos-common-spi</artifactId>
259                 <version>3.0.7-SNAPSHOT</version>
260             </dependency>
261             <dependency>
262                 <groupId>org.opendaylight.mdsal</groupId>
263                 <artifactId>mdsal-eos-dom-api</artifactId>
264                 <version>3.0.7-SNAPSHOT</version>
265             </dependency>
266             <dependency>
267                 <groupId>org.opendaylight.mdsal</groupId>
268                 <artifactId>mdsal-eos-dom-simple</artifactId>
269                 <version>3.0.7-SNAPSHOT</version>
270             </dependency>
271             <dependency>
272                 <groupId>org.opendaylight.mdsal</groupId>
273                 <artifactId>mdsal-eos-binding-api</artifactId>
274                 <version>3.0.7-SNAPSHOT</version>
275             </dependency>
276             <dependency>
277                 <groupId>org.opendaylight.mdsal</groupId>
278                 <artifactId>mdsal-eos-binding-adapter</artifactId>
279                 <version>3.0.7-SNAPSHOT</version>
280             </dependency>
281             <dependency>
282                 <groupId>org.opendaylight.mdsal</groupId>
283                 <artifactId>mdsal-singleton-common-api</artifactId>
284                 <version>3.0.7-SNAPSHOT</version>
285             </dependency>
286             <dependency>
287                 <groupId>org.opendaylight.mdsal</groupId>
288                 <artifactId>mdsal-singleton-dom-impl</artifactId>
289                 <version>3.0.7-SNAPSHOT</version>
290             </dependency>
291
292             <dependency>
293                 <groupId>org.opendaylight.mdsal</groupId>
294                 <artifactId>mdsal-trace-api</artifactId>
295                 <version>1.0.7-SNAPSHOT</version>
296             </dependency>
297             <dependency>
298                 <groupId>org.opendaylight.mdsal</groupId>
299                 <artifactId>mdsal-trace-cli</artifactId>
300                 <version>1.0.7-SNAPSHOT</version>
301             </dependency>
302             <dependency>
303                 <groupId>org.opendaylight.mdsal</groupId>
304                 <artifactId>mdsal-trace-impl</artifactId>
305                 <version>1.0.7-SNAPSHOT</version>
306             </dependency>
307
308             <!-- Features -->
309             <!-- BINDING -->
310             <dependency>
311                 <groupId>${project.groupId}</groupId>
312                 <artifactId>odl-mdsal-binding</artifactId>
313                 <version>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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>3.0.7-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.15.7-SNAPSHOT</version>
459             </dependency>
460
461             <!-- RFC6991 -->
462             <dependency>
463                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
464                 <artifactId>rfc6991</artifactId>
465                 <version>1.2.7-SNAPSHOT</version>
466             </dependency>
467             <dependency>
468                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
469                 <artifactId>rfc6991-ietf-inet-types</artifactId>
470                 <version>1.2.7-SNAPSHOT</version>
471             </dependency>
472             <dependency>
473                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
474                 <artifactId>rfc6991-ietf-yang-types</artifactId>
475                 <version>1.2.7-SNAPSHOT</version>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.mdsal.model</groupId>
479                 <artifactId>ietf-type-util</artifactId>
480                 <version>2.3.7-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>1.2.7-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>1.0.7-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>1.0.7-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>1.2.7-SNAPSHOT</version>
511             </dependency>
512
513             <!-- RFC7895 -->
514             <dependency>
515                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
516                 <artifactId>rfc7895</artifactId>
517                 <version>1.2.7-SNAPSHOT</version>
518             </dependency>
519
520             <!-- RFC7952 -->
521             <dependency>
522                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
523                 <artifactId>rfc7952</artifactId>
524                 <version>1.2.7-SNAPSHOT</version>
525             </dependency>
526
527             <!-- RFC8294 -->
528             <dependency>
529                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
530                 <artifactId>rfc8294</artifactId>
531                 <version>1.2.7-SNAPSHOT</version>
532             </dependency>
533             <dependency>
534                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
535                 <artifactId>rfc8294-ietf-routing-types</artifactId>
536                 <version>1.2.7-SNAPSHOT</version>
537             </dependency>
538             <dependency>
539                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
540                 <artifactId>iana-routing-types</artifactId>
541                 <version>1.2.7-SNAPSHOT</version>
542             </dependency>
543
544             <!-- RFC8342 -->
545             <dependency>
546                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
547                 <artifactId>rfc8342</artifactId>
548                 <version>1.2.7-SNAPSHOT</version>
549             </dependency>
550             <dependency>
551                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
552                 <artifactId>rfc8342-ietf-datastores</artifactId>
553                 <version>1.2.7-SNAPSHOT</version>
554             </dependency>
555             <dependency>
556                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
557                 <artifactId>rfc8342-ietf-origin</artifactId>
558                 <version>1.2.7-SNAPSHOT</version>
559             </dependency>
560
561             <!-- RFC8343 -->
562             <dependency>
563                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
564                 <artifactId>rfc8343</artifactId>
565                 <version>1.2.7-SNAPSHOT</version>
566             </dependency>
567
568             <!-- RFC8344 -->
569             <dependency>
570                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
571                 <artifactId>rfc8344</artifactId>
572                 <version>1.2.7-SNAPSHOT</version>
573             </dependency>
574
575             <!-- RFC8345 -->
576             <dependency>
577                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
578                 <artifactId>rfc8345</artifactId>
579                 <version>1.2.7-SNAPSHOT</version>
580             </dependency>
581             <dependency>
582                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
583                 <artifactId>rfc8345-ietf-network</artifactId>
584                 <version>1.2.7-SNAPSHOT</version>
585             </dependency>
586             <dependency>
587                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
588                 <artifactId>rfc8345-ietf-network-state</artifactId>
589                 <version>1.2.7-SNAPSHOT</version>
590             </dependency>
591             <dependency>
592                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
593                 <artifactId>rfc8345-ietf-network-topology</artifactId>
594                 <version>1.2.7-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>1.2.7-SNAPSHOT</version>
600             </dependency>
601
602             <!-- RFC8348 -->
603             <dependency>
604                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
605                 <artifactId>rfc8348</artifactId>
606                 <version>1.2.7-SNAPSHOT</version>
607             </dependency>
608             <dependency>
609                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
610                 <artifactId>rfc8348-ietf-hardware</artifactId>
611                 <version>1.2.7-SNAPSHOT</version>
612             </dependency>
613             <dependency>
614                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
615                 <artifactId>rfc8348-ietf-hardware-state</artifactId>
616                 <version>1.2.7-SNAPSHOT</version>
617             </dependency>
618             <dependency>
619                 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
620                 <artifactId>iana-hardware</artifactId>
621                 <version>1.2.7-SNAPSHOT</version>
622             </dependency>
623
624             <!-- RFC8349 -->
625             <dependency>
626                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
627                 <artifactId>rfc8349</artifactId>
628                 <version>1.2.7-SNAPSHOT</version>
629             </dependency>
630             <dependency>
631                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
632                 <artifactId>rfc8349-ietf-routing</artifactId>
633                 <version>1.2.7-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>1.2.7-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>1.2.7-SNAPSHOT</version>
644             </dependency>
645
646             <!-- RFC8528 -->
647             <dependency>
648                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
649                 <artifactId>rfc8528</artifactId>
650                 <version>1.0.7-SNAPSHOT</version>
651             </dependency>
652
653             <!-- draft-bierman-netconf-restconf-02 -->
654             <!-- FIXME: upgrade to RFC8040 -->
655             <dependency>
656                 <groupId>org.opendaylight.mdsal.model</groupId>
657                 <artifactId>ietf-restconf</artifactId>
658                 <version>2013.10.19.15.7-SNAPSHOT</version>
659             </dependency>
660
661             <!-- draft-clemm-netmod-yang-network-topo-01 -->
662             <!-- FIXME: figure out migration path towads:
663                         RFC8345
664                         RFC8346
665                         draft-ietf-teas-yang-te-topo-15 (?)
666                         draft-ietf-teas-yang-l3-te-topo-01 (?) -->
667             <dependency>
668                 <groupId>org.opendaylight.mdsal.model</groupId>
669                 <artifactId>ietf-ted</artifactId>
670                 <version>2013.10.21.15.7-SNAPSHOT</version>
671             </dependency>
672             <dependency>
673                 <groupId>org.opendaylight.mdsal.model</groupId>
674                 <artifactId>ietf-topology</artifactId>
675                 <version>2013.10.21.15.7-SNAPSHOT</version>
676             </dependency>
677             <dependency>
678                 <groupId>org.opendaylight.mdsal.model</groupId>
679                 <artifactId>ietf-topology-isis</artifactId>
680                 <version>2013.10.21.15.7-SNAPSHOT</version>
681             </dependency>
682             <dependency>
683                 <groupId>org.opendaylight.mdsal.model</groupId>
684                 <artifactId>ietf-topology-l3-unicast-igp</artifactId>
685                 <version>2013.10.21.15.7-SNAPSHOT</version>
686             </dependency>
687             <dependency>
688                 <groupId>org.opendaylight.mdsal.model</groupId>
689                 <artifactId>ietf-topology-ospf</artifactId>
690                 <version>2013.10.21.15.7-SNAPSHOT</version>
691             </dependency>
692             <dependency>
693                 <groupId>org.opendaylight.mdsal.model</groupId>
694                 <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
695                 <version>1.4.7-SNAPSHOT</version>
696             </dependency>
697
698             <!-- draft-ietf-netmod-acl-model-07 -->
699             <!-- FIXME: figure out the upgrade path towards
700                         draft-ietf-netmod-acl-model-18 -->
701             <dependency>
702                 <groupId>org.opendaylight.mdsal.model</groupId>
703                 <artifactId>ietf-packet-fields</artifactId>
704                 <version>0.13.7-SNAPSHOT</version>
705             </dependency>
706             <dependency>
707                 <groupId>org.opendaylight.mdsal.model</groupId>
708                 <artifactId>ietf-access-control-list</artifactId>
709                 <version>0.13.7-SNAPSHOT</version>
710             </dependency>
711
712             <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
713             <dependency>
714                 <groupId>org.opendaylight.mdsal.model</groupId>
715                 <artifactId>iana-afn-safi</artifactId>
716                 <version>2013.07.04.15.7-SNAPSHOT</version>
717             </dependency>
718
719             <!-- Features -->
720             <dependency>
721                 <groupId>org.opendaylight.mdsal.model</groupId>
722                 <artifactId>odl-mdsal-model-rfc6991</artifactId>
723                 <version>1.2.7-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-rfc7223</artifactId>
730                 <version>1.2.7-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-rfc7224</artifactId>
737                 <version>1.2.7-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-rfc7277</artifactId>
744                 <version>1.2.7-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-rfc7895</artifactId>
751                 <version>1.2.7-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-rfc7952</artifactId>
758                 <version>1.2.7-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-rfc8294</artifactId>
765                 <version>1.2.7-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-rfc8342</artifactId>
772                 <version>1.2.7-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-rfc8343</artifactId>
779                 <version>1.2.7-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-rfc8344</artifactId>
786                 <version>1.2.7-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-rfc8345</artifactId>
793                 <version>1.2.7-SNAPSHOT</version>
794                 <classifier>features</classifier>
795                 <type>xml</type>
796             </dependency>
797             <dependency>
798                 <groupId>org.opendaylight.mdsal.model</groupId>
799                 <artifactId>odl-mdsal-model-rfc8345-non-nmda</artifactId>
800                 <version>1.2.7-SNAPSHOT</version>
801                 <classifier>features</classifier>
802                 <type>xml</type>
803             </dependency>
804             <dependency>
805                 <groupId>org.opendaylight.mdsal.model</groupId>
806                 <artifactId>odl-mdsal-model-rfc8348</artifactId>
807                 <version>1.2.7-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-rfc8348-non-nmda</artifactId>
814                 <version>1.2.7-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-rfc8349</artifactId>
821                 <version>1.2.7-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-rfc8528</artifactId>
828                 <version>1.0.7-SNAPSHOT</version>
829                 <classifier>features</classifier>
830                 <type>xml</type>
831             </dependency>
832
833             <dependency>
834                 <groupId>org.opendaylight.mdsal.model</groupId>
835                 <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
836                 <version>1.2.7-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-draft-clemm-netmod-yang-network-topo-01</artifactId>
843                 <version>1.2.7-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-draft-clemm-netmod-yang-network-topo-01-minimal</artifactId>
850                 <version>1.2.7-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-draft-ietf-lisp-lcaf-10</artifactId>
857                 <version>1.2.7-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-draft-ietf-netmod-acl-model-07</artifactId>
864                 <version>1.2.7-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-draft-ietf-netmod-iana-afn-safi-00</artifactId>
871                 <version>1.2.7-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-odl-l2-types</artifactId>
878                 <version>1.2.7-SNAPSHOT</version>
879                 <classifier>features</classifier>
880                 <type>xml</type>
881             </dependency>
882
883             <!-- Documentation -->
884             <dependency>
885                 <groupId>org.opendaylight.yangtools</groupId>
886                 <artifactId>yangtools-docs</artifactId>
887                 <version>2.0.9-SNAPSHOT</version>
888             </dependency>
889         </dependencies>
890     </dependencyManagement>
891 </project>