Add missing <name> fields for pom.xml files
[integration/distribution.git] / artifacts / upstream / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 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     <parent>
13       <groupId>org.opendaylight.odlparent</groupId>
14       <artifactId>odlparent-lite</artifactId>
15       <version>1.8.0-SNAPSHOT</version>
16       <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>upstream-artifacts</artifactId>
20     <version>0.6.0-SNAPSHOT</version>
21     <packaging>pom</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>POM to import with all upstream ODL artifact versions.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <properties>
41         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42         <!-- Version properties by project or component. -->
43         <!-- Keep this list sorted alphabetically please. -->
44         <aaa.version>0.5.0-SNAPSHOT</aaa.version>
45         <alto.version>0.4.0-SNAPSHOT</alto.version>
46         <!-- Removed from autorelease due to inactivity.
47         <atrium.version>0.1.0-SNAPSHOT</atrium.version>
48         -->
49         <benchmark.version>1.3.0-SNAPSHOT</benchmark.version>
50         <bgpcep.version>0.7.0-SNAPSHOT</bgpcep.version>
51         <bier.version>0.1.0-SNAPSHOT</bier.version>
52         <capwap.version>0.4.0-SNAPSHOT</capwap.version>
53         <cardinal.version>0.2.0-SNAPSHOT</cardinal.version>
54         <!-- Removed from autorelease due to inactivity.
55         <centinel.version>0.3.0-SNAPSHOT</centinel.version>
56         -->
57         <controller.config.version>0.6.0-SNAPSHOT</controller.config.version>
58         <controller.extras.version>1.8.0-SNAPSHOT</controller.extras.version>
59         <didm.version>0.4.0-SNAPSHOT</didm.version>
60         <dlux.version>0.5.0-SNAPSHOT</dlux.version>
61         <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
62         <eman.version>1.1.0-SNAPSHOT</eman.version>
63         <faas.version>1.2.0-SNAPSHOT</faas.version>
64         <federation.version>0.2.0-SNAPSHOT</federation.version>
65         <flow.version>1.5.0-SNAPSHOT</flow.version>
66         <genius.version>0.2.0-SNAPSHOT</genius.version>
67         <groupbasedpolicy.version>0.5.0-SNAPSHOT</groupbasedpolicy.version>
68         <honeycomb.vbd.version>1.1.0-SNAPSHOT</honeycomb.vbd.version>
69         <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
70         <iotdm.version>0.3.0-SNAPSHOT</iotdm.version>
71         <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
72         <lacp.version>1.3.0-SNAPSHOT</lacp.version>
73         <lispflowmapping.version>1.5.0-SNAPSHOT</lispflowmapping.version>
74         <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
75         <natapp.version>0.2.0-SNAPSHOT</natapp.version>
76         <nemo.version>1.2.0-SNAPSHOT</nemo.version>
77         <netconf.version>1.2.0-SNAPSHOT</netconf.version>
78         <netide.version>0.3.0-SNAPSHOT</netide.version>
79         <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
80         <nic.version>1.3.0-SNAPSHOT</nic.version>
81         <neutron.version>0.8.0-SNAPSHOT</neutron.version>
82         <ocpplugin.version>0.2.0-SNAPSHOT</ocpplugin.version>
83         <odlparent.version>1.8.0-SNAPSHOT</odlparent.version>
84         <of-config.version>1.2.0-SNAPSHOT</of-config.version>
85         <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
86         <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
87         <packetcable.version>1.5.0-SNAPSHOT</packetcable.version>
88         <restconf.version>1.5.0-SNAPSHOT</restconf.version>
89         <sdninterfaceapp.version>1.8.0-SNAPSHOT</sdninterfaceapp.version>
90         <sfc.version>0.5.0-SNAPSHOT</sfc.version>
91         <snbi.version>1.4.0-SNAPSHOT</snbi.version>
92         <snmp.version>1.3.0-SNAPSHOT</snmp.version>
93         <snmp4sdn.version>0.5.0-SNAPSHOT</snmp4sdn.version>
94         <sxp.version>1.4.0-SNAPSHOT</sxp.version>
95         <topoprocessing.version>0.3.0-SNAPSHOT</topoprocessing.version>
96         <tsdr.version>1.3.0-SNAPSHOT</tsdr.version>
97         <ttp.version>0.4.0-SNAPSHOT</ttp.version>
98         <unimgr.version>0.2.0-SNAPSHOT</unimgr.version>
99         <usc.version>1.3.0-SNAPSHOT</usc.version>
100         <!-- Removed from autorelease due to inactivity.
101         <usecplugin.version>1.2.0-SNAPSHOT</usecplugin.version>
102         -->
103         <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
104         <vtn-manager.version>0.6.0-SNAPSHOT</vtn-manager.version>
105         <!-- Removed from autorelease due to inactivity.
106         <yang-push.version>1.2.0-SNAPSHOT</yang-push.version>
107         -->
108         <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
109         <!-- Keep this list sorted alphabetically please. -->
110     </properties>
111     <dependencyManagement>
112         <dependencies>
113             <!-- For Version. -->
114             <dependency>
115                 <groupId>org.opendaylight.controller</groupId>
116                 <artifactId>features-config-persister</artifactId>
117                 <version>${controller.config.version}</version>
118                 <classifier>features</classifier>
119                 <type>xml</type>
120             </dependency>
121             <!-- External applications. -->
122             <dependency>
123                 <groupId>org.opendaylight.aaa</groupId>
124                 <artifactId>aaa-cli-jar</artifactId>
125                 <version>${aaa.version}</version>
126             </dependency>
127             <!-- For features, by project. -->
128             <!-- TODO: This basically duplicates features-index dependencies just to save 1 line per dependency there. Worth it? -->
129             <!-- Aaa -->
130             <dependency>
131                 <groupId>org.opendaylight.aaa</groupId>
132                 <artifactId>features-aaa</artifactId>
133                 <version>${aaa.version}</version>
134                 <classifier>features</classifier>
135                 <type>xml</type>
136             </dependency>
137             <dependency>
138                 <groupId>org.opendaylight.aaa</groupId>
139                 <artifactId>features-aaa-shiro</artifactId>
140                 <version>${aaa.version}</version>
141                 <classifier>features</classifier>
142                 <type>xml</type>
143             </dependency>
144             <!-- Alto -->
145             <dependency>
146                 <groupId>org.opendaylight.alto</groupId>
147                 <artifactId>features-alto-release</artifactId>
148                 <version>${alto.version}</version>
149                 <classifier>features</classifier>
150                 <type>xml</type>
151             </dependency>
152             <!-- Atrium
153                 Removed from autorelease due to inactivity.
154             <dependency>
155                 <groupId>org.opendaylight.atrium</groupId>
156                 <artifactId>atrium-features</artifactId>
157                 <version>${atrium.version}</version>
158                 <classifier>features</classifier>
159                 <type>xml</type>
160             </dependency>
161             -->
162             <!-- Bgpcep -->
163             <dependency>
164                 <groupId>org.opendaylight.bgpcep</groupId>
165                 <artifactId>features-bgp</artifactId>
166                 <classifier>features</classifier>
167                 <version>${bgpcep.version}</version>
168                 <type>xml</type>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.bgpcep</groupId>
172                 <artifactId>features-bmp</artifactId>
173                 <classifier>features</classifier>
174                 <version>${bgpcep.version}</version>
175                 <type>xml</type>
176             </dependency>
177             <dependency>
178                 <groupId>org.opendaylight.bgpcep</groupId>
179                 <artifactId>features-extras</artifactId>
180                 <classifier>features</classifier>
181                 <version>${bgpcep.version}</version>
182                 <type>xml</type>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.bgpcep</groupId>
186                 <artifactId>features-pcep</artifactId>
187                 <classifier>features</classifier>
188                 <version>${bgpcep.version}</version>
189                 <type>xml</type>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.bgpcep</groupId>
193                 <artifactId>features-rsvp</artifactId>
194                 <classifier>features</classifier>
195                 <version>${bgpcep.version}</version>
196                 <type>xml</type>
197             </dependency>
198             <!-- Bier -->
199             <dependency>
200                 <groupId>org.opendaylight.bier</groupId>
201                 <artifactId>features-bier</artifactId>
202                 <classifier>features</classifier>
203                 <version>${bier.version}</version>
204                 <type>xml</type>
205             </dependency>
206             <!-- Capwap -->
207             <dependency>
208                 <groupId>org.opendaylight.capwap</groupId>
209                 <artifactId>capwap-features</artifactId>
210                 <version>${capwap.version}</version>
211                 <classifier>features</classifier>
212                 <type>xml</type>
213             </dependency>
214             <!-- Cardinal -->
215             <dependency>
216                 <groupId>org.opendaylight.cardinal</groupId>
217                 <artifactId>cardinal-features</artifactId>
218                 <version>${cardinal.version}</version>
219                 <classifier>features</classifier>
220                 <type>xml</type>
221             </dependency>
222             <!-- Centinel
223                 Removed from autorelease due to inactivity.
224             <dependency>
225                 <groupId>org.opendaylight.centinel</groupId>
226                 <artifactId>centinel-features</artifactId>
227                 <version>${centinel.version}</version>
228                 <classifier>features</classifier>
229                 <type>xml</type>
230             </dependency>
231             -->
232             <!-- Controller -->
233             <dependency>
234                 <groupId>org.opendaylight.controller</groupId>
235                 <artifactId>features-extras</artifactId>
236                 <version>${controller.extras.version}</version>
237                 <classifier>features</classifier>
238                 <type>xml</type>
239             </dependency>
240             <dependency>
241                 <groupId>org.opendaylight.controller</groupId>
242                 <artifactId>features-mdsal</artifactId>
243                 <version>${mdsal.version}</version>
244                 <classifier>features</classifier>
245                 <type>xml</type>
246             </dependency>
247             <dependency>
248                 <groupId>org.opendaylight.controller</groupId>
249                 <artifactId>features-mdsal-benchmark</artifactId>
250                 <version>${benchmark.version}</version>
251                 <classifier>features</classifier>
252                 <type>xml</type>
253             </dependency>
254             <!-- Didm -->
255             <dependency>
256                 <groupId>org.opendaylight.didm</groupId>
257                 <artifactId>features-didm</artifactId>
258                 <version>${didm.version}</version>
259                 <classifier>features</classifier>
260                 <type>xml</type>
261             </dependency>
262             <dependency>
263                 <groupId>org.opendaylight.didm</groupId>
264                 <artifactId>features-didm-hp</artifactId>
265                 <version>${didm.version}</version>
266                 <classifier>features</classifier>
267                 <type>xml</type>
268             </dependency>
269             <dependency>
270                 <groupId>org.opendaylight.didm</groupId>
271                 <artifactId>features-didm-ovs</artifactId>
272                 <version>${didm.version}</version>
273                 <classifier>features</classifier>
274                 <type>xml</type>
275             </dependency>
276             <!-- Dlux -->
277             <dependency>
278                 <groupId>org.opendaylight.dlux</groupId>
279                 <artifactId>features-dlux</artifactId>
280                 <version>${dlux.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283             </dependency>
284             <!-- Dluxapps -->
285             <dependency>
286                 <groupId>org.opendaylight.dluxapps</groupId>
287                 <artifactId>features-dluxapps</artifactId>
288                 <version>${dluxapps.version}</version>
289                 <classifier>features</classifier>
290                 <type>xml</type>
291             </dependency>
292             <!-- Eman -->
293             <dependency>
294                 <groupId>org.opendaylight.eman</groupId>
295                 <artifactId>eman-features</artifactId>
296                 <version>${eman.version}</version>
297                 <classifier>features</classifier>
298                 <type>xml</type>
299             </dependency>
300             <!-- Faas -->
301             <dependency>
302                 <groupId>org.opendaylight.faas</groupId>
303                 <artifactId>features-faas</artifactId>
304                 <version>${faas.version}</version>
305                 <classifier>features</classifier>
306                 <type>xml</type>
307             </dependency>
308             <!-- Federation -->
309             <dependency>
310                 <groupId>org.opendaylight.federation</groupId>
311                 <artifactId>federation-features</artifactId>
312                 <version>${federation.version}</version>
313                 <classifier>features</classifier>
314                 <type>xml</type>
315             </dependency>
316             <!-- Genius -->
317             <dependency>
318                 <groupId>org.opendaylight.genius</groupId>
319                 <artifactId>genius-features</artifactId>
320                 <version>${genius.version}</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324             <!-- Groupbasedpolicy -->
325             <dependency>
326                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
327                 <artifactId>features-groupbasedpolicy</artifactId>
328                 <version>${groupbasedpolicy.version}</version>
329                 <classifier>features</classifier>
330                 <type>xml</type>
331             </dependency>
332             <!-- Honeycomb/Vbd -->
333             <dependency>
334                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
335                 <artifactId>vbd-features</artifactId>
336                 <version>${honeycomb.vbd.version}</version>
337                 <classifier>features</classifier>
338                 <type>xml</type>
339             </dependency>
340             <!-- Infrautils -->
341             <dependency>
342                 <groupId>org.opendaylight.infrautils</groupId>
343                 <artifactId>infrautils-features</artifactId>
344                 <version>${infrautils.version}</version>
345                 <classifier>features</classifier>
346                 <type>xml</type>
347             </dependency>
348             <!-- Iotdm -->
349             <dependency>
350                 <groupId>org.opendaylight.iotdm</groupId>
351                 <artifactId>onem2mall-features</artifactId>
352                 <version>${iotdm.version}</version>
353                 <classifier>features</classifier>
354                 <type>xml</type>
355             </dependency>
356             <!-- L2switch -->
357             <dependency>
358                 <groupId>org.opendaylight.l2switch</groupId>
359                 <artifactId>features-l2switch</artifactId>
360                 <version>${l2switch.version}</version>
361                 <classifier>features</classifier>
362                 <type>xml</type>
363             </dependency>
364             <!-- Lacp -->
365             <dependency>
366                 <groupId>org.opendaylight.lacp</groupId>
367                 <artifactId>features-lacp</artifactId>
368                 <version>${lacp.version}</version>
369                 <classifier>features</classifier>
370                 <type>xml</type>
371             </dependency>
372             <!-- Lispflowmapping -->
373             <dependency>
374                 <groupId>org.opendaylight.lispflowmapping</groupId>
375                 <artifactId>features-lispflowmapping</artifactId>
376                 <version>${lispflowmapping.version}</version>
377                 <classifier>features</classifier>
378                 <type>xml</type>
379             </dependency>
380             <!-- Natapp -->
381             <dependency>
382                 <groupId>org.opendaylight.natapp</groupId>
383                 <artifactId>natapp-features</artifactId>
384                 <version>${natapp.version}</version>
385                 <classifier>features</classifier>
386                 <type>xml</type>
387             </dependency>
388             <!-- Nemo -->
389             <dependency>
390                 <groupId>org.opendaylight.nemo</groupId>
391                 <artifactId>nemo-features</artifactId>
392                 <version>${nemo.version}</version>
393                 <classifier>features</classifier>
394                 <type>xml</type>
395             </dependency>
396             <!-- Netconf -->
397             <dependency>
398                 <groupId>org.opendaylight.netconf</groupId>
399                 <artifactId>features-netconf</artifactId>
400                 <version>${netconf.version}</version>
401                 <classifier>features</classifier>
402                 <type>xml</type>
403             </dependency>
404             <dependency>
405                 <groupId>org.opendaylight.netconf</groupId>
406                 <artifactId>features-netconf-connector</artifactId>
407                 <version>${netconf.version}</version>
408                 <classifier>features</classifier>
409                 <type>xml</type>
410             </dependency>
411             <dependency>
412                 <groupId>org.opendaylight.netconf</groupId>
413                 <artifactId>features-restconf</artifactId>
414                 <version>${restconf.version}</version>
415                 <classifier>features</classifier>
416                 <type>xml</type>
417             </dependency>
418             <!-- Netvirt -->
419             <dependency>
420                 <groupId>org.opendaylight.netvirt</groupId>
421                 <artifactId>features-netvirt</artifactId>
422                 <version>${netvirt.version}</version>
423                 <classifier>features</classifier>
424                 <type>xml</type>
425             </dependency>
426             <dependency>
427                 <groupId>org.opendaylight.netvirt</groupId>
428                 <artifactId>openstack.net-virt-sfc-features</artifactId>
429                 <version>${netvirt.version}</version>
430                 <classifier>features</classifier>
431                 <type>xml</type>
432             </dependency>
433             <dependency>
434                 <groupId>org.opendaylight.netvirt</groupId>
435                 <artifactId>openstack.sfc-translator-features</artifactId>
436                 <version>${netvirt.version}</version>
437                 <classifier>features</classifier>
438                 <type>xml</type>
439             </dependency>
440             <dependency>
441                 <groupId>org.opendaylight.netvirt</groupId>
442                 <artifactId>vpnservice-features</artifactId>
443                 <version>${vpnservice.version}</version>
444                 <classifier>features</classifier>
445                 <type>xml</type>
446             </dependency>
447             <!-- Netide -->
448             <dependency>
449                 <groupId>org.opendaylight.netide</groupId>
450                 <artifactId>netide-features</artifactId>
451                 <version>${netide.version}</version>
452                 <classifier>features</classifier>
453                 <type>xml</type>
454             </dependency>
455             <!-- Neutron -->
456             <dependency>
457                 <groupId>org.opendaylight.neutron</groupId>
458                 <artifactId>features-neutron</artifactId>
459                 <version>${neutron.version}</version>
460                 <classifier>features</classifier>
461                 <type>xml</type>
462             </dependency>
463             <!-- Nic -->
464             <dependency>
465                 <groupId>org.opendaylight.nic</groupId>
466                 <artifactId>features-nic</artifactId>
467                 <version>${nic.version}</version>
468                 <classifier>features</classifier>
469                 <type>xml</type>
470             </dependency>
471             <!-- Ocpplugin -->
472             <dependency>
473                 <groupId>org.opendaylight.ocpplugin</groupId>
474                 <artifactId>features-ocpplugin</artifactId>
475                 <version>${ocpplugin.version}</version>
476                 <classifier>features</classifier>
477                 <type>xml</type>
478             </dependency>
479             <!-- Odlparent -->
480             <dependency>
481                 <groupId>org.opendaylight.odlparent</groupId>
482                 <artifactId>features-akka</artifactId>
483                 <version>${odlparent.version}</version>
484                 <classifier>features</classifier>
485                 <type>xml</type>
486             </dependency>
487             <dependency>
488                 <groupId>org.opendaylight.odlparent</groupId>
489                 <artifactId>features-odlparent</artifactId>
490                 <version>${odlparent.version}</version>
491                 <classifier>features</classifier>
492                 <type>xml</type>
493             </dependency>
494             <!-- Of-config -->
495             <dependency>
496                 <groupId>org.opendaylight.of-config</groupId>
497                 <artifactId>features-of-config</artifactId>
498                 <version>${of-config.version}</version>
499                 <classifier>features</classifier>
500                 <type>xml</type>
501             </dependency>
502             <!-- Openflowplugin -->
503             <dependency>
504                 <groupId>org.opendaylight.openflowplugin</groupId>
505                 <artifactId>features-openflowplugin</artifactId>
506                 <version>${openflowplugin.version}</version>
507                 <classifier>features</classifier>
508                 <type>xml</type>
509             </dependency>
510             <dependency>
511                 <groupId>org.opendaylight.openflowplugin</groupId>
512                 <artifactId>features-openflowplugin-he</artifactId>
513                 <version>${openflowplugin.version}</version>
514                 <classifier>features</classifier>
515                 <type>xml</type>
516             </dependency>
517             <dependency>
518                 <groupId>org.opendaylight.openflowplugin</groupId>
519                 <artifactId>features-openflowplugin-extension</artifactId>
520                 <version>${openflowplugin.version}</version>
521                 <classifier>features</classifier>
522                 <type>xml</type>
523             </dependency>
524             <dependency>
525                 <groupId>org.opendaylight.openflowplugin</groupId>
526                 <artifactId>features-openflowplugin-extension-he</artifactId>
527                 <version>${openflowplugin.version}</version>
528                 <classifier>features</classifier>
529                 <type>xml</type>
530             </dependency>
531             <!-- Ovsdb -->
532             <dependency>
533                 <groupId>org.opendaylight.ovsdb</groupId>
534                 <artifactId>library-features</artifactId>
535                 <version>${ovsdb.version}</version>
536                 <classifier>features</classifier>
537                 <type>xml</type>
538             </dependency>
539             <dependency>
540                 <groupId>org.opendaylight.ovsdb</groupId>
541                 <artifactId>southbound-features</artifactId>
542                 <version>${ovsdb.version}</version>
543                 <classifier>features</classifier>
544                 <type>xml</type>
545             </dependency>
546             <dependency>
547                 <groupId>org.opendaylight.ovsdb</groupId>
548                 <artifactId>hwvtepsouthbound-features</artifactId>
549                 <version>${ovsdb.version}</version>
550                 <classifier>features</classifier>
551                 <type>xml</type>
552             </dependency>
553             <!-- Packetcable -->
554             <dependency>
555                 <groupId>org.opendaylight.packetcable</groupId>
556                 <artifactId>features-packetcable-policy</artifactId>
557                 <version>${packetcable.version}</version>
558                 <classifier>features</classifier>
559                 <type>xml</type>
560             </dependency>
561             <!-- Sdninterfaceapp -->
562             <dependency>
563                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
564                 <artifactId>features-sdninterfaceapp</artifactId>
565                 <version>${sdninterfaceapp.version}</version>
566                 <classifier>features</classifier>
567                 <type>xml</type>
568             </dependency>
569             <!-- Sfc -->
570             <dependency>
571                 <groupId>org.opendaylight.sfc</groupId>
572                 <artifactId>features-sfc</artifactId>
573                 <version>${sfc.version}</version>
574                 <classifier>features</classifier>
575                 <type>xml</type>
576             </dependency>
577             <!-- Snbi -->
578             <dependency>
579                 <groupId>org.opendaylight.snbi</groupId>
580                 <artifactId>features-snbi</artifactId>
581                 <version>${snbi.version}</version>
582                 <classifier>features</classifier>
583                 <type>xml</type>
584             </dependency>
585             <!-- Snmp -->
586             <dependency>
587                 <groupId>org.opendaylight.snmp</groupId>
588                 <artifactId>features-snmp</artifactId>
589                 <version>${snmp.version}</version>
590                 <classifier>features</classifier>
591                 <type>xml</type>
592             </dependency>
593             <!-- Snmp4sdn -->
594             <dependency>
595                 <groupId>org.opendaylight.snmp4sdn</groupId>
596                 <artifactId>features-snmp4sdn</artifactId>
597                 <version>${snmp4sdn.version}</version>
598                 <classifier>features</classifier>
599                 <type>xml</type>
600             </dependency>
601             <!-- Sxp -->
602             <dependency>
603                 <groupId>org.opendaylight.sxp</groupId>
604                 <artifactId>features</artifactId>
605                 <version>${sxp.version}</version>
606                 <classifier>features</classifier>
607                 <type>xml</type>
608             </dependency>
609             <!-- Topoprocessing -->
610             <dependency>
611                 <groupId>org.opendaylight.topoprocessing</groupId>
612                 <artifactId>features-topoprocessing</artifactId>
613                 <version>${topoprocessing.version}</version>
614                 <classifier>features</classifier>
615                 <type>xml</type>
616             </dependency>
617             <!-- Tsdr -->
618             <dependency>
619                 <groupId>org.opendaylight.tsdr</groupId>
620                 <artifactId>features-tsdr</artifactId>
621                 <version>${tsdr.version}</version>
622                 <classifier>features</classifier>
623                 <type>xml</type>
624             </dependency>
625             <!-- Ttp -->
626             <dependency>
627                 <groupId>org.opendaylight.ttp</groupId>
628                 <artifactId>features-ttp</artifactId>
629                 <version>${ttp.version}</version>
630                 <classifier>features</classifier>
631                 <type>xml</type>
632             </dependency>
633             <!-- Unimgr -->
634             <dependency>
635                 <groupId>org.opendaylight.unimgr</groupId>
636                 <artifactId>unimgr-features</artifactId>
637                 <version>${unimgr.version}</version>
638                 <classifier>features</classifier>
639                 <type>xml</type>
640             </dependency>
641             <!-- Usc -->
642             <dependency>
643                 <groupId>org.opendaylight.usc</groupId>
644                 <artifactId>usc-features</artifactId>
645                 <version>${usc.version}</version>
646                 <classifier>features</classifier>
647                 <type>xml</type>
648             </dependency>
649             <!-- Usecplugin
650                 Removed from autorelease due to inactivity.
651             <dependency>
652                 <groupId>org.opendaylight.usecplugin</groupId>
653                 <artifactId>usecplugin-features</artifactId>
654                 <version>${usecplugin.version}</version>
655                 <classifier>features</classifier>
656                 <type>xml</type>
657             </dependency>
658             -->
659             <!-- Vtn -->
660             <dependency>
661                 <groupId>org.opendaylight.vtn</groupId>
662                 <artifactId>features-vtn-manager</artifactId>
663                 <version>${vtn-manager.version}</version>
664                 <classifier>features</classifier>
665                 <type>xml</type>
666             </dependency>
667             <!-- Yang-push
668                 Removed from autorelease due to inactivity.
669             <dependency>
670                 <groupId>org.opendaylight.yang-push</groupId>
671                 <artifactId>yangpush-features</artifactId>
672                 <version>${yang-push.version}</version>
673                 <classifier>features</classifier>
674                 <type>xml</type>
675             </dependency>
676             -->
677         </dependencies>
678     </dependencyManagement>
679 </project>