Add l2switch karaf4 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             <!-- Dlux Apps -->
71             <dependency>
72                 <groupId>org.opendaylight.dluxapps</groupId>
73                 <artifactId>odl-dluxapps-nodes</artifactId>
74                 <version>${dluxapps.version}</version>
75                 <type>xml</type>
76                 <classifier>features</classifier>
77             </dependency>
78             <dependency>
79                 <groupId>org.opendaylight.dluxapps</groupId>
80                 <artifactId>odl-dluxapps-topology</artifactId>
81                 <version>${dluxapps.version}</version>
82                 <classifier>features</classifier>
83                 <type>xml</type>
84             </dependency>
85             <dependency>
86                 <groupId>org.opendaylight.dluxapps</groupId>
87                 <artifactId>odl-dluxapps-yangman</artifactId>
88                 <version>${dluxapps.version}</version>
89                 <classifier>features</classifier>
90                 <type>xml</type>
91             </dependency>
92             <dependency>
93                 <groupId>org.opendaylight.dluxapps</groupId>
94                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
95                 <version>${dluxapps.version}</version>
96                 <type>xml</type>
97                 <classifier>features</classifier>
98             </dependency>
99
100             <!-- L2switch -->
101             <dependency>
102                 <groupId>org.opendaylight.l2switch</groupId>
103                 <artifactId>odl-l2switch-switch</artifactId>
104                 <version>${l2switch.version}</version>
105                 <classifier>features</classifier>
106                 <type>xml</type>
107             </dependency>
108             <dependency>
109                 <groupId>org.opendaylight.l2switch</groupId>
110                 <artifactId>odl-l2switch-switch-rest</artifactId>
111                 <version>${l2switch.version}</version>
112                 <classifier>features</classifier>
113                 <type>xml</type>
114             </dependency>
115             <dependency>
116                 <groupId>org.opendaylight.l2switch</groupId>
117                 <artifactId>odl-l2switch-switch-ui</artifactId>
118                 <version>${l2switch.version}</version>
119                 <classifier>features</classifier>
120                 <type>xml</type>
121             </dependency>
122
123             <!-- OCP Plugin -->
124             <dependency>
125                 <groupId>org.opendaylight.ocpplugin</groupId>
126                 <artifactId>odl-ocpplugin-all</artifactId>
127                 <version>${ocpplugin.version}</version>
128                 <classifier>features</classifier>
129                 <type>xml</type>
130             </dependency>
131
132             <!-- SNMP4SDN -->
133             <dependency>
134                 <groupId>org.opendaylight.snmp4sdn</groupId>
135                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
136                 <version>${snmp4sdn.version}</version>
137                 <classifier>features</classifier>
138                 <type>xml</type>
139             </dependency>
140
141             <!-- SXP -->
142             <dependency>
143                 <groupId>org.opendaylight.sxp</groupId>
144                 <artifactId>odl-sxp-controller</artifactId>
145                 <version>${sxp.version}</version>
146                 <classifier>features</classifier>
147                 <type>xml</type>
148             </dependency>
149
150             <!-- TTP -->
151             <dependency>
152                 <groupId>org.opendaylight.ttp</groupId>
153                 <artifactId>odl-ttp-model-rest</artifactId>
154                 <version>${ttp.version}</version>
155                 <classifier>features</classifier>
156                 <type>xml</type>
157             </dependency>
158
159             <!-- UNIMGR -->
160             <dependency>
161                 <groupId>org.opendaylight.unimgr</groupId>
162                 <artifactId>odl-unimgr</artifactId>
163                 <version>${unimgr.version}</version>
164                 <classifier>features</classifier>
165                 <type>xml</type>
166             </dependency>
167
168             <!-- VTN -->
169             <dependency>
170                 <groupId>org.opendaylight.vtn</groupId>
171                 <artifactId>odl-vtn-manager-rest</artifactId>
172                 <version>${vtn-manager.version}</version>
173                 <classifier>features</classifier>
174                 <type>xml</type>
175             </dependency>
176             <dependency>
177                 <groupId>org.opendaylight.vtn</groupId>
178                 <artifactId>odl-vtn-manager-neutron</artifactId>
179                 <version>${vtn-manager.version}</version>
180                 <classifier>features</classifier>
181                 <type>xml</type>
182             </dependency>
183
184       </dependencies>
185     </dependencyManagement>
186 </project>