Add Cardinal to Karaf 4 distribution
[integration/distribution.git] / artifacts / upstream / feature-repos / 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>feature-repo-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 feature repo 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/feature-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs against projects to export user-facing feature repository versions in artifact poms. -->
41     <dependencyManagement>
42         <dependencies>
43
44             <!-- User facing feature repositories. -->
45
46             <!-- AAA -->
47             <dependency>
48                 <groupId>org.opendaylight.aaa</groupId>
49                 <artifactId>features-aaa</artifactId>
50                 <version>${aaa.version}</version>
51                 <classifier>features</classifier>
52                 <type>xml</type>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.aaa</groupId>
56                 <artifactId>features-aaa-shiro</artifactId>
57                 <version>${aaa.version}</version>
58                 <classifier>features</classifier>
59                 <type>xml</type>
60             </dependency>
61
62             <!-- BIER -->
63             <dependency>
64                 <groupId>org.opendaylight.bier</groupId>
65                 <artifactId>features-bier</artifactId>
66                 <version>${bier.version}</version>
67                 <classifier>features</classifier>
68                 <type>xml</type>
69             </dependency>
70
71             <!-- Cardinal -->
72             <dependency>
73                 <groupId>org.opendaylight.cardinal</groupId>
74                 <artifactId>cardinal-features4</artifactId>
75                 <version>${cardinal.version}</version>
76                 <classifier>features</classifier>
77                 <type>xml</type>
78             </dependency>
79
80             <!-- Controller -->
81             <dependency>
82                 <groupId>org.opendaylight.controller</groupId>
83                 <artifactId>features-extras</artifactId>
84                 <version>${controller.extras.version}</version>
85                 <classifier>features</classifier>
86                 <type>xml</type>
87             </dependency>
88             <dependency>
89                 <groupId>org.opendaylight.controller</groupId>
90                 <artifactId>features-mdsal</artifactId>
91                 <version>${mdsal.version}</version>
92                 <classifier>features</classifier>
93                 <type>xml</type>
94             </dependency>
95             <dependency>
96                 <groupId>org.opendaylight.controller</groupId>
97                 <artifactId>features-mdsal-benchmark</artifactId>
98                 <version>${benchmark.version}</version>
99                 <classifier>features</classifier>
100                 <type>xml</type>
101             </dependency>
102
103             <!-- Dlux -->
104             <dependency>
105                 <groupId>org.opendaylight.dlux</groupId>
106                 <artifactId>features-dlux</artifactId>
107                 <version>${dlux.version}</version>
108                 <classifier>features</classifier>
109                 <type>xml</type>
110             </dependency>
111
112             <!-- DluxApps -->
113             <dependency>
114                 <groupId>org.opendaylight.dluxapps</groupId>
115                 <artifactId>features-dluxapps</artifactId>
116                 <version>${dluxapps.version}</version>
117                 <classifier>features</classifier>
118                 <type>xml</type>
119             </dependency>
120
121             <!-- InfraUtils -->
122             <dependency>
123                 <groupId>org.opendaylight.infrautils</groupId>
124                 <artifactId>infrautils-features</artifactId>
125                 <version>${infrautils.version}</version>
126                 <classifier>features</classifier>
127                 <type>xml</type>
128             </dependency>
129
130             <!-- L2switch -->
131             <dependency>
132                 <groupId>org.opendaylight.l2switch</groupId>
133                 <artifactId>features-l2switch</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>features-ocpplugin</artifactId>
143                 <version>${ocpplugin.version}</version>
144                 <classifier>features</classifier>
145                 <type>xml</type>
146             </dependency>
147
148             <!-- ODL Parent -->
149             <dependency>
150                 <groupId>org.opendaylight.odlparent</groupId>
151                 <artifactId>features-akka</artifactId>
152                 <version>${odlparent.version}</version>
153                 <classifier>features</classifier>
154                 <type>xml</type>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.odlparent</groupId>
158                 <artifactId>features-odlparent</artifactId>
159                 <version>${odlparent.version}</version>
160                 <classifier>features</classifier>
161                 <type>xml</type>
162             </dependency>
163
164             <!-- SFC -->
165             <dependency>
166                 <groupId>org.opendaylight.sfc</groupId>
167                 <artifactId>features4-sfc</artifactId>
168                 <version>${sfc.version}</version>
169                 <classifier>features</classifier>
170                 <type>xml</type>
171             </dependency>
172
173             <!-- SNMP4SDN -->
174             <dependency>
175                 <groupId>org.opendaylight.snmp4sdn</groupId>
176                 <artifactId>features-snmp4sdn</artifactId>
177                 <version>${snmp4sdn.version}</version>
178                 <classifier>features</classifier>
179                 <type>xml</type>
180             </dependency>
181
182             <!-- SXP -->
183             <dependency>
184                 <groupId>org.opendaylight.sxp</groupId>
185                 <artifactId>features-sxp</artifactId>
186                 <version>${sxp.version}</version>
187                 <classifier>features</classifier>
188                 <type>xml</type>
189             </dependency>
190
191             <!-- TTP -->
192             <dependency>
193                 <groupId>org.opendaylight.ttp</groupId>
194                 <artifactId>features-ttp</artifactId>
195                 <version>${ttp.version}</version>
196                 <classifier>features</classifier>
197                 <type>xml</type>
198             </dependency>
199
200             <!-- VTN -->
201             <dependency>
202                 <groupId>org.opendaylight.vtn</groupId>
203                 <artifactId>features-vtn-manager</artifactId>
204                 <version>${vtn-manager.version}</version>
205                 <classifier>features</classifier>
206                 <type>xml</type>
207             </dependency>
208
209         </dependencies>
210     </dependencyManagement>
211 </project>