Add JSON RPC to distribution
[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                 <activeByDefault>true</activeByDefault>
68             </activation>
69             <dependencies>
70                 <dependency>
71                     <groupId>org.opendaylight.bier</groupId>
72                     <artifactId>odl-bier-all</artifactId>
73                     <type>xml</type>
74                     <classifier>features</classifier>
75                 </dependency>
76             </dependencies>
77         </profile>
78         <!-- COE -->
79         <profile>
80             <id>coe</id>
81             <activation>
82                 <activeByDefault>true</activeByDefault>
83             </activation>
84             <dependencies>
85                 <dependency>
86                     <groupId>org.opendaylight.coe</groupId>
87                     <artifactId>odl-coe</artifactId>
88                     <type>xml</type>
89                     <classifier>features</classifier>
90                 </dependency>
91             </dependencies>
92         </profile>
93         <!-- FaaS -->
94         <profile>
95             <id>faas</id>
96             <activation>
97                 <!-- Commented out because of SFT memory problem -->
98                 <activeByDefault>false</activeByDefault>
99             </activation>
100             <dependencies>
101                 <dependency>
102                     <groupId>org.opendaylight.faas</groupId>
103                     <artifactId>odl-faas-all</artifactId>
104                     <type>xml</type>
105                     <classifier>features</classifier>
106                 </dependency>
107             </dependencies>
108         </profile>
109         <!-- Genius -->
110         <profile>
111             <id>genius</id>
112             <activation>
113                 <activeByDefault>true</activeByDefault>
114             </activation>
115             <dependencies>
116                 <dependency>
117                     <groupId>org.opendaylight.genius</groupId>
118                     <artifactId>odl-genius-rest</artifactId>
119                     <type>xml</type>
120                     <classifier>features</classifier>
121                 </dependency>
122             </dependencies>
123         </profile>
124         <!-- GROUPBASEDPOLICY or GBP-->
125         <profile>
126             <id>groupbasedpolicy</id>
127             <activation>
128                 <!-- Disabled because of SFT memory issues -->
129                 <activeByDefault>false</activeByDefault>
130             </activation>
131             <dependencies>
132                 <dependency>
133                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
134                     <artifactId>odl-groupbasedpolicy-base</artifactId>
135                     <type>xml</type>
136                     <classifier>features</classifier>
137                 </dependency>
138                 <dependency>
139                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
140                     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
141                     <type>xml</type>
142                     <classifier>features</classifier>
143                 </dependency>
144                 <dependency>
145                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
146                     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
147                     <type>xml</type>
148                     <classifier>features</classifier>
149                 </dependency>
150                 <dependency>
151                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
152                     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
153                     <type>xml</type>
154                     <classifier>features</classifier>
155                 </dependency>
156                 <dependency>
157                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
158                     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
159                     <type>xml</type>
160                     <classifier>features</classifier>
161                 </dependency>
162                 <dependency>
163                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
164                     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
165                     <type>xml</type>
166                     <classifier>features</classifier>
167                 </dependency>
168                 <dependency>
169                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
170                     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
171                     <type>xml</type>
172                     <classifier>features</classifier>
173                 </dependency>
174                 <dependency>
175                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
176                     <artifactId>odl-groupbasedpolicy-ui</artifactId>
177                     <type>xml</type>
178                     <classifier>features</classifier>
179                 </dependency>
180                 <dependency>
181                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
182                     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
183                     <type>xml</type>
184                     <classifier>features</classifier>
185                 </dependency>
186                 <dependency>
187                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
188                     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
189                     <type>xml</type>
190                     <classifier>features</classifier>
191                 </dependency>
192                 <dependency>
193                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
194                     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
195                     <type>xml</type>
196                     <classifier>features</classifier>
197                 </dependency>
198                 <dependency>
199                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
200                     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
201                     <type>xml</type>
202                     <classifier>features</classifier>
203                 </dependency>
204                 <dependency>
205                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
206                     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
207                     <type>xml</type>
208                     <classifier>features</classifier>
209                 </dependency>
210             </dependencies>
211         </profile>
212         <!-- Honeycomb/VBD -->
213         <profile>
214             <id>honeycombvbd</id>
215             <activation>
216                 <!-- netconf connector is broken after last bump migration -->
217                 <activeByDefault>false</activeByDefault>
218             </activation>
219             <dependencies>
220                 <dependency>
221                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
222                     <artifactId>odl-vbd</artifactId>
223                     <classifier>features</classifier>
224                     <type>xml</type>
225                 </dependency>
226                 <dependency>
227                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
228                     <artifactId>odl-vbd-rest</artifactId>
229                     <classifier>features</classifier>
230                     <type>xml</type>
231                 </dependency>
232                 <dependency>
233                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
234                     <artifactId>odl-vbd-ui</artifactId>
235                     <classifier>features</classifier>
236                     <type>xml</type>
237                 </dependency>
238             </dependencies>
239         </profile>
240         <!-- jsonrpc -->
241         <profile>
242             <id>jsonrpc</id>
243             <activation>
244                 <activeByDefault>true</activeByDefault>
245             </activation>
246             <dependencies>
247                 <dependency>
248                     <groupId>org.opendaylight.jsonrpc</groupId>
249                     <artifactId>jsonrpc-features</artifactId>
250                     <classifier>features</classifier>
251                     <type>xml</type>
252                 </dependency>
253             </dependencies>
254         </profile>
255         <!-- L2switch -->
256         <profile>
257             <id>l2switch</id>
258             <activation>
259                 <activeByDefault>true</activeByDefault>
260             </activation>
261             <dependencies>
262                 <dependency>
263                     <groupId>org.opendaylight.l2switch</groupId>
264                     <artifactId>odl-l2switch-switch-rest</artifactId>
265                     <classifier>features</classifier>
266                     <type>xml</type>
267                 </dependency>
268             </dependencies>
269         </profile>
270         <!-- NEMO -->
271         <profile>
272             <id>nemo</id>
273             <activation>
274                 <activeByDefault>true</activeByDefault>
275             </activation>
276             <dependencies>
277                 <dependency>
278                     <groupId>org.opendaylight.nemo</groupId>
279                     <artifactId>odl-nemo-engine</artifactId>
280                     <classifier>features</classifier>
281                     <type>xml</type>
282                 </dependency>
283                 <dependency>
284                     <groupId>org.opendaylight.nemo</groupId>
285                     <artifactId>odl-nemo-engine-rest</artifactId>
286                     <classifier>features</classifier>
287                     <type>xml</type>
288                 </dependency>
289                 <dependency>
290                     <groupId>org.opendaylight.nemo</groupId>
291                     <artifactId>odl-nemo-engine-ui</artifactId>
292                     <classifier>features</classifier>
293                     <type>xml</type>
294                 </dependency>
295                 <dependency>
296                     <groupId>org.opendaylight.nemo</groupId>
297                     <artifactId>odl-nemo-openflow-renderer</artifactId>
298                     <classifier>features</classifier>
299                     <type>xml</type>
300                 </dependency>
301                 <dependency>
302                     <groupId>org.opendaylight.nemo</groupId>
303                     <artifactId>odl-nemo-cli-renderer</artifactId>
304                     <classifier>features</classifier>
305                     <type>xml</type>
306                 </dependency>
307             </dependencies>
308         </profile>
309         <!-- Netconf -->
310         <profile>
311             <id>netconf</id>
312             <activation>
313                 <!-- netconf connector is broken after last bump migration -->
314                 <activeByDefault>false</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                 <!-- netconf connector is broken after last bump migration -->
399                 <activeByDefault>false</activeByDefault>
400             </activation>
401             <dependencies>
402                 <dependency>
403                     <groupId>org.opendaylight.sfc</groupId>
404                     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
405                     <type>xml</type>
406                     <classifier>features</classifier>
407                 </dependency>
408                 <dependency>
409                     <groupId>org.opendaylight.sfc</groupId>
410                     <artifactId>odl-sfc-netconf</artifactId>
411                     <type>xml</type>
412                     <classifier>features</classifier>
413                 </dependency>
414                 <dependency>
415                     <groupId>org.opendaylight.sfc</groupId>
416                     <artifactId>odl-sfc-openflow-renderer</artifactId>
417                     <type>xml</type>
418                     <classifier>features</classifier>
419                 </dependency>
420                 <dependency>
421                     <groupId>org.opendaylight.sfc</groupId>
422                     <artifactId>odl-sfc-vpp-renderer</artifactId>
423                     <type>xml</type>
424                     <classifier>features</classifier>
425                 </dependency>
426             </dependencies>
427         </profile>
428         <!-- TSDR -->
429         <profile>
430             <id>tsdr</id>
431             <activation>
432                 <activeByDefault>true</activeByDefault>
433             </activation>
434             <dependencies>
435                 <dependency>
436                     <groupId>org.opendaylight.tsdr</groupId>
437                     <artifactId>odl-tsdr-hsqldb-all</artifactId>
438                     <classifier>features</classifier>
439                     <type>xml</type>
440                 </dependency>
441             </dependencies>
442         </profile>
443         <!-- Unimgr -->
444         <profile>
445             <id>unimgr</id>
446             <activation>
447                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
448                 <activeByDefault>false</activeByDefault>
449             </activation>
450             <dependencies>
451                 <dependency>
452                     <groupId>org.opendaylight.unimgr</groupId>
453                     <artifactId>odl-unimgr</artifactId>
454                     <type>xml</type>
455                     <classifier>features</classifier>
456                 </dependency>
457             </dependencies>
458         </profile>
459         <!-- USC -->
460         <profile>
461             <id>usc</id>
462             <activation>
463                 <activeByDefault>true</activeByDefault>
464             </activation>
465             <dependencies>
466                 <dependency>
467                     <groupId>org.opendaylight.usc</groupId>
468                     <artifactId>odl-usc-channel-ui</artifactId>
469                     <type>xml</type>
470                     <classifier>features</classifier>
471                 </dependency>
472             </dependencies>
473         </profile>
474         <!-- VTN -->
475         <profile>
476             <id>vtn</id>
477             <activation>
478                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
479                 <activeByDefault>false</activeByDefault>
480             </activation>
481             <dependencies>
482                 <dependency>
483                     <groupId>org.opendaylight.vtn</groupId>
484                     <artifactId>odl-vtn-manager-rest</artifactId>
485                     <type>xml</type>
486                     <classifier>features</classifier>
487                 </dependency>
488                 <dependency>
489                     <groupId>org.opendaylight.vtn</groupId>
490                     <artifactId>odl-vtn-manager-neutron</artifactId>
491                     <type>xml</type>
492                     <classifier>features</classifier>
493                 </dependency>
494             </dependencies>
495         </profile>
496     </profiles>
497 </project>