Bug 9307: Split features to avoid incompatiblities
[integration/distribution.git] / features / singles / odl-integration-compatible-with-3node / 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>2.0.5</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-compatible-with-3node</artifactId>
21     <!-- TODO: Shorter 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>
28         Single feature containing all features compatible with most and with 3node deployments.
29         This should consist of odl-integration-compatible-with-all
30         and additional features which are not compatible with 1node legacy deployments.
31         Typical bundle which should not be installed: org.opendaylight.netconf:netconf-topology-config.
32     </description>
33     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
34     <licenses>
35         <license>
36             <name>Eclipse Public License v1.0</name>
37             <url>http://www.eclipse.org/legal/epl-v10.html</url>
38         </license>
39     </licenses>
40     <!-- FIXME: Add developers section -->
41     <scm>
42         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
43         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
44         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-compatible-with-all;hb=HEAD</url>
45         <tag>HEAD</tag>
46     </scm>
47     <dependencyManagement>
48         <dependencies>
49             <dependency>
50                 <groupId>${project.groupId}</groupId>
51                 <artifactId>all-artifacts</artifactId>
52                 <version>${project.version}</version>
53                 <scope>import</scope>
54                 <type>pom</type>
55             </dependency>
56         </dependencies>
57     </dependencyManagement>
58     <dependencies>
59         <dependency>
60             <groupId>${project.groupId}</groupId>
61             <artifactId>odl-integration-compatible-with-all</artifactId>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <!-- User facing single features. Alphabetical order -->
67
68         <!-- GROUPBASEDPOLICY or GBP-->
69         <!-- Commenting this feature because SFT memory issues
70         <dependency>
71             <groupId>org.opendaylight.groupbasedpolicy</groupId>
72             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.groupbasedpolicy</groupId>
78             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.groupbasedpolicy</groupId>
84             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         -->
89
90         <!-- Honeycomb/VBD -->
91         <dependency>
92             <groupId>org.opendaylight.honeycomb.vbd</groupId>
93             <artifactId>odl-vbd</artifactId>
94             <classifier>features</classifier>
95             <type>xml</type>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.honeycomb.vbd</groupId>
99             <artifactId>odl-vbd-rest</artifactId>
100             <classifier>features</classifier>
101             <type>xml</type>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.honeycomb.vbd</groupId>
105             <artifactId>odl-vbd-ui</artifactId>
106             <classifier>features</classifier>
107             <type>xml</type>
108         </dependency>
109
110         <!-- Netconf -->
111         <dependency>
112             <groupId>org.opendaylight.netconf</groupId>
113             <artifactId>odl-netconf-clustered-topology</artifactId>
114             <classifier>features</classifier>
115             <type>xml</type>
116         </dependency>
117
118     </dependencies>
119 </project>