Restore NEMO to distribution.
[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.8.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                 <!-- Disabled due to failed merge job -->
120                 <activeByDefault>false</activeByDefault>
121             </activation>
122             <dependencyManagement>
123                 <dependencies>
124                     <dependency>
125                         <groupId>org.opendaylight.bier</groupId>
126                         <artifactId>odl-bier-all</artifactId>
127                         <version>${bier.version}</version>
128                         <classifier>features</classifier>
129                         <type>xml</type>
130                     </dependency>
131                 </dependencies>
132             </dependencyManagement>
133         </profile>
134         <!-- CONTROLLER -->
135         <profile>
136             <id>controller</id>
137             <activation>
138                 <activeByDefault>true</activeByDefault>
139             </activation>
140             <dependencyManagement>
141                 <dependencies>
142                     <dependency>
143                         <groupId>org.opendaylight.controller</groupId>
144                         <artifactId>odl-mdsal-broker</artifactId>
145                         <version>${mdsal.version}</version>
146                         <classifier>features</classifier>
147                         <type>xml</type>
148                     </dependency>
149                 </dependencies>
150             </dependencyManagement>
151         </profile>
152         <!-- Dlux Apps -->
153         <profile>
154             <id>dluxapps</id>
155             <activation>
156                 <activeByDefault>true</activeByDefault>
157             </activation>
158             <dependencyManagement>
159                 <dependencies>
160                     <dependency>
161                         <groupId>org.opendaylight.dluxapps</groupId>
162                         <artifactId>odl-dluxapps-nodes</artifactId>
163                         <version>${dluxapps.version}</version>
164                         <type>xml</type>
165                         <classifier>features</classifier>
166                     </dependency>
167                     <dependency>
168                         <groupId>org.opendaylight.dluxapps</groupId>
169                         <artifactId>odl-dluxapps-topology</artifactId>
170                         <version>${dluxapps.version}</version>
171                         <classifier>features</classifier>
172                         <type>xml</type>
173                     </dependency>
174                     <dependency>
175                         <groupId>org.opendaylight.dluxapps</groupId>
176                         <artifactId>odl-dluxapps-yangman</artifactId>
177                         <version>${dluxapps.version}</version>
178                         <classifier>features</classifier>
179                         <type>xml</type>
180                     </dependency>
181                     <dependency>
182                         <groupId>org.opendaylight.dluxapps</groupId>
183                         <artifactId>odl-dluxapps-yangvisualizer</artifactId>
184                         <version>${dluxapps.version}</version>
185                         <type>xml</type>
186                         <classifier>features</classifier>
187                     </dependency>
188                 </dependencies>
189             </dependencyManagement>
190         </profile>
191         <!-- Eman -->
192         <profile>
193             <id>eman</id>
194             <activation>
195                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
196                 <activeByDefault>false</activeByDefault>
197             </activation>
198             <dependencyManagement>
199                 <dependencies>
200                     <dependency>
201                         <groupId>org.opendaylight.eman</groupId>
202                         <artifactId>odl-eman-ui</artifactId>
203                         <version>${eman.version}</version>
204                         <type>xml</type>
205                         <classifier>features</classifier>
206                     </dependency>
207                     <dependency>
208                         <groupId>org.opendaylight.eman</groupId>
209                         <artifactId>odl-eman-api</artifactId>
210                         <version>${eman.version}</version>
211                         <type>xml</type>
212                         <classifier>features</classifier>
213                     </dependency>
214                     <dependency>
215                         <groupId>org.opendaylight.eman</groupId>
216                         <artifactId>odl-eman</artifactId>
217                         <version>${eman.version}</version>
218                         <type>xml</type>
219                         <classifier>features</classifier>
220                     </dependency>
221                 </dependencies>
222             </dependencyManagement>
223         </profile>
224         <!-- FAAS -->
225         <profile>
226             <id>faas</id>
227             <activation>
228                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
229                 <activeByDefault>false</activeByDefault>
230             </activation>
231             <dependencyManagement>
232                 <dependencies>
233                     <dependency>
234                         <groupId>org.opendaylight.faas</groupId>
235                         <artifactId>odl-faas-base</artifactId>
236                         <version>${faas.version}</version>
237                         <type>xml</type>
238                         <classifier>features</classifier>
239                     </dependency>
240                     <dependency>
241                         <groupId>org.opendaylight.faas</groupId>
242                         <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
243                         <version>${faas.version}</version>
244                         <type>xml</type>
245                         <classifier>features</classifier>
246                     </dependency>
247                     <dependency>
248                         <groupId>org.opendaylight.faas</groupId>
249                         <artifactId>odl-faas-vxlan-fabric</artifactId>
250                         <version>${faas.version}</version>
251                         <type>xml</type>
252                         <classifier>features</classifier>
253                     </dependency>
254                     <dependency>
255                         <groupId>org.opendaylight.faas</groupId>
256                         <artifactId>odl-faas-vlan-fabric</artifactId>
257                         <version>${faas.version}</version>
258                         <type>xml</type>
259                         <classifier>features</classifier>
260                     </dependency>
261                     <dependency>
262                         <groupId>org.opendaylight.faas</groupId>
263                         <artifactId>odl-faas-fabric</artifactId>
264                         <version>${faas.version}</version>
265                         <type>xml</type>
266                         <classifier>features</classifier>
267                     </dependency>
268                     <dependency>
269                         <groupId>org.opendaylight.faas</groupId>
270                         <artifactId>odl-faas-fabricmgr</artifactId>
271                         <version>${faas.version}</version>
272                         <type>xml</type>
273                         <classifier>features</classifier>
274                     </dependency>
275                     <dependency>
276                         <groupId>org.opendaylight.faas</groupId>
277                         <artifactId>odl-faas-uln-mapper</artifactId>
278                         <version>${faas.version}</version>
279                         <type>xml</type>
280                         <classifier>features</classifier>
281                     </dependency>
282                     <dependency>
283                         <groupId>org.opendaylight.faas</groupId>
284                         <artifactId>odl-faas-all</artifactId>
285                         <version>${faas.version}</version>
286                         <type>xml</type>
287                         <classifier>features</classifier>
288                     </dependency>
289                 </dependencies>
290             </dependencyManagement>
291         </profile>
292         <!-- L2switch -->
293         <profile>
294             <id>l2switch</id>
295             <activation>
296                 <activeByDefault>true</activeByDefault>
297             </activation>
298             <dependencyManagement>
299                 <dependencies>
300                     <dependency>
301                         <groupId>org.opendaylight.l2switch</groupId>
302                         <artifactId>odl-l2switch-switch</artifactId>
303                         <version>${l2switch.version}</version>
304                         <classifier>features</classifier>
305                         <type>xml</type>
306                     </dependency>
307                     <dependency>
308                         <groupId>org.opendaylight.l2switch</groupId>
309                         <artifactId>odl-l2switch-switch-rest</artifactId>
310                         <version>${l2switch.version}</version>
311                         <classifier>features</classifier>
312                         <type>xml</type>
313                     </dependency>
314                     <dependency>
315                         <groupId>org.opendaylight.l2switch</groupId>
316                         <artifactId>odl-l2switch-switch-ui</artifactId>
317                         <version>${l2switch.version}</version>
318                         <classifier>features</classifier>
319                         <type>xml</type>
320                     </dependency>
321                 </dependencies>
322             </dependencyManagement>
323         </profile>
324         <!-- NEMO -->
325         <profile>
326             <id>nemo</id>
327             <activation>
328                 <activeByDefault>true</activeByDefault>
329             </activation>
330             <dependencyManagement>
331                 <dependencies>
332                     <dependency>
333                         <groupId>org.opendaylight.nemo</groupId>
334                         <artifactId>odl-nemo-engine</artifactId>
335                         <version>${nemo.version}</version>
336                         <classifier>features</classifier>
337                         <type>xml</type>
338                     </dependency>
339                     <dependency>
340                         <groupId>org.opendaylight.nemo</groupId>
341                         <artifactId>odl-nemo-engine-rest</artifactId>
342                         <version>${nemo.version}</version>
343                         <classifier>features</classifier>
344                         <type>xml</type>
345                     </dependency>
346                     <dependency>
347                         <groupId>org.opendaylight.nemo</groupId>
348                         <artifactId>odl-nemo-engine-ui</artifactId>
349                         <version>${nemo.version}</version>
350                         <classifier>features</classifier>
351                         <type>xml</type>
352                     </dependency>
353                     <dependency>
354                         <groupId>org.opendaylight.nemo</groupId>
355                         <artifactId>odl-nemo-openflow-renderer</artifactId>
356                         <version>${nemo.version}</version>
357                         <classifier>features</classifier>
358                         <type>xml</type>
359                     </dependency>
360                     <dependency>
361                         <groupId>org.opendaylight.nemo</groupId>
362                         <artifactId>odl-nemo-cli-renderer</artifactId>
363                         <version>${nemo.version}</version>
364                         <classifier>features</classifier>
365                         <type>xml</type>
366                     </dependency>
367                 </dependencies>
368             </dependencyManagement>
369         </profile>
370         <!-- NIC -->
371         <profile>
372             <id>nic</id>
373             <activation>
374                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
375                 <activeByDefault>false</activeByDefault>
376             </activation>
377             <dependencyManagement>
378                 <dependencies>
379                     <dependency>
380                         <groupId>org.opendaylight.nic</groupId>
381                         <artifactId>odl-nic-intent-common</artifactId>
382                         <version>${nic.version}</version>
383                         <classifier>features</classifier>
384                         <type>xml</type>
385                     </dependency>
386                     <dependency>
387                         <groupId>org.opendaylight.nic</groupId>
388                         <artifactId>odl-nic-core-mdsal</artifactId>
389                         <version>${nic.version}</version>
390                         <classifier>features</classifier>
391                         <type>xml</type>
392                     </dependency>
393                 </dependencies>
394             </dependencyManagement>
395         </profile>
396         <!-- OCP Plugin -->
397         <profile>
398             <id>ocpplugin</id>
399             <activation>
400                 <!-- Inactive -->
401                 <activeByDefault>false</activeByDefault>
402             </activation>
403             <dependencyManagement>
404                 <dependencies>
405                     <dependency>
406                         <groupId>org.opendaylight.ocpplugin</groupId>
407                         <artifactId>odl-ocpplugin-all</artifactId>
408                         <version>${ocpplugin.version}</version>
409                         <classifier>features</classifier>
410                         <type>xml</type>
411                     </dependency>
412                 </dependencies>
413             </dependencyManagement>
414         </profile>
415         <!-- OF-CONFIG -->
416         <profile>
417             <id>ofconfig</id>
418             <activation>
419                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
420                 <activeByDefault>false</activeByDefault>
421             </activation>
422             <dependencyManagement>
423                 <dependencies>
424                     <dependency>
425                         <groupId>org.opendaylight.of-config</groupId>
426                         <artifactId>odl-of-config-all</artifactId>
427                         <version>${ofconfig.version}</version>
428                         <classifier>features</classifier>
429                         <type>xml</type>
430                     </dependency>
431                 </dependencies>
432             </dependencyManagement>
433         </profile>
434         <!-- P4 Plugin -->
435         <profile>
436             <id>p4plugin</id>
437             <activation>
438                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
439                 <activeByDefault>false</activeByDefault>
440             </activation>
441             <dependencyManagement>
442                 <dependencies>
443                     <dependency>
444                         <groupId>org.opendaylight.p4plugin</groupId>
445                         <artifactId>odl-p4plugin-all</artifactId>
446                         <version>${p4plugin.version}</version>
447                         <classifier>features</classifier>
448                         <type>xml</type>
449                     </dependency>
450                 </dependencies>
451             </dependencyManagement>
452         </profile>
453         <!-- Packetcable -->
454         <profile>
455             <id>packetcable</id>
456             <activation>
457                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
458                 <activeByDefault>false</activeByDefault>
459             </activation>
460             <dependencyManagement>
461                 <dependencies>
462                     <dependency>
463                         <groupId>org.opendaylight.packetcable</groupId>
464                         <artifactId>odl-packetcable-policy-model</artifactId>
465                         <version>${packetcable.version}</version>
466                         <classifier>features</classifier>
467                         <type>xml</type>
468                     </dependency>
469                     <dependency>
470                         <groupId>org.opendaylight.packetcable</groupId>
471                         <artifactId>odl-packetcable-policy-server</artifactId>
472                         <version>${packetcable.version}</version>
473                         <classifier>features</classifier>
474                         <type>xml</type>
475                     </dependency>
476                     <dependency>
477                         <groupId>org.opendaylight.packetcable</groupId>
478                         <artifactId>odl-packetcable-policy-server-all</artifactId>
479                         <version>${packetcable.version}</version>
480                         <classifier>features</classifier>
481                         <type>xml</type>
482                     </dependency>
483                 </dependencies>
484             </dependencyManagement>
485         </profile>
486         <!-- SFC -->
487         <profile>
488             <id>sfc</id>
489             <activation>
490                 <activeByDefault>true</activeByDefault>
491             </activation>
492             <dependencyManagement>
493                 <dependencies>
494                     <dependency>
495                         <groupId>org.opendaylight.sfc</groupId>
496                         <artifactId>odl-sfc-ios-xe-renderer</artifactId>
497                         <version>${sfc.version}</version>
498                         <type>xml</type>
499                         <classifier>features</classifier>
500                     </dependency>
501                     <dependency>
502                         <groupId>org.opendaylight.sfc</groupId>
503                         <artifactId>odl-sfc-netconf</artifactId>
504                         <version>${sfc.version}</version>
505                         <type>xml</type>
506                         <classifier>features</classifier>
507                     </dependency>
508                     <dependency>
509                         <groupId>org.opendaylight.sfc</groupId>
510                         <artifactId>odl-sfc-openflow-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-ovs</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-sb-rest</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-ui</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-vpp-renderer</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-sfclisp</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-shell</artifactId>
553                         <version>${sfc.version}</version>
554                         <type>xml</type>
555                         <classifier>features</classifier>
556                     </dependency>
557                 </dependencies>
558             </dependencyManagement>
559         </profile>
560         <!-- SNMP -->
561         <profile>
562             <id>snmp</id>
563             <activation>
564                 <activeByDefault>true</activeByDefault>
565             </activation>
566             <dependencyManagement>
567                 <dependencies>
568                     <dependency>
569                         <groupId>org.opendaylight.snmp</groupId>
570                         <artifactId>odl-snmp-plugin</artifactId>
571                         <version>${snmp.version}</version>
572                         <classifier>features</classifier>
573                         <type>xml</type>
574                     </dependency>
575                 </dependencies>
576             </dependencyManagement>
577         </profile>
578         <!-- SNMP4SDN -->
579         <profile>
580             <id>snmp4sdn</id>
581             <activation>
582                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
583                 <activeByDefault>false</activeByDefault>
584             </activation>
585             <dependencyManagement>
586                 <dependencies>
587                     <dependency>
588                         <groupId>org.opendaylight.snmp4sdn</groupId>
589                         <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
590                         <version>${snmp4sdn.version}</version>
591                         <classifier>features</classifier>
592                         <type>xml</type>
593                     </dependency>
594                 </dependencies>
595             </dependencyManagement>
596         </profile>
597         <!-- SXP -->
598         <profile>
599             <id>sxp</id>
600             <activation>
601                 <activeByDefault>true</activeByDefault>
602             </activation>
603             <dependencyManagement>
604                 <dependencies>
605                     <dependency>
606                         <groupId>org.opendaylight.sxp</groupId>
607                         <artifactId>odl-sxp-controller</artifactId>
608                         <version>${sxp.version}</version>
609                         <classifier>features</classifier>
610                         <type>xml</type>
611                     </dependency>
612                 </dependencies>
613             </dependencyManagement>
614         </profile>
615         <!-- UNIMGR -->
616         <profile>
617             <id>unimgr</id>
618             <activation>
619                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
620                 <activeByDefault>false</activeByDefault>
621             </activation>
622             <dependencyManagement>
623                 <dependencies>
624                     <dependency>
625                         <groupId>org.opendaylight.unimgr</groupId>
626                         <artifactId>odl-unimgr</artifactId>
627                         <version>${unimgr.version}</version>
628                         <classifier>features</classifier>
629                         <type>xml</type>
630                     </dependency>
631                 </dependencies>
632             </dependencyManagement>
633         </profile>
634         <!-- USC -->
635         <profile>
636             <id>usc</id>
637             <activation>
638                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
639                 <activeByDefault>false</activeByDefault>
640             </activation>
641             <dependencyManagement>
642                 <dependencies>
643                     <dependency>
644                         <groupId>org.opendaylight.usc</groupId>
645                         <artifactId>odl-usc-channel-ui</artifactId>
646                         <version>${usc.version}</version>
647                         <classifier>features</classifier>
648                         <type>xml</type>
649                     </dependency>
650                 </dependencies>
651             </dependencyManagement>
652         </profile>
653         <!-- VTN -->
654         <profile>
655             <id>vtn</id>
656             <activation>
657                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
658                 <activeByDefault>false</activeByDefault>
659             </activation>
660             <dependencyManagement>
661                 <dependencies>
662                     <dependency>
663                         <groupId>org.opendaylight.vtn</groupId>
664                         <artifactId>odl-vtn-manager-rest</artifactId>
665                         <version>${vtn-manager.version}</version>
666                         <classifier>features</classifier>
667                         <type>xml</type>
668                     </dependency>
669                     <dependency>
670                         <groupId>org.opendaylight.vtn</groupId>
671                         <artifactId>odl-vtn-manager-neutron</artifactId>
672                         <version>${vtn-manager.version}</version>
673                         <classifier>features</classifier>
674                         <type>xml</type>
675                     </dependency>
676                 </dependencies>
677             </dependencyManagement>
678         </profile>
679     </profiles>
680 </project>