Remove Bier and add TSR in SFT test
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>3.0.2</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-all</artifactId>
21     <!-- TODO: Diferent name? -->
22     <version>0.8.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Single feature containing all features separately compatible with odl-integration-compatible-with-all.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-all;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53     <dependencies>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-integration-compatible-with-all</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60     </dependencies>
61     <!-- External single feature dependencies in alphabetical order -->
62     <profiles>
63         <!-- BIER -->
64         <profile>
65             <id>bier</id>
66             <activation>
67                 <!-- Removed because restconf-bierman issue -->
68                 <activeByDefault>false</activeByDefault>
69             </activation>
70             <dependencies>
71                 <dependency>
72                     <groupId>org.opendaylight.bier</groupId>
73                     <artifactId>odl-bier-all</artifactId>
74                     <type>xml</type>
75                     <classifier>features</classifier>
76                 </dependency>
77             </dependencies>
78         </profile>
79         <!-- COE -->
80         <profile>
81             <id>coe</id>
82             <activation>
83                 <activeByDefault>true</activeByDefault>
84             </activation>
85             <dependencies>
86                 <dependency>
87                     <groupId>org.opendaylight.coe</groupId>
88                     <artifactId>odl-coe</artifactId>
89                     <type>xml</type>
90                     <classifier>features</classifier>
91                 </dependency>
92             </dependencies>
93         </profile>
94         <!-- FaaS -->
95         <profile>
96             <id>faas</id>
97             <activation>
98                 <!-- Commented out because of SFT memory problem -->
99                 <activeByDefault>false</activeByDefault>
100             </activation>
101             <dependencies>
102                 <dependency>
103                     <groupId>org.opendaylight.faas</groupId>
104                     <artifactId>odl-faas-all</artifactId>
105                     <type>xml</type>
106                     <classifier>features</classifier>
107                 </dependency>
108             </dependencies>
109         </profile>
110         <!-- Genius -->
111         <profile>
112             <id>genius</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencies>
117                 <dependency>
118                     <groupId>org.opendaylight.genius</groupId>
119                     <artifactId>odl-genius-rest</artifactId>
120                     <type>xml</type>
121                     <classifier>features</classifier>
122                 </dependency>
123             </dependencies>
124         </profile>
125         <!-- GROUPBASEDPOLICY or GBP-->
126         <profile>
127             <id>groupbasedpolicy</id>
128             <activation>
129                 <!-- Disabled because of SFT memory issues -->
130                 <activeByDefault>false</activeByDefault>
131             </activation>
132             <dependencies>
133                 <dependency>
134                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
135                     <artifactId>odl-groupbasedpolicy-base</artifactId>
136                     <type>xml</type>
137                     <classifier>features</classifier>
138                 </dependency>
139                 <dependency>
140                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
141                     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
142                     <type>xml</type>
143                     <classifier>features</classifier>
144                 </dependency>
145                 <dependency>
146                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
147                     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
148                     <type>xml</type>
149                     <classifier>features</classifier>
150                 </dependency>
151                 <dependency>
152                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
153                     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
154                     <type>xml</type>
155                     <classifier>features</classifier>
156                 </dependency>
157                 <dependency>
158                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
159                     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
160                     <type>xml</type>
161                     <classifier>features</classifier>
162                 </dependency>
163                 <dependency>
164                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
165                     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
166                     <type>xml</type>
167                     <classifier>features</classifier>
168                 </dependency>
169                 <dependency>
170                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
171                     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
172                     <type>xml</type>
173                     <classifier>features</classifier>
174                 </dependency>
175                 <dependency>
176                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
177                     <artifactId>odl-groupbasedpolicy-ui</artifactId>
178                     <type>xml</type>
179                     <classifier>features</classifier>
180                 </dependency>
181                 <dependency>
182                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
183                     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
184                     <type>xml</type>
185                     <classifier>features</classifier>
186                 </dependency>
187                 <dependency>
188                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
189                     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
190                     <type>xml</type>
191                     <classifier>features</classifier>
192                 </dependency>
193                 <dependency>
194                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
195                     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
196                     <type>xml</type>
197                     <classifier>features</classifier>
198                 </dependency>
199                 <dependency>
200                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
201                     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
202                     <type>xml</type>
203                     <classifier>features</classifier>
204                 </dependency>
205                 <dependency>
206                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
207                     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
208                     <type>xml</type>
209                     <classifier>features</classifier>
210                 </dependency>
211             </dependencies>
212         </profile>
213         <!-- Honeycomb/VBD -->
214         <profile>
215             <id>honeycombvbd</id>
216             <activation>
217                 <!-- Commented out because of SFT memory problem -->
218                 <activeByDefault>false</activeByDefault>
219             </activation>
220             <dependencies>
221                 <dependency>
222                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
223                     <artifactId>odl-vbd</artifactId>
224                     <classifier>features</classifier>
225                     <type>xml</type>
226                 </dependency>
227                 <dependency>
228                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
229                     <artifactId>odl-vbd-rest</artifactId>
230                     <classifier>features</classifier>
231                     <type>xml</type>
232                 </dependency>
233                 <dependency>
234                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
235                     <artifactId>odl-vbd-ui</artifactId>
236                     <classifier>features</classifier>
237                     <type>xml</type>
238                 </dependency>
239             </dependencies>
240         </profile>
241         <!-- jsonrpc -->
242         <profile>
243             <id>jsonrpc</id>
244             <activation>
245                 <activeByDefault>true</activeByDefault>
246             </activation>
247             <dependencies>
248                 <dependency>
249                     <groupId>org.opendaylight.jsonrpc</groupId>
250                     <artifactId>jsonrpc-features</artifactId>
251                     <classifier>features</classifier>
252                     <type>xml</type>
253                 </dependency>
254             </dependencies>
255         </profile>
256         <!-- L2switch -->
257         <profile>
258             <id>l2switch</id>
259             <activation>
260                 <activeByDefault>true</activeByDefault>
261             </activation>
262             <dependencies>
263                 <dependency>
264                     <groupId>org.opendaylight.l2switch</groupId>
265                     <artifactId>odl-l2switch-switch-rest</artifactId>
266                     <classifier>features</classifier>
267                     <type>xml</type>
268                 </dependency>
269             </dependencies>
270         </profile>
271         <!-- NEMO -->
272         <profile>
273             <id>nemo</id>
274             <activation>
275                 <activeByDefault>true</activeByDefault>
276             </activation>
277             <dependencies>
278                 <dependency>
279                     <groupId>org.opendaylight.nemo</groupId>
280                     <artifactId>odl-nemo-engine</artifactId>
281                     <classifier>features</classifier>
282                     <type>xml</type>
283                 </dependency>
284                 <dependency>
285                     <groupId>org.opendaylight.nemo</groupId>
286                     <artifactId>odl-nemo-engine-rest</artifactId>
287                     <classifier>features</classifier>
288                     <type>xml</type>
289                 </dependency>
290                 <dependency>
291                     <groupId>org.opendaylight.nemo</groupId>
292                     <artifactId>odl-nemo-engine-ui</artifactId>
293                     <classifier>features</classifier>
294                     <type>xml</type>
295                 </dependency>
296                 <dependency>
297                     <groupId>org.opendaylight.nemo</groupId>
298                     <artifactId>odl-nemo-openflow-renderer</artifactId>
299                     <classifier>features</classifier>
300                     <type>xml</type>
301                 </dependency>
302                 <dependency>
303                     <groupId>org.opendaylight.nemo</groupId>
304                     <artifactId>odl-nemo-cli-renderer</artifactId>
305                     <classifier>features</classifier>
306                     <type>xml</type>
307                 </dependency>
308             </dependencies>
309         </profile>
310         <!-- Netconf -->
311         <profile>
312             <id>netconf</id>
313             <activation>
314                 <activeByDefault>true</activeByDefault>
315             </activation>
316             <dependencies>
317                 <dependency>
318                     <groupId>org.opendaylight.netconf</groupId>
319                     <artifactId>odl-netconf-callhome-ssh</artifactId>
320                     <classifier>features</classifier>
321                     <type>xml</type>
322                 </dependency>
323                 <dependency>
324                     <groupId>org.opendaylight.netconf</groupId>
325                     <artifactId>odl-netconf-console</artifactId>
326                     <classifier>features</classifier>
327                     <type>xml</type>
328                 </dependency>
329                 <dependency>
330                     <groupId>org.opendaylight.netconf</groupId>
331                     <artifactId>odl-netconf-mdsal</artifactId>
332                     <type>xml</type>
333                     <classifier>features</classifier>
334                 </dependency>
335                 <dependency>
336                     <groupId>org.opendaylight.netconf</groupId>
337                     <artifactId>odl-netconf-topology</artifactId>
338                     <type>xml</type>
339                     <classifier>features</classifier>
340                 </dependency>
341                 <dependency>
342                     <groupId>org.opendaylight.netconf</groupId>
343                     <artifactId>odl-netconf-clustered-topology</artifactId>
344                     <type>xml</type>
345                     <classifier>features</classifier>
346                 </dependency>
347             </dependencies>
348         </profile>
349         <!-- Netvirt -->
350         <profile>
351             <id>netvirt</id>
352             <activation>
353                 <activeByDefault>true</activeByDefault>
354             </activation>
355             <dependencies>
356                 <dependency>
357                     <groupId>org.opendaylight.netvirt</groupId>
358                     <artifactId>odl-netvirt-openstack</artifactId>
359                     <type>xml</type>
360                     <classifier>features</classifier>
361                 </dependency>
362             </dependencies>
363         </profile>
364         <!-- OF-CONFIG -->
365         <profile>
366             <id>ofconfig</id>
367             <activation>
368                 <activeByDefault>true</activeByDefault>
369             </activation>
370             <dependencies>
371                 <dependency>
372                     <groupId>org.opendaylight.of-config</groupId>
373                     <artifactId>odl-of-config-all</artifactId>
374                     <type>xml</type>
375                     <classifier>features</classifier>
376                 </dependency>
377             </dependencies>
378         </profile>
379         <!-- P4 Plugin -->
380         <profile>
381             <id>p4plugin</id>
382             <activation>
383                 <activeByDefault>true</activeByDefault>
384             </activation>
385             <dependencies>
386                 <dependency>
387                     <groupId>org.opendaylight.p4plugin</groupId>
388                     <artifactId>odl-p4plugin-all</artifactId>
389                     <type>xml</type>
390                     <classifier>features</classifier>
391                 </dependency>
392             </dependencies>
393         </profile>
394         <!-- SFC -->
395         <profile>
396             <id>sfc</id>
397             <activation>
398                 <activeByDefault>true</activeByDefault>
399             </activation>
400             <dependencies>
401                 <dependency>
402                     <groupId>org.opendaylight.sfc</groupId>
403                     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
404                     <type>xml</type>
405                     <classifier>features</classifier>
406                 </dependency>
407                 <dependency>
408                     <groupId>org.opendaylight.sfc</groupId>
409                     <artifactId>odl-sfc-netconf</artifactId>
410                     <type>xml</type>
411                     <classifier>features</classifier>
412                 </dependency>
413                 <dependency>
414                     <groupId>org.opendaylight.sfc</groupId>
415                     <artifactId>odl-sfc-openflow-renderer</artifactId>
416                     <type>xml</type>
417                     <classifier>features</classifier>
418                 </dependency>
419                 <dependency>
420                     <groupId>org.opendaylight.sfc</groupId>
421                     <artifactId>odl-sfc-vpp-renderer</artifactId>
422                     <type>xml</type>
423                     <classifier>features</classifier>
424                 </dependency>
425             </dependencies>
426         </profile>
427         <!-- TSDR -->
428         <profile>
429             <id>tsdr</id>
430             <activation>
431                 <activeByDefault>true</activeByDefault>
432             </activation>
433             <dependencies>
434                 <dependency>
435                     <groupId>org.opendaylight.tsdr</groupId>
436                     <artifactId>odl-tsdr-hsqldb-all</artifactId>
437                     <classifier>features</classifier>
438                     <type>xml</type>
439                 </dependency>
440             </dependencies>
441         </profile>
442         <!-- Unimgr -->
443         <profile>
444             <id>unimgr</id>
445             <activation>
446                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
447                 <activeByDefault>false</activeByDefault>
448             </activation>
449             <dependencies>
450                 <dependency>
451                     <groupId>org.opendaylight.unimgr</groupId>
452                     <artifactId>odl-unimgr</artifactId>
453                     <type>xml</type>
454                     <classifier>features</classifier>
455                 </dependency>
456             </dependencies>
457         </profile>
458         <!-- USC -->
459         <profile>
460             <id>usc</id>
461             <activation>
462                 <activeByDefault>true</activeByDefault>
463             </activation>
464             <dependencies>
465                 <dependency>
466                     <groupId>org.opendaylight.usc</groupId>
467                     <artifactId>odl-usc-channel-ui</artifactId>
468                     <type>xml</type>
469                     <classifier>features</classifier>
470                 </dependency>
471             </dependencies>
472         </profile>
473         <!-- VTN -->
474         <profile>
475             <id>vtn</id>
476             <activation>
477                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
478                 <activeByDefault>false</activeByDefault>
479             </activation>
480             <dependencies>
481                 <dependency>
482                     <groupId>org.opendaylight.vtn</groupId>
483                     <artifactId>odl-vtn-manager-rest</artifactId>
484                     <type>xml</type>
485                     <classifier>features</classifier>
486                 </dependency>
487                 <dependency>
488                     <groupId>org.opendaylight.vtn</groupId>
489                     <artifactId>odl-vtn-manager-neutron</artifactId>
490                     <type>xml</type>
491                     <classifier>features</classifier>
492                 </dependency>
493             </dependencies>
494         </profile>
495     </profiles>
496 </project>