Freeze upstream versions
[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" 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>single-feature-parent</artifactId>
15     <version>8.1.1</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius</artifactId>
21   <version>0.10.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: Impls</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.infrautils</groupId>
29         <artifactId>infrautils-artifacts</artifactId>
30         <version>1.9.6</version>
31         <type>pom</type>
32         <scope>import</scope>
33       </dependency>
34       <dependency>
35         <groupId>org.opendaylight.serviceutils</groupId>
36         <artifactId>serviceutils-artifacts</artifactId>
37         <version>0.7.0</version>
38         <type>pom</type>
39         <scope>import</scope>
40       </dependency>
41       <dependency>
42         <groupId>org.opendaylight.daexim</groupId>
43         <artifactId>daexim-artifacts</artifactId>
44         <version>1.9.0</version>
45         <type>pom</type>
46         <scope>import</scope>
47       </dependency>
48       <dependency>
49         <groupId>org.opendaylight.ovsdb</groupId>
50         <artifactId>southbound-artifacts</artifactId>
51         <version>1.12.0</version>
52         <type>pom</type>
53         <scope>import</scope>
54       </dependency>
55       <dependency>
56         <groupId>org.opendaylight.ovsdb</groupId>
57         <artifactId>hwvtepsouthbound-artifacts</artifactId>
58         <version>1.12.0</version>
59         <type>pom</type>
60         <scope>import</scope>
61       </dependency>
62       <dependency>
63         <groupId>org.opendaylight.openflowplugin</groupId>
64         <artifactId>openflowplugin-artifacts</artifactId>
65         <version>0.12.0</version>
66         <type>pom</type>
67         <scope>import</scope>
68       </dependency>
69       <dependency>
70         <groupId>org.opendaylight.genius</groupId>
71         <artifactId>genius-artifacts</artifactId>
72         <version>${project.version}</version>
73         <type>pom</type>
74         <scope>import</scope>
75       </dependency>
76     </dependencies>
77   </dependencyManagement>
78
79   <dependencies>
80     <!-- Other Features -->
81     <dependency>
82       <groupId>org.opendaylight.genius</groupId>
83       <artifactId>odl-genius-api</artifactId>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.serviceutils</groupId>
89       <artifactId>odl-serviceutils-listener</artifactId>
90       <type>xml</type>
91       <classifier>features</classifier>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.serviceutils</groupId>
95       <artifactId>odl-serviceutils-srm</artifactId>
96       <type>xml</type>
97       <classifier>features</classifier>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.infrautils</groupId>
101       <artifactId>odl-infrautils-diagstatus</artifactId>
102       <type>xml</type>
103       <classifier>features</classifier>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.ovsdb</groupId>
107       <artifactId>odl-ovsdb-southbound-impl</artifactId>
108       <type>xml</type>
109       <classifier>features</classifier>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.ovsdb</groupId>
113       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
114       <type>xml</type>
115       <classifier>features</classifier>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.openflowplugin</groupId>
119       <artifactId>odl-openflowplugin-southbound</artifactId>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.openflowplugin</groupId>
125       <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
126       <type>xml</type>
127       <classifier>features</classifier>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.openflowplugin</groupId>
131       <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
132       <type>xml</type>
133       <classifier>features</classifier>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.infrautils</groupId>
137       <artifactId>odl-infrautils-inject</artifactId>
138       <type>xml</type>
139       <classifier>features</classifier>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.infrautils</groupId>
143       <artifactId>odl-infrautils-metrics</artifactId>
144       <type>xml</type>
145       <classifier>features</classifier>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.daexim</groupId>
149       <artifactId>odl-daexim</artifactId>
150       <type>xml</type>
151       <classifier>features</classifier>
152     </dependency>
153
154     <!-- Bundles from this project -->
155     <dependency>
156       <groupId>org.opendaylight.genius</groupId>
157       <artifactId>lockmanager-impl</artifactId>
158       <version>${project.version}</version>
159     </dependency>
160     <dependency>
161       <groupId>org.opendaylight.genius</groupId>
162       <artifactId>idmanager-impl</artifactId>
163       <version>${project.version}</version>
164     </dependency>
165     <dependency>
166       <groupId>org.opendaylight.genius</groupId>
167       <artifactId>idmanager-shell</artifactId>
168       <version>${project.version}</version>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.genius</groupId>
172       <artifactId>mdsalutil-impl</artifactId>
173       <version>${project.version}</version>
174     </dependency>
175     <dependency>
176       <groupId>org.opendaylight.genius</groupId>
177       <artifactId>arputil-impl</artifactId>
178       <version>${project.version}</version>
179     </dependency>
180     <dependency>
181       <groupId>org.opendaylight.genius</groupId>
182       <artifactId>ipv6util-impl</artifactId>
183       <version>${project.version}</version>
184     </dependency>
185     <dependency>
186       <groupId>org.opendaylight.genius</groupId>
187       <artifactId>alivenessmonitor-impl</artifactId>
188       <version>${project.version}</version>
189     </dependency>
190     <dependency>
191       <groupId>org.opendaylight.genius</groupId>
192       <artifactId>alivenessmonitor-impl-protocols</artifactId>
193       <version>${project.version}</version>
194     </dependency>
195     <dependency>
196       <groupId>org.opendaylight.genius</groupId>
197       <artifactId>interfacemanager-impl</artifactId>
198       <version>${project.version}</version>
199     </dependency>
200     <dependency>
201       <groupId>org.opendaylight.genius</groupId>
202       <artifactId>cloudscaler-impl</artifactId>
203       <version>${project.version}</version>
204     </dependency>
205     <dependency>
206       <groupId>org.opendaylight.genius</groupId>
207       <artifactId>interfacemanager-shell</artifactId>
208       <version>${project.version}</version>
209     </dependency>
210     <dependency>
211       <groupId>org.opendaylight.genius</groupId>
212       <artifactId>itm-impl</artifactId>
213       <version>${project.version}</version>
214     </dependency>
215     <dependency>
216       <groupId>org.opendaylight.genius</groupId>
217       <artifactId>networkutils</artifactId>
218       <version>${project.version}</version>
219     </dependency>
220     <dependency>
221       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
222       <groupId>org.opendaylight.genius</groupId>
223       <artifactId>itm-impl</artifactId>
224       <version>${project.version}</version>
225       <type>xml</type>
226       <classifier>config</classifier>
227     </dependency>
228     <dependency>
229       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
230       <groupId>org.opendaylight.genius</groupId>
231       <artifactId>interfacemanager-impl</artifactId>
232       <version>${project.version}</version>
233       <type>xml</type>
234       <classifier>config</classifier>
235     </dependency>
236     <dependency>
237       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-network-config.xml" -->
238       <groupId>org.opendaylight.genius</groupId>
239       <artifactId>networkutils</artifactId>
240       <version>${project.version}</version>
241       <type>xml</type>
242       <classifier>config</classifier>
243     </dependency>
244   </dependencies>
245 </project>