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