2d1cf03c8f8477a95b88456a19490e515ecd48b8
[integration/distribution.git] / artifacts / upstream / single-features / 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"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.9.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>single-feature-artifacts</artifactId>
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 user-facing single feature 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/single-features;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- User facing single features. -->
41     <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
42     <profiles>
43         <!-- AAA -->
44         <profile>
45             <id>aaa</id>
46             <activation>
47                 <activeByDefault>true</activeByDefault>
48             </activation>
49             <dependencyManagement>
50                 <dependencies>
51                     <dependency>
52                         <groupId>org.opendaylight.aaa</groupId>
53                         <artifactId>odl-aaa-cert</artifactId>
54                         <version>${aaa.version}</version>
55                         <classifier>features</classifier>
56                         <type>xml</type>
57                     </dependency>
58                     <dependency>
59                         <groupId>org.opendaylight.aaa</groupId>
60                         <artifactId>odl-aaa-shiro</artifactId>
61                         <version>${aaa.version}</version>
62                         <classifier>features</classifier>
63                         <type>xml</type>
64                     </dependency>
65                 </dependencies>
66             </dependencyManagement>
67         </profile>
68         <!-- ALTO -->
69         <profile>
70             <id>alto</id>
71             <activation>
72                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
73                 <activeByDefault>false</activeByDefault>
74             </activation>
75             <dependencyManagement>
76                 <dependencies>
77                     <dependency>
78                         <groupId>org.opendaylight.alto</groupId>
79                         <artifactId>odl-alto-simpleird</artifactId>
80                         <version>${alto.version}</version>
81                         <classifier>features</classifier>
82                         <type>xml</type>
83                     </dependency>
84                     <dependency>
85                         <groupId>org.opendaylight.alto</groupId>
86                         <artifactId>odl-alto-manual-maps</artifactId>
87                         <version>${alto.version}</version>
88                         <classifier>features</classifier>
89                         <type>xml</type>
90                     </dependency>
91                     <dependency>
92                         <groupId>org.opendaylight.alto</groupId>
93                         <artifactId>odl-alto-simpleecs</artifactId>
94                         <version>${alto.version}</version>
95                         <classifier>features</classifier>
96                         <type>xml</type>
97                     </dependency>
98                     <dependency>
99                         <groupId>org.opendaylight.alto</groupId>
100                         <artifactId>odl-alto-auto-maps</artifactId>
101                         <version>${alto.version}</version>
102                         <classifier>features</classifier>
103                         <type>xml</type>
104                     </dependency>
105                     <dependency>
106                         <groupId>org.opendaylight.alto</groupId>
107                         <artifactId>odl-alto-spce</artifactId>
108                         <version>${alto.version}</version>
109                         <classifier>features</classifier>
110                         <type>xml</type>
111                     </dependency>
112                 </dependencies>
113             </dependencyManagement>
114         </profile>
115         <!-- BIER -->
116         <profile>
117             <id>bier</id>
118             <activation>
119                 <activeByDefault>false</activeByDefault>
120             </activation>
121             <dependencyManagement>
122                 <dependencies>
123                     <dependency>
124                         <groupId>org.opendaylight.bier</groupId>
125                         <artifactId>odl-bier-all</artifactId>
126                         <version>${bier.version}</version>
127                         <classifier>features</classifier>
128                         <type>xml</type>
129                     </dependency>
130                 </dependencies>
131             </dependencyManagement>
132         </profile>
133         <!-- CONTROLLER -->
134         <profile>
135             <id>controller</id>
136             <activation>
137                 <activeByDefault>true</activeByDefault>
138             </activation>
139             <dependencyManagement>
140                 <dependencies>
141                     <dependency>
142                         <groupId>org.opendaylight.controller</groupId>
143                         <artifactId>odl-mdsal-broker</artifactId>
144                         <version>${mdsal.version}</version>
145                         <classifier>features</classifier>
146                         <type>xml</type>
147                     </dependency>
148                 </dependencies>
149             </dependencyManagement>
150         </profile>
151         <!-- Dlux Apps -->
152         <profile>
153             <id>dluxapps</id>
154             <activation>
155                 <activeByDefault>false</activeByDefault>
156             </activation>
157             <dependencyManagement>
158                 <dependencies>
159                     <dependency>
160                         <groupId>org.opendaylight.dluxapps</groupId>
161                         <artifactId>odl-dluxapps-nodes</artifactId>
162                         <version>${dluxapps.version}</version>
163                         <type>xml</type>
164                         <classifier>features</classifier>
165                     </dependency>
166                     <dependency>
167                         <groupId>org.opendaylight.dluxapps</groupId>
168                         <artifactId>odl-dluxapps-topology</artifactId>
169                         <version>${dluxapps.version}</version>
170                         <classifier>features</classifier>
171                         <type>xml</type>
172                     </dependency>
173                     <dependency>
174                         <groupId>org.opendaylight.dluxapps</groupId>
175                         <artifactId>odl-dluxapps-yangman</artifactId>
176                         <version>${dluxapps.version}</version>
177                         <classifier>features</classifier>
178                         <type>xml</type>
179                     </dependency>
180                     <dependency>
181                         <groupId>org.opendaylight.dluxapps</groupId>
182                         <artifactId>odl-dluxapps-yangvisualizer</artifactId>
183                         <version>${dluxapps.version}</version>
184                         <type>xml</type>
185                         <classifier>features</classifier>
186                     </dependency>
187                 </dependencies>
188             </dependencyManagement>
189         </profile>
190         <!-- Eman -->
191         <profile>
192             <id>eman</id>
193             <activation>
194                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
195                 <activeByDefault>false</activeByDefault>
196             </activation>
197             <dependencyManagement>
198                 <dependencies>
199                     <dependency>
200                         <groupId>org.opendaylight.eman</groupId>
201                         <artifactId>odl-eman-ui</artifactId>
202                         <version>${eman.version}</version>
203                         <type>xml</type>
204                         <classifier>features</classifier>
205                     </dependency>
206                     <dependency>
207                         <groupId>org.opendaylight.eman</groupId>
208                         <artifactId>odl-eman-api</artifactId>
209                         <version>${eman.version}</version>
210                         <type>xml</type>
211                         <classifier>features</classifier>
212                     </dependency>
213                     <dependency>
214                         <groupId>org.opendaylight.eman</groupId>
215                         <artifactId>odl-eman</artifactId>
216                         <version>${eman.version}</version>
217                         <type>xml</type>
218                         <classifier>features</classifier>
219                     </dependency>
220                 </dependencies>
221             </dependencyManagement>
222         </profile>
223         <!-- FAAS -->
224         <profile>
225             <id>faas</id>
226             <activation>
227                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
228                 <activeByDefault>false</activeByDefault>
229             </activation>
230             <dependencyManagement>
231                 <dependencies>
232                     <dependency>
233                         <groupId>org.opendaylight.faas</groupId>
234                         <artifactId>odl-faas-base</artifactId>
235                         <version>${faas.version}</version>
236                         <type>xml</type>
237                         <classifier>features</classifier>
238                     </dependency>
239                     <dependency>
240                         <groupId>org.opendaylight.faas</groupId>
241                         <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
242                         <version>${faas.version}</version>
243                         <type>xml</type>
244                         <classifier>features</classifier>
245                     </dependency>
246                     <dependency>
247                         <groupId>org.opendaylight.faas</groupId>
248                         <artifactId>odl-faas-vxlan-fabric</artifactId>
249                         <version>${faas.version}</version>
250                         <type>xml</type>
251                         <classifier>features</classifier>
252                     </dependency>
253                     <dependency>
254                         <groupId>org.opendaylight.faas</groupId>
255                         <artifactId>odl-faas-vlan-fabric</artifactId>
256                         <version>${faas.version}</version>
257                         <type>xml</type>
258                         <classifier>features</classifier>
259                     </dependency>
260                     <dependency>
261                         <groupId>org.opendaylight.faas</groupId>
262                         <artifactId>odl-faas-fabric</artifactId>
263                         <version>${faas.version}</version>
264                         <type>xml</type>
265                         <classifier>features</classifier>
266                     </dependency>
267                     <dependency>
268                         <groupId>org.opendaylight.faas</groupId>
269                         <artifactId>odl-faas-fabricmgr</artifactId>
270                         <version>${faas.version}</version>
271                         <type>xml</type>
272                         <classifier>features</classifier>
273                     </dependency>
274                     <dependency>
275                         <groupId>org.opendaylight.faas</groupId>
276                         <artifactId>odl-faas-uln-mapper</artifactId>
277                         <version>${faas.version}</version>
278                         <type>xml</type>
279                         <classifier>features</classifier>
280                     </dependency>
281                     <dependency>
282                         <groupId>org.opendaylight.faas</groupId>
283                         <artifactId>odl-faas-all</artifactId>
284                         <version>${faas.version}</version>
285                         <type>xml</type>
286                         <classifier>features</classifier>
287                     </dependency>
288                 </dependencies>
289             </dependencyManagement>
290         </profile>
291         <!-- JSON RPC -->
292         <profile>
293             <id>jsonrpc</id>
294             <activation>
295                 <activeByDefault>false</activeByDefault>
296             </activation>
297             <dependencyManagement>
298                 <dependencies>
299                     <dependency>
300                         <groupId>org.opendaylight.jsonrpc</groupId>
301                         <artifactId>jsonrpc-features</artifactId>
302                         <version>${jsonrpc.version}</version>
303                         <type>xml</type>
304                         <classifier>features</classifier>
305                     </dependency>
306                 </dependencies>
307             </dependencyManagement>
308         </profile>
309         <!-- L2switch -->
310         <profile>
311             <id>l2switch</id>
312             <activation>
313                 <activeByDefault>false</activeByDefault>
314             </activation>
315             <dependencyManagement>
316                 <dependencies>
317                     <dependency>
318                         <groupId>org.opendaylight.l2switch</groupId>
319                         <artifactId>odl-l2switch-switch</artifactId>
320                         <version>${l2switch.version}</version>
321                         <classifier>features</classifier>
322                         <type>xml</type>
323                     </dependency>
324                     <dependency>
325                         <groupId>org.opendaylight.l2switch</groupId>
326                         <artifactId>odl-l2switch-switch-rest</artifactId>
327                         <version>${l2switch.version}</version>
328                         <classifier>features</classifier>
329                         <type>xml</type>
330                     </dependency>
331                     <dependency>
332                         <groupId>org.opendaylight.l2switch</groupId>
333                         <artifactId>odl-l2switch-switch-ui</artifactId>
334                         <version>${l2switch.version}</version>
335                         <classifier>features</classifier>
336                         <type>xml</type>
337                     </dependency>
338                 </dependencies>
339             </dependencyManagement>
340         </profile>
341         <!-- NEMO -->
342         <profile>
343             <id>nemo</id>
344             <activation>
345                 <activeByDefault>false</activeByDefault>
346             </activation>
347             <dependencyManagement>
348                 <dependencies>
349                     <dependency>
350                         <groupId>org.opendaylight.nemo</groupId>
351                         <artifactId>odl-nemo-engine</artifactId>
352                         <version>${nemo.version}</version>
353                         <classifier>features</classifier>
354                         <type>xml</type>
355                     </dependency>
356                     <dependency>
357                         <groupId>org.opendaylight.nemo</groupId>
358                         <artifactId>odl-nemo-engine-rest</artifactId>
359                         <version>${nemo.version}</version>
360                         <classifier>features</classifier>
361                         <type>xml</type>
362                     </dependency>
363                     <dependency>
364                         <groupId>org.opendaylight.nemo</groupId>
365                         <artifactId>odl-nemo-engine-ui</artifactId>
366                         <version>${nemo.version}</version>
367                         <classifier>features</classifier>
368                         <type>xml</type>
369                     </dependency>
370                     <dependency>
371                         <groupId>org.opendaylight.nemo</groupId>
372                         <artifactId>odl-nemo-openflow-renderer</artifactId>
373                         <version>${nemo.version}</version>
374                         <classifier>features</classifier>
375                         <type>xml</type>
376                     </dependency>
377                     <dependency>
378                         <groupId>org.opendaylight.nemo</groupId>
379                         <artifactId>odl-nemo-cli-renderer</artifactId>
380                         <version>${nemo.version}</version>
381                         <classifier>features</classifier>
382                         <type>xml</type>
383                     </dependency>
384                 </dependencies>
385             </dependencyManagement>
386         </profile>
387         <!-- NIC -->
388         <profile>
389             <id>nic</id>
390             <activation>
391                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
392                 <activeByDefault>false</activeByDefault>
393             </activation>
394             <dependencyManagement>
395                 <dependencies>
396                     <dependency>
397                         <groupId>org.opendaylight.nic</groupId>
398                         <artifactId>odl-nic-intent-common</artifactId>
399                         <version>${nic.version}</version>
400                         <classifier>features</classifier>
401                         <type>xml</type>
402                     </dependency>
403                     <dependency>
404                         <groupId>org.opendaylight.nic</groupId>
405                         <artifactId>odl-nic-core-mdsal</artifactId>
406                         <version>${nic.version}</version>
407                         <classifier>features</classifier>
408                         <type>xml</type>
409                     </dependency>
410                 </dependencies>
411             </dependencyManagement>
412         </profile>
413         <!-- OCP Plugin -->
414         <profile>
415             <id>ocpplugin</id>
416             <activation>
417                 <!-- Inactive -->
418                 <activeByDefault>false</activeByDefault>
419             </activation>
420             <dependencyManagement>
421                 <dependencies>
422                     <dependency>
423                         <groupId>org.opendaylight.ocpplugin</groupId>
424                         <artifactId>odl-ocpplugin-all</artifactId>
425                         <version>${ocpplugin.version}</version>
426                         <classifier>features</classifier>
427                         <type>xml</type>
428                     </dependency>
429                 </dependencies>
430             </dependencyManagement>
431         </profile>
432         <!-- OF-CONFIG -->
433         <profile>
434             <id>ofconfig</id>
435             <activation>
436                 <activeByDefault>false</activeByDefault>
437             </activation>
438             <dependencyManagement>
439                 <dependencies>
440                     <dependency>
441                         <groupId>org.opendaylight.of-config</groupId>
442                         <artifactId>odl-of-config-all</artifactId>
443                         <version>${ofconfig.version}</version>
444                         <classifier>features</classifier>
445                         <type>xml</type>
446                     </dependency>
447                 </dependencies>
448             </dependencyManagement>
449         </profile>
450         <!-- P4 Plugin -->
451         <profile>
452             <id>p4plugin</id>
453             <activation>
454                 <activeByDefault>false</activeByDefault>
455             </activation>
456             <dependencyManagement>
457                 <dependencies>
458                     <dependency>
459                         <groupId>org.opendaylight.p4plugin</groupId>
460                         <artifactId>odl-p4plugin-all</artifactId>
461                         <version>${p4plugin.version}</version>
462                         <classifier>features</classifier>
463                         <type>xml</type>
464                     </dependency>
465                 </dependencies>
466             </dependencyManagement>
467         </profile>
468         <!-- Packetcable -->
469         <profile>
470             <id>packetcable</id>
471             <activation>
472                 <activeByDefault>false</activeByDefault>
473             </activation>
474             <dependencyManagement>
475                 <dependencies>
476                     <dependency>
477                         <groupId>org.opendaylight.packetcable</groupId>
478                         <artifactId>odl-packetcable-policy-model</artifactId>
479                         <version>${packetcable.version}</version>
480                         <classifier>features</classifier>
481                         <type>xml</type>
482                     </dependency>
483                     <dependency>
484                         <groupId>org.opendaylight.packetcable</groupId>
485                         <artifactId>odl-packetcable-policy-server</artifactId>
486                         <version>${packetcable.version}</version>
487                         <classifier>features</classifier>
488                         <type>xml</type>
489                     </dependency>
490                     <dependency>
491                         <groupId>org.opendaylight.packetcable</groupId>
492                         <artifactId>odl-packetcable-policy-server-all</artifactId>
493                         <version>${packetcable.version}</version>
494                         <classifier>features</classifier>
495                         <type>xml</type>
496                     </dependency>
497                 </dependencies>
498             </dependencyManagement>
499         </profile>
500         <!-- SFC -->
501         <profile>
502             <id>sfc</id>
503             <activation>
504                 <activeByDefault>false</activeByDefault>
505             </activation>
506             <dependencyManagement>
507                 <dependencies>
508                     <dependency>
509                         <groupId>org.opendaylight.sfc</groupId>
510                         <artifactId>odl-sfc-ios-xe-renderer</artifactId>
511                         <version>${sfc.version}</version>
512                         <type>xml</type>
513                         <classifier>features</classifier>
514                     </dependency>
515                     <dependency>
516                         <groupId>org.opendaylight.sfc</groupId>
517                         <artifactId>odl-sfc-netconf</artifactId>
518                         <version>${sfc.version}</version>
519                         <type>xml</type>
520                         <classifier>features</classifier>
521                     </dependency>
522                     <dependency>
523                         <groupId>org.opendaylight.sfc</groupId>
524                         <artifactId>odl-sfc-openflow-renderer</artifactId>
525                         <version>${sfc.version}</version>
526                         <type>xml</type>
527                         <classifier>features</classifier>
528                     </dependency>
529                     <dependency>
530                         <groupId>org.opendaylight.sfc</groupId>
531                         <artifactId>odl-sfc-ovs</artifactId>
532                         <version>${sfc.version}</version>
533                         <type>xml</type>
534                         <classifier>features</classifier>
535                     </dependency>
536                     <dependency>
537                         <groupId>org.opendaylight.sfc</groupId>
538                         <artifactId>odl-sfc-sb-rest</artifactId>
539                         <version>${sfc.version}</version>
540                         <type>xml</type>
541                         <classifier>features</classifier>
542                     </dependency>
543                     <dependency>
544                         <groupId>org.opendaylight.sfc</groupId>
545                         <artifactId>odl-sfc-ui</artifactId>
546                         <version>${sfc.version}</version>
547                         <type>xml</type>
548                         <classifier>features</classifier>
549                     </dependency>
550                     <dependency>
551                         <groupId>org.opendaylight.sfc</groupId>
552                         <artifactId>odl-sfc-vpp-renderer</artifactId>
553                         <version>${sfc.version}</version>
554                         <type>xml</type>
555                         <classifier>features</classifier>
556                     </dependency>
557                     <dependency>
558                         <groupId>org.opendaylight.sfc</groupId>
559                         <artifactId>odl-sfclisp</artifactId>
560                         <version>${sfc.version}</version>
561                         <type>xml</type>
562                         <classifier>features</classifier>
563                     </dependency>
564                     <dependency>
565                         <groupId>org.opendaylight.sfc</groupId>
566                         <artifactId>odl-sfc-shell</artifactId>
567                         <version>${sfc.version}</version>
568                         <type>xml</type>
569                         <classifier>features</classifier>
570                     </dependency>
571                 </dependencies>
572             </dependencyManagement>
573         </profile>
574         <!-- SNMP -->
575         <profile>
576             <id>snmp</id>
577             <activation>
578                 <activeByDefault>false</activeByDefault>
579             </activation>
580             <dependencyManagement>
581                 <dependencies>
582                     <dependency>
583                         <groupId>org.opendaylight.snmp</groupId>
584                         <artifactId>odl-snmp-plugin</artifactId>
585                         <version>${snmp.version}</version>
586                         <classifier>features</classifier>
587                         <type>xml</type>
588                     </dependency>
589                 </dependencies>
590             </dependencyManagement>
591         </profile>
592         <!-- SNMP4SDN -->
593         <profile>
594             <id>snmp4sdn</id>
595             <activation>
596                 <activeByDefault>false</activeByDefault>
597             </activation>
598             <dependencyManagement>
599                 <dependencies>
600                     <dependency>
601                         <groupId>org.opendaylight.snmp4sdn</groupId>
602                         <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
603                         <version>${snmp4sdn.version}</version>
604                         <classifier>features</classifier>
605                         <type>xml</type>
606                     </dependency>
607                 </dependencies>
608             </dependencyManagement>
609         </profile>
610         <!-- SXP -->
611         <profile>
612             <id>sxp</id>
613             <activation>
614                 <activeByDefault>false</activeByDefault>
615             </activation>
616             <dependencyManagement>
617                 <dependencies>
618                     <dependency>
619                         <groupId>org.opendaylight.sxp</groupId>
620                         <artifactId>odl-sxp-controller</artifactId>
621                         <version>${sxp.version}</version>
622                         <classifier>features</classifier>
623                         <type>xml</type>
624                     </dependency>
625                 </dependencies>
626             </dependencyManagement>
627         </profile>
628         <!-- UNIMGR -->
629         <profile>
630             <id>unimgr</id>
631             <activation>
632                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
633                 <activeByDefault>false</activeByDefault>
634             </activation>
635             <dependencyManagement>
636                 <dependencies>
637                     <dependency>
638                         <groupId>org.opendaylight.unimgr</groupId>
639                         <artifactId>odl-unimgr</artifactId>
640                         <version>${unimgr.version}</version>
641                         <classifier>features</classifier>
642                         <type>xml</type>
643                     </dependency>
644                 </dependencies>
645             </dependencyManagement>
646         </profile>
647         <!-- USC -->
648         <profile>
649             <id>usc</id>
650             <activation>
651                 <activeByDefault>false</activeByDefault>
652             </activation>
653             <dependencyManagement>
654                 <dependencies>
655                     <dependency>
656                         <groupId>org.opendaylight.usc</groupId>
657                         <artifactId>odl-usc-channel-ui</artifactId>
658                         <version>${usc.version}</version>
659                         <classifier>features</classifier>
660                         <type>xml</type>
661                     </dependency>
662                 </dependencies>
663             </dependencyManagement>
664         </profile>
665         <!-- VTN -->
666         <profile>
667             <id>vtn</id>
668             <activation>
669                 <activeByDefault>false</activeByDefault>
670             </activation>
671             <dependencyManagement>
672                 <dependencies>
673                     <dependency>
674                         <groupId>org.opendaylight.vtn</groupId>
675                         <artifactId>odl-vtn-manager-rest</artifactId>
676                         <version>${vtn-manager.version}</version>
677                         <classifier>features</classifier>
678                         <type>xml</type>
679                     </dependency>
680                     <dependency>
681                         <groupId>org.opendaylight.vtn</groupId>
682                         <artifactId>odl-vtn-manager-neutron</artifactId>
683                         <version>${vtn-manager.version}</version>
684                         <classifier>features</classifier>
685                         <type>xml</type>
686                     </dependency>
687                 </dependencies>
688             </dependencyManagement>
689         </profile>
690     </profiles>
691 </project>