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