Project Structure for 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     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
30     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
31     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
32     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
33     <dlux.version>0.4.0-SNAPSHOT</dlux.version>
34     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
35   </properties>
36
37   <dependencyManagement>
38     <dependencies>
39       <!-- project specific dependencies -->
40       <dependency>
41         <groupId>org.opendaylight.controller</groupId>
42         <artifactId>mdsal-artifacts</artifactId>
43         <version>${mdsal.version}</version>
44         <type>pom</type>
45         <scope>import</scope>
46       </dependency>
47       <dependency>
48         <groupId>org.opendaylight.netconf</groupId>
49         <artifactId>restconf-artifacts</artifactId>
50         <version>${restconf.version}</version>
51         <type>pom</type>
52         <scope>import</scope>
53       </dependency>
54       <dependency>
55         <groupId>org.opendaylight.yangtools</groupId>
56         <artifactId>yangtools-artifacts</artifactId>
57         <version>${yangtools.version}</version>
58         <type>pom</type>
59         <scope>import</scope>
60       </dependency>
61     </dependencies>
62   </dependencyManagement>
63
64   <dependencies>
65     <dependency>
66       <groupId>org.opendaylight.yangtools</groupId>
67       <artifactId>features-yangtools</artifactId>
68       <classifier>features</classifier>
69       <type>xml</type>
70       <scope>runtime</scope>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.mdsal.model</groupId>
74       <artifactId>features-mdsal-model</artifactId>
75       <version>${mdsal.model.version}</version>
76       <classifier>features</classifier>
77       <type>xml</type>
78       <scope>runtime</scope>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>features-mdsal</artifactId>
83       <classifier>features</classifier>
84       <type>xml</type>
85       <scope>runtime</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.netconf</groupId>
89       <artifactId>features-restconf</artifactId>
90       <classifier>features</classifier>
91       <type>xml</type>
92       <scope>runtime</scope>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.dlux</groupId>
96       <artifactId>features-dlux</artifactId>
97       <classifier>features</classifier>
98       <version>${dlux.version}</version>
99       <type>xml</type>
100       <scope>runtime</scope>
101     </dependency>
102     <dependency>
103       <groupId>${project.groupId}</groupId>
104       <artifactId>interfacemanager-impl</artifactId>
105       <version>${project.version}</version>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>interfacemanager-impl</artifactId>
110       <version>${project.version}</version>
111       <type>xml</type>
112       <classifier>config</classifier>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>interfacemanager-api</artifactId>
117       <version>${project.version}</version>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>idmanager-impl</artifactId>
122       <version>${project.version}</version>
123     </dependency>
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>idmanager-impl</artifactId>
127       <version>${project.version}</version>
128       <type>xml</type>
129       <classifier>config</classifier>
130     </dependency>
131     <dependency>
132       <groupId>${project.groupId}</groupId>
133       <artifactId>idmanager-api</artifactId>
134       <version>${project.version}</version>
135     </dependency>
136     <dependency>
137       <groupId>${project.groupId}</groupId>
138       <artifactId>lockmanager-impl</artifactId>
139       <version>${project.version}</version>
140     </dependency>
141     <dependency>
142       <groupId>${project.groupId}</groupId>
143       <artifactId>lockmanager-impl</artifactId>
144       <version>${project.version}</version>
145       <type>xml</type>
146       <classifier>config</classifier>
147     </dependency>
148     <dependency>
149       <groupId>${project.groupId}</groupId>
150       <artifactId>lockmanager-api</artifactId>
151       <version>${project.version}</version>
152     </dependency>
153     <dependency>
154       <groupId>${project.groupId}</groupId>
155       <artifactId>mdsalutil-impl</artifactId>
156       <version>${project.version}</version>
157     </dependency>
158     <dependency>
159       <groupId>${project.groupId}</groupId>
160       <artifactId>mdsalutil-impl</artifactId>
161       <version>${project.version}</version>
162       <type>xml</type>
163       <classifier>config</classifier>
164     </dependency>
165     <dependency>
166       <groupId>${project.groupId}</groupId>
167       <artifactId>mdsalutil-api</artifactId>
168       <version>${project.version}</version>
169     </dependency>
170     <dependency>
171       <groupId>${project.groupId}</groupId>
172       <artifactId>arputil-impl</artifactId>
173       <version>${project.version}</version>
174     </dependency>
175     <dependency>
176       <groupId>${project.groupId}</groupId>
177       <artifactId>arputil-impl</artifactId>
178       <version>${project.version}</version>
179       <type>xml</type>
180       <classifier>config</classifier>
181     </dependency>
182     <dependency>
183       <groupId>${project.groupId}</groupId>
184       <artifactId>arputil-api</artifactId>
185       <version>${project.version}</version>
186     </dependency>
187     <dependency>
188       <groupId>${project.groupId}</groupId>
189       <artifactId>alivenessmonitor-impl</artifactId>
190       <version>${project.version}</version>
191     </dependency>
192     <dependency>
193       <groupId>${project.groupId}</groupId>
194       <artifactId>alivenessmonitor-impl</artifactId>
195       <version>${project.version}</version>
196       <type>xml</type>
197       <classifier>config</classifier>
198     </dependency>
199     <dependency>
200       <groupId>${project.groupId}</groupId>
201       <artifactId>alivenessmonitor-api</artifactId>
202       <version>${project.version}</version>
203     </dependency>
204     <dependency>
205       <groupId>${project.groupId}</groupId>
206       <artifactId>itm-impl</artifactId>
207       <version>${project.version}</version>
208     </dependency>
209     <dependency>
210       <groupId>${project.groupId}</groupId>
211       <artifactId>itm-impl</artifactId>
212       <version>${project.version}</version>
213       <type>xml</type>
214       <classifier>config</classifier>
215     </dependency>
216     <dependency>
217       <groupId>${project.groupId}</groupId>
218       <artifactId>itm-api</artifactId>
219       <version>${project.version}</version>
220     </dependency>
221   </dependencies>
222 </project>