07d67294754e572de688deccd0de6d4429b5523c
[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             <!-- NIC -->
140             <dependency>
141                 <groupId>org.opendaylight.nic</groupId>
142                 <artifactId>odl-nic-intent-common</artifactId>
143                 <version>${nic.version}</version>
144                 <classifier>features</classifier>
145                 <type>xml</type>
146             </dependency>
147             <dependency>
148                 <groupId>org.opendaylight.nic</groupId>
149                 <artifactId>odl-nic-core-mdsal</artifactId>
150                 <version>${nic.version}</version>
151                 <classifier>features</classifier>
152                 <type>xml</type>
153             </dependency>
154
155             <!-- OCP Plugin -->
156             <dependency>
157                 <groupId>org.opendaylight.ocpplugin</groupId>
158                 <artifactId>odl-ocpplugin-all</artifactId>
159                 <version>${ocpplugin.version}</version>
160                 <classifier>features</classifier>
161                 <type>xml</type>
162             </dependency>
163
164             <!-- Packetcable -->
165             <dependency>
166                 <groupId>org.opendaylight.packetcable</groupId>
167                 <artifactId>odl-packetcable-policy-model</artifactId>
168                 <version>${packetcable.version}</version>
169                 <classifier>features</classifier>
170                 <type>xml</type>
171             </dependency>
172             <dependency>
173                 <groupId>org.opendaylight.packetcable</groupId>
174                 <artifactId>odl-packetcable-policy-server</artifactId>
175                 <version>${packetcable.version}</version>
176                 <classifier>features</classifier>
177                 <type>xml</type>
178             </dependency>
179             <dependency>
180                 <groupId>org.opendaylight.packetcable</groupId>
181                 <artifactId>odl-packetcable-policy-server-all</artifactId>
182                 <version>${packetcable.version}</version>
183                 <classifier>features</classifier>
184                 <type>xml</type>
185             </dependency>
186
187             <!-- SFC -->
188             <dependency>
189                 <groupId>org.opendaylight.sfc</groupId>
190                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
191                 <version>${sfc.version}</version>
192                 <type>xml</type>
193                 <classifier>features</classifier>
194             </dependency>
195             <dependency>
196                 <groupId>org.opendaylight.sfc</groupId>
197                 <artifactId>odl-sfc-netconf</artifactId>
198                 <version>${sfc.version}</version>
199                 <type>xml</type>
200                 <classifier>features</classifier>
201             </dependency>
202             <dependency>
203                 <groupId>org.opendaylight.sfc</groupId>
204                 <artifactId>odl-sfc-openflow-renderer</artifactId>
205                 <version>${sfc.version}</version>
206                 <type>xml</type>
207                 <classifier>features</classifier>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.sfc</groupId>
211                 <artifactId>odl-sfc-ovs</artifactId>
212                 <version>${sfc.version}</version>
213                 <type>xml</type>
214                 <classifier>features</classifier>
215             </dependency>
216             <dependency>
217                 <groupId>org.opendaylight.sfc</groupId>
218                 <artifactId>odl-sfc-sb-rest</artifactId>
219                 <version>${sfc.version}</version>
220                 <type>xml</type>
221                 <classifier>features</classifier>
222             </dependency>
223             <dependency>
224                 <groupId>org.opendaylight.sfc</groupId>
225                 <artifactId>odl-sfc-test-consumer</artifactId>
226                 <version>${sfc.version}</version>
227                 <type>xml</type>
228                 <classifier>features</classifier>
229             </dependency>
230             <dependency>
231                 <groupId>org.opendaylight.sfc</groupId>
232                 <artifactId>odl-sfc-ui</artifactId>
233                 <version>${sfc.version}</version>
234                 <type>xml</type>
235                 <classifier>features</classifier>
236             </dependency>
237             <dependency>
238                 <groupId>org.opendaylight.sfc</groupId>
239                 <artifactId>odl-sfc-vpp-renderer</artifactId>
240                 <version>${sfc.version}</version>
241                 <type>xml</type>
242                 <classifier>features</classifier>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.sfc</groupId>
246                 <artifactId>odl-sfclisp</artifactId>
247                 <version>${sfc.version}</version>
248                 <type>xml</type>
249                 <classifier>features</classifier>
250             </dependency>
251
252             <!-- SNMP4SDN -->
253             <dependency>
254                 <groupId>org.opendaylight.snmp4sdn</groupId>
255                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
256                 <version>${snmp4sdn.version}</version>
257                 <classifier>features</classifier>
258                 <type>xml</type>
259             </dependency>
260
261             <!-- SXP -->
262             <dependency>
263                 <groupId>org.opendaylight.sxp</groupId>
264                 <artifactId>odl-sxp-controller</artifactId>
265                 <version>${sxp.version}</version>
266                 <classifier>features</classifier>
267                 <type>xml</type>
268             </dependency>
269
270             <!-- TTP -->
271             <dependency>
272                 <groupId>org.opendaylight.ttp</groupId>
273                 <artifactId>odl-ttp-model-rest</artifactId>
274                 <version>${ttp.version}</version>
275                 <classifier>features</classifier>
276                 <type>xml</type>
277             </dependency>
278
279             <!-- UNIMGR -->
280             <!-- This project is still using odlparent 1.9.0
281             <dependency>
282                 <groupId>org.opendaylight.unimgr</groupId>
283                 <artifactId>odl-unimgr</artifactId>
284                 <version>${unimgr.version}</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288             -->
289
290             <!-- VTN -->
291             <dependency>
292                 <groupId>org.opendaylight.vtn</groupId>
293                 <artifactId>odl-vtn-manager-rest</artifactId>
294                 <version>${vtn-manager.version}</version>
295                 <classifier>features</classifier>
296                 <type>xml</type>
297             </dependency>
298             <dependency>
299                 <groupId>org.opendaylight.vtn</groupId>
300                 <artifactId>odl-vtn-manager-neutron</artifactId>
301                 <version>${vtn-manager.version}</version>
302                 <classifier>features</classifier>
303                 <type>xml</type>
304             </dependency>
305         </dependencies>
306     </dependencyManagement>
307 </project>