Move fcapsmanager and application to genius
[genius.git] / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>features-parent</artifactId>
15     <version>1.7.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>genius-features</artifactId>
21   <version>0.1.0-SNAPSHOT</version>
22   <name>${project.artifactId}</name>
23
24   <prerequisites>
25     <maven>3.1.1</maven>
26   </prerequisites>
27
28   <properties>
29     <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
30     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
31     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
32     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
33     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
34     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
35     <dlux.version>0.4.0-SNAPSHOT</dlux.version>
36     <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
37     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
38   </properties>
39
40   <dependencyManagement>
41     <dependencies>
42       <!-- project specific dependencies -->
43       <dependency>
44         <groupId>org.opendaylight.controller</groupId>
45         <artifactId>mdsal-artifacts</artifactId>
46         <version>${mdsal.version}</version>
47         <type>pom</type>
48         <scope>import</scope>
49       </dependency>
50       <dependency>
51         <groupId>org.opendaylight.netconf</groupId>
52         <artifactId>restconf-artifacts</artifactId>
53         <version>${restconf.version}</version>
54         <type>pom</type>
55         <scope>import</scope>
56       </dependency>
57       <dependency>
58         <groupId>org.opendaylight.yangtools</groupId>
59         <artifactId>yangtools-artifacts</artifactId>
60         <version>${yangtools.version}</version>
61         <type>pom</type>
62         <scope>import</scope>
63       </dependency>
64     </dependencies>
65   </dependencyManagement>
66
67   <dependencies>
68     <dependency>
69       <groupId>org.opendaylight.yangtools</groupId>
70       <artifactId>features-yangtools</artifactId>
71       <classifier>features</classifier>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.mdsal.model</groupId>
77       <artifactId>features-mdsal-model</artifactId>
78       <version>${mdsal.model.version}</version>
79       <classifier>features</classifier>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.controller</groupId>
85       <artifactId>features-mdsal</artifactId>
86       <classifier>features</classifier>
87       <type>xml</type>
88       <scope>runtime</scope>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.netconf</groupId>
92       <artifactId>features-restconf</artifactId>
93       <classifier>features</classifier>
94       <type>xml</type>
95       <scope>runtime</scope>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.dlux</groupId>
99       <artifactId>features-dlux</artifactId>
100       <classifier>features</classifier>
101       <version>${dlux.version}</version>
102       <type>xml</type>
103       <scope>runtime</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.ovsdb</groupId>
107       <artifactId>southbound-features</artifactId>
108       <version>${ovsdb.version}</version>
109       <classifier>features</classifier>
110       <type>xml</type>
111       <scope>runtime</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.ovsdb</groupId>
115       <artifactId>hwvtepsouthbound-features</artifactId>
116       <version>${ovsdb.version}</version>
117       <classifier>features</classifier>
118       <type>xml</type>
119       <scope>runtime</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.openflowplugin</groupId>
123       <artifactId>features-openflowplugin</artifactId>
124       <classifier>features</classifier>
125       <version>${openflowplugin.version}</version>
126       <type>xml</type>
127       <scope>runtime</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.openflowplugin</groupId>
131       <artifactId>features-openflowplugin-extension</artifactId>
132       <classifier>features</classifier>
133       <version>${openflowplugin.version}</version>
134       <type>xml</type>
135       <scope>runtime</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.netconf</groupId>
139       <artifactId>features-restconf</artifactId>
140       <classifier>features</classifier>
141       <version>${restconf.version}</version>
142       <type>xml</type>
143       <scope>runtime</scope>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>interfacemanager-impl</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>interfacemanager-impl</artifactId>
153       <version>${project.version}</version>
154       <type>xml</type>
155       <classifier>config</classifier>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>interfacemanager-api</artifactId>
160       <version>${project.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>idmanager-impl</artifactId>
165       <version>${project.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>idmanager-impl</artifactId>
170       <version>${project.version}</version>
171       <type>xml</type>
172       <classifier>config</classifier>
173     </dependency>
174     <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>idmanager-api</artifactId>
177       <version>${project.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>lockmanager-impl</artifactId>
182       <version>${project.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>${project.groupId}</groupId>
186       <artifactId>lockmanager-impl</artifactId>
187       <version>${project.version}</version>
188       <type>xml</type>
189       <classifier>config</classifier>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>lockmanager-api</artifactId>
194       <version>${project.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>mdsalutil-impl</artifactId>
199       <version>${project.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>mdsalutil-impl</artifactId>
204       <version>${project.version}</version>
205       <type>xml</type>
206       <classifier>config</classifier>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>mdsalutil-api</artifactId>
211       <version>${project.version}</version>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>arputil-impl</artifactId>
216       <version>${project.version}</version>
217     </dependency>
218     <dependency>
219       <groupId>${project.groupId}</groupId>
220       <artifactId>arputil-impl</artifactId>
221       <version>${project.version}</version>
222       <type>xml</type>
223       <classifier>config</classifier>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>arputil-api</artifactId>
228       <version>${project.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>alivenessmonitor-impl</artifactId>
233       <version>${project.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>alivenessmonitor-impl</artifactId>
238       <version>${project.version}</version>
239       <type>xml</type>
240       <classifier>config</classifier>
241     </dependency>
242     <dependency>
243       <groupId>${project.groupId}</groupId>
244       <artifactId>alivenessmonitor-api</artifactId>
245       <version>${project.version}</version>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>itm-impl</artifactId>
250       <version>${project.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>itm-impl</artifactId>
255       <version>${project.version}</version>
256       <type>xml</type>
257       <classifier>config</classifier>
258     </dependency>
259     <dependency>
260       <groupId>${project.groupId}</groupId>
261       <artifactId>itm-api</artifactId>
262       <version>${project.version}</version>
263     </dependency>
264     <dependency>
265       <groupId>${project.groupId}</groupId>
266       <artifactId>alarmmanager</artifactId>
267       <version>${project.version}</version>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>countermanager</artifactId>
272       <version>${project.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>fcaps-api</artifactId>
277       <version>${project.version}</version>
278     </dependency>
279     <dependency>
280       <groupId>${project.groupId}</groupId>
281       <artifactId>fcapsapplication-jmxapi</artifactId>
282       <version>${project.version}</version>
283     </dependency>
284     <dependency>
285       <groupId>${project.groupId}</groupId>
286       <artifactId>fcapsapplication-impl</artifactId>
287       <version>${project.version}</version>
288     </dependency>
289
290   </dependencies>
291 </project>