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