3bb5f3e47dddce9405318567ff87133b5a0c0b83
[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>7.0.1</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius-api</artifactId>
21   <version>0.9.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>6.0.0</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.8.0-SNAPSHOT</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.6.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.11.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.11.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.11.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-inject</artifactId>
132       <type>xml</type>
133       <classifier>features</classifier>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.infrautils</groupId>
137       <artifactId>odl-infrautils-jobcoordinator</artifactId>
138       <type>xml</type>
139       <classifier>features</classifier>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.infrautils</groupId>
143       <artifactId>odl-infrautils-caches</artifactId>
144       <type>xml</type>
145       <classifier>features</classifier>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.serviceutils</groupId>
149       <artifactId>odl-serviceutils-tools</artifactId>
150       <type>xml</type>
151       <classifier>features</classifier>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.ovsdb</groupId>
155       <artifactId>odl-ovsdb-utils</artifactId>
156       <!-- FIXME: remove this version declaration once ovsdb
157                   provides proper ovsdb-artifacts -->
158       <version>1.11.0-SNAPSHOT</version>
159       <type>xml</type>
160       <classifier>features</classifier>
161     </dependency>
162
163     <!-- Bundles from this project -->
164     <dependency>
165       <groupId>org.opendaylight.genius</groupId>
166       <artifactId>lockmanager-api</artifactId>
167       <version>${project.version}</version>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.genius</groupId>
171       <artifactId>idmanager-api</artifactId>
172       <version>${project.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.genius</groupId>
176       <artifactId>mdsalutil-api</artifactId>
177       <version>${project.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.genius</groupId>
181       <artifactId>arputil-api</artifactId>
182       <version>${project.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.genius</groupId>
186       <artifactId>alivenessmonitor-api</artifactId>
187       <version>${project.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.genius</groupId>
191       <artifactId>interfacemanager-api</artifactId>
192       <version>${project.version}</version>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.genius</groupId>
196       <artifactId>cloudscaler-api</artifactId>
197       <version>${project.version}</version>
198     </dependency>
199     <dependency>
200       <groupId>org.opendaylight.genius</groupId>
201       <artifactId>itm-api</artifactId>
202     </dependency>
203     <dependency>
204       <groupId>org.opendaylight.genius</groupId>
205       <artifactId>ipv6util-api</artifactId>
206       <version>${project.version}</version>
207     </dependency>
208   </dependencies>
209 </project>