Add Daexim
[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"
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-compatible-with-all</artifactId>
21     <!-- TODO: Shorter 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 compatible together.</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-compatible-with-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
55         <!-- User facing single features. Alphabetical order -->
56
57         <!-- AAA -->
58         <dependency>
59             <groupId>org.opendaylight.aaa</groupId>
60             <artifactId>odl-aaa-shiro</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64
65         <!-- Daexim -->
66         <dependency>
67             <groupId>org.opendaylight.daexim</groupId>
68             <artifactId>odl-daexim-all</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72
73         <!-- Distribution -->
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-distribution-version</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80
81          <!-- BGPCEP -->
82         <dependency>
83             <groupId>org.opendaylight.bgpcep</groupId>
84             <artifactId>odl-bgpcep-bgp</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         <dependency>
89             <groupId>org.opendaylight.bgpcep</groupId>
90             <artifactId>odl-bgpcep-bmp</artifactId>
91             <type>xml</type>
92             <classifier>features</classifier>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.bgpcep</groupId>
96             <artifactId>odl-bgpcep-pcep</artifactId>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.bgpcep</groupId>
102             <artifactId>odl-bgpcep-rsvp</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106
107         <!-- DluxApps -->
108         <dependency>
109             <groupId>org.opendaylight.dluxapps</groupId>
110             <artifactId>odl-dluxapps-nodes</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.dluxapps</groupId>
116             <artifactId>odl-dluxapps-topology</artifactId>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.dluxapps</groupId>
122             <artifactId>odl-dluxapps-yangman</artifactId>
123             <type>xml</type>
124             <classifier>features</classifier>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.dluxapps</groupId>
128             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132
133         <!-- LISP Flow Mapping -->
134         <dependency>
135             <groupId>org.opendaylight.lispflowmapping</groupId>
136             <artifactId>odl-lispflowmapping-msmr</artifactId>
137             <type>xml</type>
138             <classifier>features</classifier>
139         </dependency>
140
141         <!-- Netconf -->
142         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
143         <dependency>
144             <groupId>org.opendaylight.netconf</groupId>
145             <artifactId>odl-netconf-mdsal</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149         -->
150         <dependency>
151             <groupId>org.opendaylight.netconf</groupId>
152             <artifactId>odl-restconf</artifactId>
153             <type>xml</type>
154             <classifier>features</classifier>
155         </dependency>
156
157         <!-- Neutron Northbound -->
158         <!-- Temporary remove because SFT Server unhealth
159         <dependency>
160             <groupId>org.opendaylight.neutron</groupId>
161             <artifactId>odl-neutron-service</artifactId>
162             <type>xml</type>
163             <classifier>features</classifier>
164         </dependency>
165         -->
166
167         <!-- OpenflowPlugin -->
168         <dependency>
169             <groupId>org.opendaylight.openflowplugin</groupId>
170             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
171             <type>xml</type>
172             <classifier>features</classifier>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.openflowplugin</groupId>
176             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
177             <type>xml</type>
178             <classifier>features</classifier>
179         </dependency>
180
181         <!-- TTP -->
182         <dependency>
183             <groupId>org.opendaylight.ttp</groupId>
184             <artifactId>odl-ttp-model-rest</artifactId>
185             <type>xml</type>
186             <classifier>features</classifier>
187         </dependency>
188
189         <!-- OVSDB -->
190         <dependency>
191             <groupId>org.opendaylight.ovsdb</groupId>
192             <artifactId>odl-ovsdb-library</artifactId>
193             <type>xml</type>
194             <classifier>features</classifier>
195         </dependency>
196         <dependency>
197             <groupId>org.opendaylight.ovsdb</groupId>
198             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
199             <type>xml</type>
200             <classifier>features</classifier>
201         </dependency>
202         <dependency>
203             <groupId>org.opendaylight.ovsdb</groupId>
204             <artifactId>odl-ovsdb-southbound-impl</artifactId>
205             <type>xml</type>
206             <classifier>features</classifier>
207         </dependency>
208
209         <!-- SXP -->
210         <dependency>
211             <groupId>org.opendaylight.sxp</groupId>
212             <artifactId>odl-sxp-controller</artifactId>
213             <classifier>features</classifier>
214             <type>xml</type>
215         </dependency>
216
217         <!-- Topoprocessing -->
218         <dependency>
219             <groupId>org.opendaylight.topoprocessing</groupId>
220             <artifactId>odl-topoprocessing-i2rs</artifactId>
221             <type>xml</type>
222             <classifier>features</classifier>
223         </dependency>
224         <dependency>
225             <groupId>org.opendaylight.topoprocessing</groupId>
226             <artifactId>odl-topoprocessing-inventory</artifactId>
227             <type>xml</type>
228             <classifier>features</classifier>
229         </dependency>
230         <dependency>
231             <groupId>org.opendaylight.topoprocessing</groupId>
232             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
233             <type>xml</type>
234             <classifier>features</classifier>
235         </dependency>
236         <dependency>
237             <groupId>org.opendaylight.topoprocessing</groupId>
238             <artifactId>odl-topoprocessing-network-topology</artifactId>
239             <type>xml</type>
240             <classifier>features</classifier>
241         </dependency>
242         <dependency>
243             <groupId>org.opendaylight.topoprocessing</groupId>
244             <artifactId>odl-topoprocessing-mlmt</artifactId>
245             <type>xml</type>
246             <classifier>features</classifier>
247         </dependency>
248
249     </dependencies>
250 </project>