Add l2switch karaf4 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>2.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.7.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
61         <!-- External single feature dependencies in alphabetical order -->
62
63         <!-- BIER -->
64         <dependency>
65             <groupId>org.opendaylight.bier</groupId>
66             <artifactId>odl-bier-all</artifactId>
67             <type>xml</type>
68             <classifier>features</classifier>
69         </dependency>
70
71         <!-- COE -->
72         <dependency>
73             <groupId>org.opendaylight.coe</groupId>
74             <artifactId>odl-coe</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78
79         <!-- Genius -->
80         <dependency>
81             <groupId>org.opendaylight.genius</groupId>
82             <artifactId>odl-genius-rest</artifactId>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86
87         <!-- L2switch -->
88         <dependency>
89             <groupId>org.opendaylight.l2switch</groupId>
90             <artifactId>odl-l2switch-switch</artifactId>
91             <classifier>features</classifier>
92             <type>xml</type>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.l2switch</groupId>
96             <artifactId>odl-l2switch-switch-rest</artifactId>
97             <classifier>features</classifier>
98             <type>xml</type>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.l2switch</groupId>
102             <artifactId>odl-l2switch-switch-ui</artifactId>
103             <classifier>features</classifier>
104             <type>xml</type>
105         </dependency>
106
107         <!-- Netconf -->
108         <dependency>
109             <groupId>org.opendaylight.netconf</groupId>
110             <artifactId>odl-netconf-topology</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.netconf</groupId>
116             <artifactId>odl-netconf-clustered-topology</artifactId>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120
121         <!-- Netvirt -->
122         <dependency>
123             <groupId>org.opendaylight.netvirt</groupId>
124             <artifactId>odl-netvirt-openstack</artifactId>
125             <type>xml</type>
126             <classifier>features</classifier>
127         </dependency>
128
129         <!-- VTN -->
130         <dependency>
131             <groupId>org.opendaylight.vtn</groupId>
132             <artifactId>odl-vtn-manager-rest</artifactId>
133             <type>xml</type>
134             <classifier>features</classifier>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.vtn</groupId>
138             <artifactId>odl-vtn-manager-neutron</artifactId>
139             <type>xml</type>
140             <classifier>features</classifier>
141         </dependency>
142
143     </dependencies>
144 </project>