Bump MRI upstreams
[genius.git] / features / odl-genius-api / 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.0.3</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius-api</artifactId>
21   <version>0.10.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: API</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.mdsal</groupId>
29         <artifactId>mdsal-artifacts</artifactId>
30         <version>7.0.4</version>
31         <scope>import</scope>
32         <type>pom</type>
33       </dependency>
34       <dependency>
35         <groupId>org.opendaylight.infrautils</groupId>
36         <artifactId>infrautils-artifacts</artifactId>
37         <version>1.9.4</version>
38         <scope>import</scope>
39         <type>pom</type>
40       </dependency>
41       <dependency>
42         <groupId>org.opendaylight.serviceutils</groupId>
43         <artifactId>serviceutils-artifacts</artifactId>
44         <version>0.7.0-SNAPSHOT</version>
45         <scope>import</scope>
46         <type>pom</type>
47       </dependency>
48       <dependency>
49         <groupId>org.opendaylight.openflowplugin</groupId>
50         <artifactId>openflowplugin-artifacts</artifactId>
51         <version>0.12.0-SNAPSHOT</version>
52         <scope>import</scope>
53         <type>pom</type>
54       </dependency>
55       <dependency>
56         <groupId>org.opendaylight.ovsdb</groupId>
57         <artifactId>hwvtepsouthbound-artifacts</artifactId>
58         <version>1.12.0-SNAPSHOT</version>
59         <scope>import</scope>
60         <type>pom</type>
61       </dependency>
62       <dependency>
63         <groupId>org.opendaylight.ovsdb</groupId>
64         <artifactId>southbound-artifacts</artifactId>
65         <version>1.12.0-SNAPSHOT</version>
66         <scope>import</scope>
67         <type>pom</type>
68       </dependency>
69       <dependency>
70         <groupId>org.opendaylight.genius</groupId>
71         <artifactId>genius-artifacts</artifactId>
72         <version>${project.version}</version>
73         <scope>import</scope>
74         <type>pom</type>
75       </dependency>
76     </dependencies>
77   </dependencyManagement>
78
79   <dependencies>
80     <!-- Other Features -->
81     <dependency>
82       <groupId>org.opendaylight.odlparent</groupId>
83       <artifactId>odl-apache-commons-net</artifactId>
84       <classifier>features</classifier>
85       <type>xml</type>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.mdsal.model</groupId>
89       <artifactId>odl-mdsal-model-rfc7224</artifactId>
90       <type>xml</type>
91       <classifier>features</classifier>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.ovsdb</groupId>
95       <artifactId>odl-ovsdb-southbound-api</artifactId>
96       <type>xml</type>
97       <classifier>features</classifier>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.ovsdb</groupId>
101       <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
102       <type>xml</type>
103       <classifier>features</classifier>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.openflowplugin</groupId>
107       <artifactId>odl-openflowplugin-nsf-model</artifactId>
108       <type>xml</type>
109       <classifier>features</classifier>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.openflowplugin</groupId>
113       <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
114       <type>xml</type>
115       <classifier>features</classifier>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.openflowplugin</groupId>
119       <artifactId>odl-openflowplugin-eric-extensions</artifactId>
120       <type>xml</type>
121       <classifier>features</classifier>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.openflowplugin</groupId>
125       <artifactId>odl-openflowplugin-libraries</artifactId>
126       <type>xml</type>
127       <classifier>features</classifier>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.infrautils</groupId>
131       <artifactId>odl-infrautils-jobcoordinator</artifactId>
132       <type>xml</type>
133       <classifier>features</classifier>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.infrautils</groupId>
137       <artifactId>odl-infrautils-caches</artifactId>
138       <type>xml</type>
139       <classifier>features</classifier>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.serviceutils</groupId>
143       <artifactId>odl-serviceutils-tools</artifactId>
144       <type>xml</type>
145       <classifier>features</classifier>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.ovsdb</groupId>
149       <artifactId>odl-ovsdb-utils</artifactId>
150       <!-- FIXME: remove this version declaration once ovsdb
151                   provides proper ovsdb-artifacts -->
152       <version>1.12.0-SNAPSHOT</version>
153       <type>xml</type>
154       <classifier>features</classifier>
155     </dependency>
156
157     <!-- Bundles from this project -->
158     <dependency>
159       <groupId>org.opendaylight.genius</groupId>
160       <artifactId>lockmanager-api</artifactId>
161       <version>${project.version}</version>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.genius</groupId>
165       <artifactId>idmanager-api</artifactId>
166       <version>${project.version}</version>
167     </dependency>
168     <dependency>
169       <groupId>org.opendaylight.genius</groupId>
170       <artifactId>mdsalutil-api</artifactId>
171       <version>${project.version}</version>
172     </dependency>
173     <dependency>
174       <groupId>org.opendaylight.genius</groupId>
175       <artifactId>arputil-api</artifactId>
176       <version>${project.version}</version>
177     </dependency>
178     <dependency>
179       <groupId>org.opendaylight.genius</groupId>
180       <artifactId>alivenessmonitor-api</artifactId>
181       <version>${project.version}</version>
182     </dependency>
183     <dependency>
184       <groupId>org.opendaylight.genius</groupId>
185       <artifactId>interfacemanager-api</artifactId>
186       <version>${project.version}</version>
187     </dependency>
188     <dependency>
189       <groupId>org.opendaylight.genius</groupId>
190       <artifactId>cloudscaler-api</artifactId>
191       <version>${project.version}</version>
192     </dependency>
193     <dependency>
194       <groupId>org.opendaylight.genius</groupId>
195       <artifactId>itm-api</artifactId>
196     </dependency>
197     <dependency>
198       <groupId>org.opendaylight.genius</groupId>
199       <artifactId>ipv6util-api</artifactId>
200       <version>${project.version}</version>
201     </dependency>
202   </dependencies>
203 </project>