wrong feature dependencies in newly added features.
[genius.git] / features / odl-genius / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. 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
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>single-feature-parent</artifactId>
16     <version>3.0.2</version>
17     <relativePath />
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>odl-genius</artifactId>
22   <version>0.5.0-SNAPSHOT</version>
23   <packaging>feature</packaging>
24   <name>OpenDaylight :: genius :: Impls</name>
25
26   <!-- TODO Replace all <properties> by dependencyManagement <scope>import of respective upstream project -->
27   <properties>
28     <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
29     <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
30     <infrautils.version>1.4.0-SNAPSHOT</infrautils.version>
31     <daexim.version>1.4.0-SNAPSHOT</daexim.version>
32   </properties>
33
34   <dependencyManagement>
35     <dependencies>
36       <dependency>
37         <groupId>org.opendaylight.genius</groupId>
38         <artifactId>genius-artifacts</artifactId>
39         <version>${project.version}</version>
40         <type>pom</type>
41         <scope>import</scope>
42       </dependency>
43     </dependencies>
44   </dependencyManagement>
45
46   <dependencies>
47     <!-- Other Features -->
48     <dependency>
49       <groupId>org.opendaylight.genius</groupId>
50       <artifactId>odl-genius-api</artifactId>
51       <type>xml</type>
52       <classifier>features</classifier>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.genius</groupId>
56       <artifactId>odl-genius-srm</artifactId>
57       <type>xml</type>
58       <classifier>features</classifier>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.infrautils</groupId>
62       <artifactId>odl-infrautils-diagstatus</artifactId>
63       <version>${infrautils.version}</version>
64       <type>xml</type>
65       <classifier>features</classifier>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.ovsdb</groupId>
69       <artifactId>odl-ovsdb-southbound-impl</artifactId>
70       <version>${ovsdb.version}</version>
71       <type>xml</type>
72       <classifier>features</classifier>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.ovsdb</groupId>
76       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
77       <version>${ovsdb.version}</version>
78       <type>xml</type>
79       <classifier>features</classifier>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.ovsdb</groupId>
83       <artifactId>odl-ovsdb-utils</artifactId>
84       <version>${ovsdb.version}</version>
85       <type>xml</type>
86       <classifier>features</classifier>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.openflowplugin</groupId>
90       <artifactId>odl-openflowplugin-southbound</artifactId>
91       <version>${openflowplugin.version}</version>
92       <type>xml</type>
93       <classifier>features</classifier>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.openflowplugin</groupId>
97       <artifactId>odl-openflowplugin-flow-services</artifactId>
98       <version>${openflowplugin.version}</version>
99       <type>xml</type>
100       <classifier>features</classifier>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.infrautils</groupId>
104       <artifactId>odl-infrautils-metrics</artifactId>
105       <version>${infrautils.version}</version>
106       <type>xml</type>
107       <classifier>features</classifier>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.infrautils</groupId>
111       <artifactId>odl-infrautils-inject</artifactId>
112       <version>${infrautils.version}</version>
113       <type>xml</type>
114       <classifier>features</classifier>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.infrautils</groupId>
118       <artifactId>odl-infrautils-jobcoordinator</artifactId>
119       <version>${infrautils.version}</version>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.daexim</groupId>
125       <artifactId>odl-daexim</artifactId>
126       <version>${daexim.version}</version>
127       <type>xml</type>
128       <classifier>features</classifier>
129     </dependency>
130
131     <!-- External libraries to wrap -->
132     <dependency>
133       <groupId>commons-net</groupId>
134       <artifactId>commons-net</artifactId>
135     </dependency>
136     <dependency>
137       <groupId>javax.inject</groupId>
138       <artifactId>javax.inject</artifactId>
139     </dependency>
140
141     <!-- Bundles from this project -->
142     <dependency>
143       <groupId>org.opendaylight.genius</groupId>
144       <artifactId>lockmanager-impl</artifactId>
145       <version>${project.version}</version>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.genius</groupId>
149       <artifactId>idmanager-impl</artifactId>
150       <version>${project.version}</version>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.genius</groupId>
154       <artifactId>idmanager-shell</artifactId>
155       <version>${project.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.genius</groupId>
159       <artifactId>mdsalutil-impl</artifactId>
160       <version>${project.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.genius</groupId>
164       <artifactId>arputil-impl</artifactId>
165       <version>${project.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>org.opendaylight.genius</groupId>
169       <artifactId>alivenessmonitor-impl</artifactId>
170       <version>${project.version}</version>
171     </dependency>
172     <dependency>
173       <groupId>org.opendaylight.genius</groupId>
174       <artifactId>alivenessmonitor-impl-protocols</artifactId>
175       <version>${project.version}</version>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.genius</groupId>
179       <artifactId>interfacemanager-impl</artifactId>
180       <version>${project.version}</version>
181     </dependency>
182     <dependency>
183       <groupId>org.opendaylight.genius</groupId>
184       <artifactId>interfacemanager-shell</artifactId>
185       <version>${project.version}</version>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.genius</groupId>
189       <artifactId>itm-impl</artifactId>
190       <version>${project.version}</version>
191     </dependency>
192     <dependency>
193       <groupId>org.opendaylight.genius</groupId>
194       <artifactId>resourcemanager-impl</artifactId>
195       <version>${project.version}</version>
196     </dependency>
197     <dependency>
198       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
199       <groupId>org.opendaylight.genius</groupId>
200       <artifactId>itm-impl</artifactId>
201       <version>${project.version}</version>
202       <type>xml</type>
203       <classifier>config</classifier>
204     </dependency>
205     <dependency>
206       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
207       <groupId>org.opendaylight.genius</groupId>
208       <artifactId>interfacemanager-impl</artifactId>
209       <version>${project.version}</version>
210       <type>xml</type>
211       <classifier>config</classifier>
212     </dependency>
213   </dependencies>
214 </project>