Bug 7623: Genius' Karaf 4 features
[genius.git] / features / genius-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>features-parent</artifactId>
16     <version>1.8.0-SNAPSHOT</version>
17     <relativePath/>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>genius-features</artifactId>
22   <version>0.2.0-SNAPSHOT</version>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: genius :: ${project.artifactId}</name>
26
27   <prerequisites>
28     <maven>3.1.1</maven>
29   </prerequisites>
30
31   <properties>
32     <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
33     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
34     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
35     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
36     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
37     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
38     <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
39     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
40     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
41     <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
42   </properties>
43
44   <dependencyManagement>
45     <dependencies>
46       <!-- project specific dependencies -->
47       <dependency>
48         <groupId>org.opendaylight.controller</groupId>
49         <artifactId>mdsal-artifacts</artifactId>
50         <version>${mdsal.version}</version>
51         <type>pom</type>
52         <scope>import</scope>
53       </dependency>
54       <dependency>
55         <groupId>org.opendaylight.netconf</groupId>
56         <artifactId>restconf-artifacts</artifactId>
57         <version>${restconf.version}</version>
58         <type>pom</type>
59         <scope>import</scope>
60       </dependency>
61       <dependency>
62         <groupId>org.opendaylight.yangtools</groupId>
63         <artifactId>yangtools-artifacts</artifactId>
64         <version>${yangtools.version}</version>
65         <type>pom</type>
66         <scope>import</scope>
67       </dependency>
68     </dependencies>
69   </dependencyManagement>
70
71   <dependencies>
72     <dependency>
73       <groupId>org.opendaylight.yangtools</groupId>
74       <artifactId>features-yangtools</artifactId>
75       <classifier>features</classifier>
76       <type>xml</type>
77       <scope>runtime</scope>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.mdsal.model</groupId>
81       <artifactId>features-mdsal-model</artifactId>
82       <version>${mdsal.model.version}</version>
83       <classifier>features</classifier>
84       <type>xml</type>
85       <scope>runtime</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.controller</groupId>
89       <artifactId>features-mdsal</artifactId>
90       <classifier>features</classifier>
91       <type>xml</type>
92       <scope>runtime</scope>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.dluxapps</groupId>
96       <artifactId>features-dluxapps</artifactId>
97       <classifier>features</classifier>
98       <version>${dluxapps.version}</version>
99       <type>xml</type>
100       <scope>runtime</scope>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.ovsdb</groupId>
104       <artifactId>southbound-features</artifactId>
105       <version>${ovsdb.version}</version>
106       <classifier>features</classifier>
107       <type>xml</type>
108       <scope>runtime</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.ovsdb</groupId>
112       <artifactId>hwvtepsouthbound-features</artifactId>
113       <version>${ovsdb.version}</version>
114       <classifier>features</classifier>
115       <type>xml</type>
116       <scope>runtime</scope>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.openflowplugin</groupId>
120       <artifactId>features-openflowplugin</artifactId>
121       <classifier>features</classifier>
122       <version>${openflowplugin.version}</version>
123       <type>xml</type>
124       <scope>runtime</scope>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.openflowplugin</groupId>
128       <artifactId>features-openflowplugin-extension</artifactId>
129       <classifier>features</classifier>
130       <version>${openflowplugin.version}</version>
131       <type>xml</type>
132       <scope>runtime</scope>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.netconf</groupId>
136       <artifactId>features-restconf</artifactId>
137       <classifier>features</classifier>
138       <type>xml</type>
139       <scope>runtime</scope>
140     </dependency>
141     <dependency>
142       <groupId>${project.groupId}</groupId>
143       <artifactId>interfacemanager-impl</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>interfacemanager-api</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>${project.groupId}</groupId>
153       <artifactId>interfacemanager-shell</artifactId>
154       <version>${project.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>${project.groupId}</groupId>
158       <artifactId>idmanager-impl</artifactId>
159       <version>${project.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>${project.groupId}</groupId>
163       <artifactId>idmanager-api</artifactId>
164       <version>${project.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>${project.groupId}</groupId>
168       <artifactId>idmanager-shell</artifactId>
169       <version>${project.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>${project.groupId}</groupId>
173       <artifactId>lockmanager-impl</artifactId>
174       <version>${project.version}</version>
175     </dependency>
176     <dependency>
177       <groupId>${project.groupId}</groupId>
178       <artifactId>lockmanager-api</artifactId>
179       <version>${project.version}</version>
180     </dependency>
181     <dependency>
182       <groupId>${project.groupId}</groupId>
183       <artifactId>mdsalutil-impl</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>mdsalutil-api</artifactId>
189       <version>${project.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>arputil-impl</artifactId>
194       <version>${project.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>arputil-api</artifactId>
199       <version>${project.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>alivenessmonitor-impl</artifactId>
204       <version>${project.version}</version>
205     </dependency>
206     <dependency>
207       <groupId>${project.groupId}</groupId>
208       <artifactId>alivenessmonitor-impl-protocols</artifactId>
209       <version>${project.version}</version>
210     </dependency>
211     <dependency>
212       <groupId>${project.groupId}</groupId>
213       <artifactId>alivenessmonitor-api</artifactId>
214       <version>${project.version}</version>
215     </dependency>
216     <dependency>
217       <groupId>${project.groupId}</groupId>
218       <artifactId>itm-impl</artifactId>
219       <version>${project.version}</version>
220     </dependency>
221     <dependency>
222       <groupId>${project.groupId}</groupId>
223       <artifactId>itm-api</artifactId>
224       <version>${project.version}</version>
225     </dependency>
226     <dependency>
227       <groupId>${project.groupId}</groupId>
228       <artifactId>itm-impl</artifactId>
229       <version>${project.version}</version>
230       <type>xml</type>
231       <classifier>config</classifier>
232     </dependency>
233     <dependency>
234       <groupId>${project.groupId}</groupId>
235       <artifactId>alarmmanager</artifactId>
236       <version>${project.version}</version>
237     </dependency>
238     <dependency>
239       <groupId>${project.groupId}</groupId>
240       <artifactId>countermanager</artifactId>
241       <version>${project.version}</version>
242     </dependency>
243     <dependency>
244       <groupId>${project.groupId}</groupId>
245       <artifactId>fcaps-api</artifactId>
246       <version>${project.version}</version>
247     </dependency>
248     <dependency>
249       <groupId>${project.groupId}</groupId>
250       <artifactId>fcapsapplication-jmxapi</artifactId>
251       <version>${project.version}</version>
252     </dependency>
253     <dependency>
254       <groupId>${project.groupId}</groupId>
255       <artifactId>fcapsapplication-impl</artifactId>
256       <version>${project.version}</version>
257     </dependency>
258     <dependency>
259       <groupId>${project.groupId}</groupId>
260       <artifactId>resourcemanager-api</artifactId>
261       <version>${project.version}</version>
262     </dependency>
263     <dependency>
264       <groupId>${project.groupId}</groupId>
265       <artifactId>resourcemanager-impl</artifactId>
266       <version>${project.version}</version>
267     </dependency>
268     <dependency>
269       <groupId>javax.inject</groupId>
270       <artifactId>javax.inject</artifactId>
271     </dependency>
272     <dependency>
273       <groupId>org.opendaylight.infrautils</groupId>
274       <artifactId>infrautils-features</artifactId>
275       <version>${infrautils.version}</version>
276       <classifier>features</classifier>
277       <type>xml</type>
278     </dependency>
279   </dependencies>
280
281 </project>