Bump yangtools to 2.0.6.7
[integration/distribution.git] / features / singles / odl-integration-compatible-with-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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10     <modelVersion>4.0.0</modelVersion>
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>3.1.6</version>
15         <relativePath/>
16     </parent>
17     <groupId>org.opendaylight.integration</groupId>
18     <artifactId>odl-integration-compatible-with-all</artifactId>
19     <!-- TODO: Shorter name? -->
20     <version>0.8.5-SNAPSHOT</version>
21     <packaging>feature</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>Single feature containing all features compatible together.</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=features/singles/odl-integration-compatible-with-all;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <dependencyManagement>
41         <dependencies>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>all-artifacts</artifactId>
45                 <version>${project.version}</version>
46                 <scope>import</scope>
47                 <type>pom</type>
48             </dependency>
49         </dependencies>
50     </dependencyManagement>
51
52     <!-- User facing single features. Alphabetical order -->
53     <profiles>
54         <!-- AAA -->
55         <profile>
56             <id>aaa</id>
57             <activation>
58                 <activeByDefault>true</activeByDefault>
59             </activation>
60             <dependencies>
61                 <dependency>
62                     <groupId>org.opendaylight.aaa</groupId>
63                     <artifactId>odl-aaa-shiro</artifactId>
64                     <type>xml</type>
65                     <classifier>features</classifier>
66                 </dependency>
67             </dependencies>
68         </profile>
69         <!-- ALTO -->
70         <profile>
71             <id>alto</id>
72             <activation>
73                 <!-- Commented because of SFT memory issues -->
74                 <activeByDefault>false</activeByDefault>
75             </activation>
76             <dependencies>
77                 <dependency>
78                     <groupId>org.opendaylight.alto</groupId>
79                     <artifactId>odl-alto-simpleird</artifactId>
80                     <classifier>features</classifier>
81                     <type>xml</type>
82                 </dependency>
83                 <dependency>
84                     <groupId>org.opendaylight.alto</groupId>
85                     <artifactId>odl-alto-manual-maps</artifactId>
86                     <classifier>features</classifier>
87                     <type>xml</type>
88                 </dependency>
89                 <dependency>
90                     <groupId>org.opendaylight.alto</groupId>
91                     <artifactId>odl-alto-simpleecs</artifactId>
92                     <classifier>features</classifier>
93                     <type>xml</type>
94                 </dependency>
95                 <dependency>
96                     <groupId>org.opendaylight.alto</groupId>
97                     <artifactId>odl-alto-auto-maps</artifactId>
98                     <classifier>features</classifier>
99                     <type>xml</type>
100                 </dependency>
101                 <dependency>
102                     <groupId>org.opendaylight.alto</groupId>
103                     <artifactId>odl-alto-spce</artifactId>
104                     <classifier>features</classifier>
105                     <type>xml</type>
106                 </dependency>
107             </dependencies>
108         </profile>
109         <!-- BGPCEP -->
110         <profile>
111             <id>bgpcep</id>
112             <activation>
113                 <activeByDefault>true</activeByDefault>
114             </activation>
115             <dependencies>
116                 <dependency>
117                     <groupId>org.opendaylight.bgpcep</groupId>
118                     <artifactId>odl-bgpcep-bgp</artifactId>
119                     <type>xml</type>
120                     <classifier>features</classifier>
121                 </dependency>
122                 <dependency>
123                     <groupId>org.opendaylight.bgpcep</groupId>
124                     <artifactId>odl-bgpcep-bmp</artifactId>
125                     <type>xml</type>
126                     <classifier>features</classifier>
127                 </dependency>
128                 <dependency>
129                     <groupId>org.opendaylight.bgpcep</groupId>
130                     <artifactId>odl-bgpcep-pcep</artifactId>
131                     <type>xml</type>
132                     <classifier>features</classifier>
133                 </dependency>
134                 <dependency>
135                     <groupId>org.opendaylight.bgpcep</groupId>
136                     <artifactId>odl-bgpcep-rsvp</artifactId>
137                     <type>xml</type>
138                     <classifier>features</classifier>
139                 </dependency>
140             </dependencies>
141         </profile>
142         <!-- Daexim -->
143         <profile>
144             <id>daexim</id>
145             <activation>
146                 <activeByDefault>true</activeByDefault>
147             </activation>
148             <dependencies>
149                 <dependency>
150                     <groupId>org.opendaylight.daexim</groupId>
151                     <artifactId>odl-daexim-all</artifactId>
152                     <type>xml</type>
153                     <classifier>features</classifier>
154                 </dependency>
155             </dependencies>
156         </profile>
157         <!-- Distribution -->
158         <profile>
159             <id>distribution</id>
160             <activation>
161                 <activeByDefault>true</activeByDefault>
162             </activation>
163             <dependencies>
164                 <dependency>
165                     <groupId>${project.groupId}</groupId>
166                     <artifactId>odl-distribution-version</artifactId>
167                     <type>xml</type>
168                     <classifier>features</classifier>
169                 </dependency>
170             </dependencies>
171         </profile>
172         <!-- DluxApps -->
173         <profile>
174             <id>dluxapps</id>
175             <activation>
176                 <activeByDefault>true</activeByDefault>
177             </activation>
178             <dependencies>
179                 <dependency>
180                     <groupId>org.opendaylight.dluxapps</groupId>
181                     <artifactId>odl-dluxapps-nodes</artifactId>
182                     <type>xml</type>
183                     <classifier>features</classifier>
184                 </dependency>
185                 <dependency>
186                     <groupId>org.opendaylight.dluxapps</groupId>
187                     <artifactId>odl-dluxapps-topology</artifactId>
188                     <type>xml</type>
189                     <classifier>features</classifier>
190                 </dependency>
191                 <dependency>
192                     <groupId>org.opendaylight.dluxapps</groupId>
193                     <artifactId>odl-dluxapps-yangman</artifactId>
194                     <type>xml</type>
195                     <classifier>features</classifier>
196                 </dependency>
197                 <dependency>
198                     <groupId>org.opendaylight.dluxapps</groupId>
199                     <artifactId>odl-dluxapps-yangvisualizer</artifactId>
200                     <type>xml</type>
201                     <classifier>features</classifier>
202                 </dependency>
203             </dependencies>
204         </profile>
205         <!-- InfraUtils -->
206         <profile>
207             <id>infrautils</id>
208             <activation>
209                 <activeByDefault>true</activeByDefault>
210             </activation>
211             <dependencies>
212                 <dependency>
213                     <groupId>org.opendaylight.infrautils</groupId>
214                     <artifactId>odl-infrautils-ready</artifactId>
215                     <type>xml</type>
216                     <classifier>features</classifier>
217                 </dependency>
218             </dependencies>
219         </profile>
220         <!-- LISP Flow Mapping -->
221         <profile>
222             <id>lispflowmapping</id>
223             <activation>
224                 <activeByDefault>true</activeByDefault>
225             </activation>
226             <dependencies>
227                 <dependency>
228                     <groupId>org.opendaylight.lispflowmapping</groupId>
229                     <artifactId>odl-lispflowmapping-msmr</artifactId>
230                     <type>xml</type>
231                     <classifier>features</classifier>
232                 </dependency>
233             </dependencies>
234         </profile>
235         <!-- Netconf -->
236         <profile>
237             <id>netconf</id>
238             <activation>
239                 <activeByDefault>true</activeByDefault>
240             </activation>
241             <dependencies>
242                 <dependency>
243                     <groupId>org.opendaylight.netconf</groupId>
244                     <artifactId>odl-mdsal-apidocs</artifactId>
245                     <classifier>features</classifier>
246                     <type>xml</type>
247                 </dependency>
248                 <dependency>
249                     <groupId>org.opendaylight.netconf</groupId>
250                     <artifactId>odl-restconf</artifactId>
251                     <classifier>features</classifier>
252                     <type>xml</type>
253                 </dependency>
254                 <dependency>
255                     <groupId>org.opendaylight.netconf</groupId>
256                     <artifactId>odl-yanglib</artifactId>
257                     <classifier>features</classifier>
258                     <type>xml</type>
259                 </dependency>
260             </dependencies>
261         </profile>
262         <!-- Neutron Northbound -->
263         <profile>
264             <id>neutron</id>
265             <activation>
266                 <activeByDefault>true</activeByDefault>
267             </activation>
268             <dependencies>
269                 <dependency>
270                     <groupId>org.opendaylight.neutron</groupId>
271                     <artifactId>odl-neutron-service</artifactId>
272                     <type>xml</type>
273                     <classifier>features</classifier>
274                 </dependency>
275             </dependencies>
276         </profile>
277         <!-- OpenflowPlugin -->
278         <profile>
279             <id>openflowplugin</id>
280             <activation>
281                 <activeByDefault>true</activeByDefault>
282             </activation>
283             <dependencies>
284                 <dependency>
285                     <groupId>org.opendaylight.openflowplugin</groupId>
286                     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
287                     <type>xml</type>
288                     <classifier>features</classifier>
289                 </dependency>
290                 <dependency>
291                     <groupId>org.opendaylight.openflowplugin</groupId>
292                     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
293                     <type>xml</type>
294                     <classifier>features</classifier>
295                 </dependency>
296             </dependencies>
297         </profile>
298         <!-- OVSDB -->
299         <profile>
300             <id>ovsdb</id>
301             <activation>
302                 <activeByDefault>true</activeByDefault>
303             </activation>
304             <dependencies>
305                 <dependency>
306                     <groupId>org.opendaylight.ovsdb</groupId>
307                     <artifactId>odl-ovsdb-library</artifactId>
308                     <type>xml</type>
309                     <classifier>features</classifier>
310                 </dependency>
311                 <dependency>
312                     <groupId>org.opendaylight.ovsdb</groupId>
313                     <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
314                     <type>xml</type>
315                     <classifier>features</classifier>
316                 </dependency>
317                 <dependency>
318                     <groupId>org.opendaylight.ovsdb</groupId>
319                     <artifactId>odl-ovsdb-southbound-impl</artifactId>
320                     <type>xml</type>
321                     <classifier>features</classifier>
322                 </dependency>
323             </dependencies>
324         </profile>
325         <!-- Packetcable -->
326         <profile>
327             <id>packetcable</id>
328             <activation>
329                 <activeByDefault>true</activeByDefault>
330             </activation>
331             <dependencies>
332                 <dependency>
333                     <groupId>org.opendaylight.packetcable</groupId>
334                     <artifactId>odl-packetcable-policy-model</artifactId>
335                     <type>xml</type>
336                     <classifier>features</classifier>
337                 </dependency>
338                 <dependency>
339                     <groupId>org.opendaylight.packetcable</groupId>
340                     <artifactId>odl-packetcable-policy-server</artifactId>
341                     <type>xml</type>
342                     <classifier>features</classifier>
343                 </dependency>
344                 <dependency>
345                     <groupId>org.opendaylight.packetcable</groupId>
346                     <artifactId>odl-packetcable-policy-server-all</artifactId>
347                     <type>xml</type>
348                     <classifier>features</classifier>
349                 </dependency>
350             </dependencies>
351         </profile>
352         <!-- SFC -->
353         <profile>
354             <id>sfc</id>
355             <activation>
356                 <activeByDefault>true</activeByDefault>
357             </activation>
358             <dependencies>
359                 <dependency>
360                     <groupId>org.opendaylight.sfc</groupId>
361                     <artifactId>odl-sfc-ovs</artifactId>
362                     <type>xml</type>
363                     <classifier>features</classifier>
364                 </dependency>
365                 <dependency>
366                     <groupId>org.opendaylight.sfc</groupId>
367                     <artifactId>odl-sfc-sb-rest</artifactId>
368                     <type>xml</type>
369                     <classifier>features</classifier>
370                 </dependency>
371                 <dependency>
372                     <groupId>org.opendaylight.sfc</groupId>
373                     <artifactId>odl-sfc-ui</artifactId>
374                     <type>xml</type>
375                     <classifier>features</classifier>
376                 </dependency>
377                 <dependency>
378                     <groupId>org.opendaylight.sfc</groupId>
379                     <artifactId>odl-sfclisp</artifactId>
380                     <type>xml</type>
381                     <classifier>features</classifier>
382                 </dependency>
383                 <dependency>
384                     <groupId>org.opendaylight.sfc</groupId>
385                     <artifactId>odl-sfc-shell</artifactId>
386                     <type>xml</type>
387                     <classifier>features</classifier>
388                 </dependency>
389             </dependencies>
390         </profile>
391         <!-- SNMP4SDN -->
392         <profile>
393             <id>snmp4sdn</id>
394             <activation>
395                 <activeByDefault>true</activeByDefault>
396             </activation>
397             <dependencies>
398                 <dependency>
399                     <groupId>org.opendaylight.snmp4sdn</groupId>
400                     <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
401                     <classifier>features</classifier>
402                     <type>xml</type>
403                 </dependency>
404             </dependencies>
405         </profile>
406         <!-- SXP -->
407         <profile>
408             <id>sxp</id>
409             <activation>
410                 <activeByDefault>true</activeByDefault>
411             </activation>
412             <dependencies>
413                 <dependency>
414                     <groupId>org.opendaylight.sxp</groupId>
415                     <artifactId>odl-sxp-controller</artifactId>
416                     <classifier>features</classifier>
417                     <type>xml</type>
418                 </dependency>
419             </dependencies>
420         </profile>
421     </profiles>
422 </project>