use feature for inter-project dependency
[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.4.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.6.0-SNAPSHOT</openflowplugin.version>
29     <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
30     <infrautils.version>1.3.0-SNAPSHOT</infrautils.version>
31     <daexim.version>1.3.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.infrautils</groupId>
56       <artifactId>odl-infrautils-diagstatus</artifactId>
57       <version>${infrautils.version}</version>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.ovsdb</groupId>
63       <artifactId>odl-ovsdb-southbound-impl</artifactId>
64       <version>${ovsdb.version}</version>
65       <type>xml</type>
66       <classifier>features</classifier>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.ovsdb</groupId>
70       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
71       <version>${ovsdb.version}</version>
72       <type>xml</type>
73       <classifier>features</classifier>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.ovsdb</groupId>
77       <artifactId>odl-ovsdb-utils</artifactId>
78       <version>${ovsdb.version}</version>
79       <type>xml</type>
80       <classifier>features</classifier>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.openflowplugin</groupId>
84       <artifactId>odl-openflowplugin-southbound</artifactId>
85       <version>${openflowplugin.version}</version>
86       <type>xml</type>
87       <classifier>features</classifier>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.openflowplugin</groupId>
91       <artifactId>odl-openflowplugin-flow-services</artifactId>
92       <version>${openflowplugin.version}</version>
93       <type>xml</type>
94       <classifier>features</classifier>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.infrautils</groupId>
98       <artifactId>odl-infrautils-metrics</artifactId>
99       <version>${infrautils.version}</version>
100       <type>xml</type>
101       <classifier>features</classifier>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.infrautils</groupId>
105       <artifactId>odl-infrautils-inject</artifactId>
106       <version>${infrautils.version}</version>
107       <type>xml</type>
108       <classifier>features</classifier>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.infrautils</groupId>
112       <artifactId>odl-infrautils-jobcoordinator</artifactId>
113       <version>${infrautils.version}</version>
114       <type>xml</type>
115       <classifier>features</classifier>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.daexim</groupId>
119       <artifactId>odl-daexim</artifactId>
120       <version>${daexim.version}</version>
121       <type>xml</type>
122       <classifier>features</classifier>
123     </dependency>
124
125     <!-- External libraries to wrap -->
126     <dependency>
127       <groupId>commons-net</groupId>
128       <artifactId>commons-net</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>javax.inject</groupId>
132       <artifactId>javax.inject</artifactId>
133     </dependency>
134
135     <!-- Bundles from this project -->
136     <dependency>
137       <groupId>org.opendaylight.genius</groupId>
138       <artifactId>lockmanager-impl</artifactId>
139       <version>${project.version}</version>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.genius</groupId>
143       <artifactId>idmanager-impl</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.genius</groupId>
148       <artifactId>idmanager-shell</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.genius</groupId>
153       <artifactId>mdsalutil-impl</artifactId>
154       <version>${project.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.genius</groupId>
158       <artifactId>arputil-impl</artifactId>
159       <version>${project.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.genius</groupId>
163       <artifactId>alivenessmonitor-impl</artifactId>
164       <version>${project.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.genius</groupId>
168       <artifactId>alivenessmonitor-impl-protocols</artifactId>
169       <version>${project.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.genius</groupId>
173       <artifactId>interfacemanager-impl</artifactId>
174       <version>${project.version}</version>
175     </dependency>
176     <dependency>
177       <groupId>org.opendaylight.genius</groupId>
178       <artifactId>interfacemanager-shell</artifactId>
179       <version>${project.version}</version>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.genius</groupId>
183       <artifactId>itm-impl</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.genius</groupId>
188       <artifactId>resourcemanager-impl</artifactId>
189       <version>${project.version}</version>
190     </dependency>
191     <dependency>
192       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
193       <groupId>org.opendaylight.genius</groupId>
194       <artifactId>itm-impl</artifactId>
195       <version>${project.version}</version>
196       <type>xml</type>
197       <classifier>config</classifier>
198     </dependency>
199     <dependency>
200       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
201       <groupId>org.opendaylight.genius</groupId>
202       <artifactId>interfacemanager-impl</artifactId>
203       <version>${project.version}</version>
204       <type>xml</type>
205       <classifier>config</classifier>
206     </dependency>
207     <dependency>
208       <groupId>org.opendaylight.genius</groupId>
209       <artifactId>srm-impl</artifactId>
210       <version>${project.version}</version>
211     </dependency>
212     <dependency>
213       <groupId>org.opendaylight.genius</groupId>
214       <artifactId>srm-shell</artifactId>
215       <version>${project.version}</version>
216     </dependency>
217   </dependencies>
218 </project>