Restore of-config in 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                 <activeByDefault>true</activeByDefault>
420             </activation>
421             <dependencyManagement>
422                 <dependencies>
423                     <dependency>
424                         <groupId>org.opendaylight.of-config</groupId>
425                         <artifactId>odl-of-config-all</artifactId>
426                         <version>${ofconfig.version}</version>
427                         <classifier>features</classifier>
428                         <type>xml</type>
429                     </dependency>
430                 </dependencies>
431             </dependencyManagement>
432         </profile>
433         <!-- P4 Plugin -->
434         <profile>
435             <id>p4plugin</id>
436             <activation>
437                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
438                 <activeByDefault>false</activeByDefault>
439             </activation>
440             <dependencyManagement>
441                 <dependencies>
442                     <dependency>
443                         <groupId>org.opendaylight.p4plugin</groupId>
444                         <artifactId>odl-p4plugin-all</artifactId>
445                         <version>${p4plugin.version}</version>
446                         <classifier>features</classifier>
447                         <type>xml</type>
448                     </dependency>
449                 </dependencies>
450             </dependencyManagement>
451         </profile>
452         <!-- Packetcable -->
453         <profile>
454             <id>packetcable</id>
455             <activation>
456                 <activeByDefault>true</activeByDefault>
457             </activation>
458             <dependencyManagement>
459                 <dependencies>
460                     <dependency>
461                         <groupId>org.opendaylight.packetcable</groupId>
462                         <artifactId>odl-packetcable-policy-model</artifactId>
463                         <version>${packetcable.version}</version>
464                         <classifier>features</classifier>
465                         <type>xml</type>
466                     </dependency>
467                     <dependency>
468                         <groupId>org.opendaylight.packetcable</groupId>
469                         <artifactId>odl-packetcable-policy-server</artifactId>
470                         <version>${packetcable.version}</version>
471                         <classifier>features</classifier>
472                         <type>xml</type>
473                     </dependency>
474                     <dependency>
475                         <groupId>org.opendaylight.packetcable</groupId>
476                         <artifactId>odl-packetcable-policy-server-all</artifactId>
477                         <version>${packetcable.version}</version>
478                         <classifier>features</classifier>
479                         <type>xml</type>
480                     </dependency>
481                 </dependencies>
482             </dependencyManagement>
483         </profile>
484         <!-- SFC -->
485         <profile>
486             <id>sfc</id>
487             <activation>
488                 <activeByDefault>true</activeByDefault>
489             </activation>
490             <dependencyManagement>
491                 <dependencies>
492                     <dependency>
493                         <groupId>org.opendaylight.sfc</groupId>
494                         <artifactId>odl-sfc-ios-xe-renderer</artifactId>
495                         <version>${sfc.version}</version>
496                         <type>xml</type>
497                         <classifier>features</classifier>
498                     </dependency>
499                     <dependency>
500                         <groupId>org.opendaylight.sfc</groupId>
501                         <artifactId>odl-sfc-netconf</artifactId>
502                         <version>${sfc.version}</version>
503                         <type>xml</type>
504                         <classifier>features</classifier>
505                     </dependency>
506                     <dependency>
507                         <groupId>org.opendaylight.sfc</groupId>
508                         <artifactId>odl-sfc-openflow-renderer</artifactId>
509                         <version>${sfc.version}</version>
510                         <type>xml</type>
511                         <classifier>features</classifier>
512                     </dependency>
513                     <dependency>
514                         <groupId>org.opendaylight.sfc</groupId>
515                         <artifactId>odl-sfc-ovs</artifactId>
516                         <version>${sfc.version}</version>
517                         <type>xml</type>
518                         <classifier>features</classifier>
519                     </dependency>
520                     <dependency>
521                         <groupId>org.opendaylight.sfc</groupId>
522                         <artifactId>odl-sfc-sb-rest</artifactId>
523                         <version>${sfc.version}</version>
524                         <type>xml</type>
525                         <classifier>features</classifier>
526                     </dependency>
527                     <dependency>
528                         <groupId>org.opendaylight.sfc</groupId>
529                         <artifactId>odl-sfc-ui</artifactId>
530                         <version>${sfc.version}</version>
531                         <type>xml</type>
532                         <classifier>features</classifier>
533                     </dependency>
534                     <dependency>
535                         <groupId>org.opendaylight.sfc</groupId>
536                         <artifactId>odl-sfc-vpp-renderer</artifactId>
537                         <version>${sfc.version}</version>
538                         <type>xml</type>
539                         <classifier>features</classifier>
540                     </dependency>
541                     <dependency>
542                         <groupId>org.opendaylight.sfc</groupId>
543                         <artifactId>odl-sfclisp</artifactId>
544                         <version>${sfc.version}</version>
545                         <type>xml</type>
546                         <classifier>features</classifier>
547                     </dependency>
548                     <dependency>
549                         <groupId>org.opendaylight.sfc</groupId>
550                         <artifactId>odl-sfc-shell</artifactId>
551                         <version>${sfc.version}</version>
552                         <type>xml</type>
553                         <classifier>features</classifier>
554                     </dependency>
555                 </dependencies>
556             </dependencyManagement>
557         </profile>
558         <!-- SNMP -->
559         <profile>
560             <id>snmp</id>
561             <activation>
562                 <activeByDefault>true</activeByDefault>
563             </activation>
564             <dependencyManagement>
565                 <dependencies>
566                     <dependency>
567                         <groupId>org.opendaylight.snmp</groupId>
568                         <artifactId>odl-snmp-plugin</artifactId>
569                         <version>${snmp.version}</version>
570                         <classifier>features</classifier>
571                         <type>xml</type>
572                     </dependency>
573                 </dependencies>
574             </dependencyManagement>
575         </profile>
576         <!-- SNMP4SDN -->
577         <profile>
578             <id>snmp4sdn</id>
579             <activation>
580                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
581                 <activeByDefault>false</activeByDefault>
582             </activation>
583             <dependencyManagement>
584                 <dependencies>
585                     <dependency>
586                         <groupId>org.opendaylight.snmp4sdn</groupId>
587                         <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
588                         <version>${snmp4sdn.version}</version>
589                         <classifier>features</classifier>
590                         <type>xml</type>
591                     </dependency>
592                 </dependencies>
593             </dependencyManagement>
594         </profile>
595         <!-- SXP -->
596         <profile>
597             <id>sxp</id>
598             <activation>
599                 <activeByDefault>true</activeByDefault>
600             </activation>
601             <dependencyManagement>
602                 <dependencies>
603                     <dependency>
604                         <groupId>org.opendaylight.sxp</groupId>
605                         <artifactId>odl-sxp-controller</artifactId>
606                         <version>${sxp.version}</version>
607                         <classifier>features</classifier>
608                         <type>xml</type>
609                     </dependency>
610                 </dependencies>
611             </dependencyManagement>
612         </profile>
613         <!-- UNIMGR -->
614         <profile>
615             <id>unimgr</id>
616             <activation>
617                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
618                 <activeByDefault>false</activeByDefault>
619             </activation>
620             <dependencyManagement>
621                 <dependencies>
622                     <dependency>
623                         <groupId>org.opendaylight.unimgr</groupId>
624                         <artifactId>odl-unimgr</artifactId>
625                         <version>${unimgr.version}</version>
626                         <classifier>features</classifier>
627                         <type>xml</type>
628                     </dependency>
629                 </dependencies>
630             </dependencyManagement>
631         </profile>
632         <!-- USC -->
633         <profile>
634             <id>usc</id>
635             <activation>
636                 <activeByDefault>true</activeByDefault>
637             </activation>
638             <dependencyManagement>
639                 <dependencies>
640                     <dependency>
641                         <groupId>org.opendaylight.usc</groupId>
642                         <artifactId>odl-usc-channel-ui</artifactId>
643                         <version>${usc.version}</version>
644                         <classifier>features</classifier>
645                         <type>xml</type>
646                     </dependency>
647                 </dependencies>
648             </dependencyManagement>
649         </profile>
650         <!-- VTN -->
651         <profile>
652             <id>vtn</id>
653             <activation>
654                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
655                 <activeByDefault>false</activeByDefault>
656             </activation>
657             <dependencyManagement>
658                 <dependencies>
659                     <dependency>
660                         <groupId>org.opendaylight.vtn</groupId>
661                         <artifactId>odl-vtn-manager-rest</artifactId>
662                         <version>${vtn-manager.version}</version>
663                         <classifier>features</classifier>
664                         <type>xml</type>
665                     </dependency>
666                     <dependency>
667                         <groupId>org.opendaylight.vtn</groupId>
668                         <artifactId>odl-vtn-manager-neutron</artifactId>
669                         <version>${vtn-manager.version}</version>
670                         <classifier>features</classifier>
671                         <type>xml</type>
672                     </dependency>
673                 </dependencies>
674             </dependencyManagement>
675         </profile>
676     </profiles>
677 </project>