Add Cardinal to Karaf 4 distribution
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.7.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>single-feature-artifacts</artifactId>
21     <packaging>pom</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>POM to import, with all upstream ODL user-facing single feature artifact versions.</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=artifacts/upstream/single-features;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <dependencyManagement>
41         <dependencies>
42             <!-- User facing single features. -->
43             <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
44
45             <!-- AAA -->
46             <dependency>
47                 <groupId>org.opendaylight.aaa</groupId>
48                 <artifactId>odl-aaa-cert</artifactId>
49                 <version>${aaa.version}</version>
50                 <classifier>features</classifier>
51                 <type>xml</type>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.aaa</groupId>
55                 <artifactId>odl-aaa-shiro</artifactId>
56                 <version>${aaa.version}</version>
57                 <classifier>features</classifier>
58                 <type>xml</type>
59             </dependency>
60
61             <!-- BIER -->
62             <dependency>
63                 <groupId>org.opendaylight.bier</groupId>
64                 <artifactId>odl-bier-all</artifactId>
65                 <version>${bier.version}</version>
66                 <classifier>features</classifier>
67                 <type>xml</type>
68             </dependency>
69
70             <!-- Cardinal -->
71             <dependency>
72                 <groupId>org.opendaylight.cardinal</groupId>
73                 <artifactId>odl-cardinal-ui</artifactId>
74                 <version>${cardinal.version}</version>
75                 <type>xml</type>
76                 <classifier>features</classifier>
77             </dependency>
78             <dependency>
79                 <groupId>org.opendaylight.cardinal</groupId>
80                 <artifactId>odl-cardinal</artifactId>
81                 <version>${cardinal.version}</version>
82                 <type>xml</type>
83                 <classifier>features</classifier>
84             </dependency>
85
86             <!-- Dlux Apps -->
87             <dependency>
88                 <groupId>org.opendaylight.dluxapps</groupId>
89                 <artifactId>odl-dluxapps-nodes</artifactId>
90                 <version>${dluxapps.version}</version>
91                 <type>xml</type>
92                 <classifier>features</classifier>
93             </dependency>
94             <dependency>
95                 <groupId>org.opendaylight.dluxapps</groupId>
96                 <artifactId>odl-dluxapps-topology</artifactId>
97                 <version>${dluxapps.version}</version>
98                 <classifier>features</classifier>
99                 <type>xml</type>
100             </dependency>
101             <dependency>
102                 <groupId>org.opendaylight.dluxapps</groupId>
103                 <artifactId>odl-dluxapps-yangman</artifactId>
104                 <version>${dluxapps.version}</version>
105                 <classifier>features</classifier>
106                 <type>xml</type>
107             </dependency>
108             <dependency>
109                 <groupId>org.opendaylight.dluxapps</groupId>
110                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
111                 <version>${dluxapps.version}</version>
112                 <type>xml</type>
113                 <classifier>features</classifier>
114             </dependency>
115
116             <!-- L2switch -->
117             <dependency>
118                 <groupId>org.opendaylight.l2switch</groupId>
119                 <artifactId>odl-l2switch-switch</artifactId>
120                 <version>${l2switch.version}</version>
121                 <classifier>features</classifier>
122                 <type>xml</type>
123             </dependency>
124             <dependency>
125                 <groupId>org.opendaylight.l2switch</groupId>
126                 <artifactId>odl-l2switch-switch-rest</artifactId>
127                 <version>${l2switch.version}</version>
128                 <classifier>features</classifier>
129                 <type>xml</type>
130             </dependency>
131             <dependency>
132                 <groupId>org.opendaylight.l2switch</groupId>
133                 <artifactId>odl-l2switch-switch-ui</artifactId>
134                 <version>${l2switch.version}</version>
135                 <classifier>features</classifier>
136                 <type>xml</type>
137             </dependency>
138
139             <!-- OCP Plugin -->
140             <dependency>
141                 <groupId>org.opendaylight.ocpplugin</groupId>
142                 <artifactId>odl-ocpplugin-all</artifactId>
143                 <version>${ocpplugin.version}</version>
144                 <classifier>features</classifier>
145                 <type>xml</type>
146             </dependency>
147
148             <!-- SFC -->
149             <dependency>
150                 <groupId>org.opendaylight.sfc</groupId>
151                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
152                 <version>${sfc.version}</version>
153                 <type>xml</type>
154                 <classifier>features</classifier>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.sfc</groupId>
158                 <artifactId>odl-sfc-netconf</artifactId>
159                 <version>${sfc.version}</version>
160                 <type>xml</type>
161                 <classifier>features</classifier>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.sfc</groupId>
165                 <artifactId>odl-sfc-openflow-renderer</artifactId>
166                 <version>${sfc.version}</version>
167                 <type>xml</type>
168                 <classifier>features</classifier>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.sfc</groupId>
172                 <artifactId>odl-sfc-ovs</artifactId>
173                 <version>${sfc.version}</version>
174                 <type>xml</type>
175                 <classifier>features</classifier>
176             </dependency>
177             <dependency>
178                 <groupId>org.opendaylight.sfc</groupId>
179                 <artifactId>odl-sfc-sb-rest</artifactId>
180                 <version>${sfc.version}</version>
181                 <type>xml</type>
182                 <classifier>features</classifier>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.sfc</groupId>
186                 <artifactId>odl-sfc-test-consumer</artifactId>
187                 <version>${sfc.version}</version>
188                 <type>xml</type>
189                 <classifier>features</classifier>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.sfc</groupId>
193                 <artifactId>odl-sfc-ui</artifactId>
194                 <version>${sfc.version}</version>
195                 <type>xml</type>
196                 <classifier>features</classifier>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.sfc</groupId>
200                 <artifactId>odl-sfc-vpp-renderer</artifactId>
201                 <version>${sfc.version}</version>
202                 <type>xml</type>
203                 <classifier>features</classifier>
204             </dependency>
205             <dependency>
206                 <groupId>org.opendaylight.sfc</groupId>
207                 <artifactId>odl-sfclisp</artifactId>
208                 <version>${sfc.version}</version>
209                 <type>xml</type>
210                 <classifier>features</classifier>
211             </dependency>
212
213             <!-- SNMP4SDN -->
214             <dependency>
215                 <groupId>org.opendaylight.snmp4sdn</groupId>
216                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
217                 <version>${snmp4sdn.version}</version>
218                 <classifier>features</classifier>
219                 <type>xml</type>
220             </dependency>
221
222             <!-- SXP -->
223             <dependency>
224                 <groupId>org.opendaylight.sxp</groupId>
225                 <artifactId>odl-sxp-controller</artifactId>
226                 <version>${sxp.version}</version>
227                 <classifier>features</classifier>
228                 <type>xml</type>
229             </dependency>
230
231             <!-- TTP -->
232             <dependency>
233                 <groupId>org.opendaylight.ttp</groupId>
234                 <artifactId>odl-ttp-model-rest</artifactId>
235                 <version>${ttp.version}</version>
236                 <classifier>features</classifier>
237                 <type>xml</type>
238             </dependency>
239
240             <!-- UNIMGR -->
241             <dependency>
242                 <groupId>org.opendaylight.unimgr</groupId>
243                 <artifactId>odl-unimgr</artifactId>
244                 <version>${unimgr.version}</version>
245                 <classifier>features</classifier>
246                 <type>xml</type>
247             </dependency>
248
249             <!-- VTN -->
250             <dependency>
251                 <groupId>org.opendaylight.vtn</groupId>
252                 <artifactId>odl-vtn-manager-rest</artifactId>
253                 <version>${vtn-manager.version}</version>
254                 <classifier>features</classifier>
255                 <type>xml</type>
256             </dependency>
257             <dependency>
258                 <groupId>org.opendaylight.vtn</groupId>
259                 <artifactId>odl-vtn-manager-neutron</artifactId>
260                 <version>${vtn-manager.version}</version>
261                 <classifier>features</classifier>
262                 <type>xml</type>
263             </dependency>
264
265       </dependencies>
266     </dependencyManagement>
267 </project>