Bump to mdsal-3.0.2
[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>4.0.2</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius-api</artifactId>
21   <version>0.6.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>3.0.2</version>
31         <scope>import</scope>
32         <type>pom</type>
33       </dependency>
34     </dependencies>
35   </dependencyManagement>
36
37   <dependencies>
38     <!-- Other Features -->
39     <dependency>
40       <groupId>org.opendaylight.mdsal.model</groupId>
41       <artifactId>odl-mdsal-model-rfc7224</artifactId>
42       <type>xml</type>
43       <classifier>features</classifier>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.ovsdb</groupId>
47       <artifactId>odl-ovsdb-southbound-api</artifactId>
48       <version>1.8.0-SNAPSHOT</version>
49       <type>xml</type>
50       <classifier>features</classifier>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.ovsdb</groupId>
54       <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
55       <version>1.8.0-SNAPSHOT</version>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.openflowplugin</groupId>
61       <artifactId>odl-openflowplugin-nsf-model</artifactId>
62       <version>0.8.0-SNAPSHOT</version>
63       <type>xml</type>
64       <classifier>features</classifier>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.openflowplugin</groupId>
68       <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
69       <version>0.8.0-SNAPSHOT</version>
70       <type>xml</type>
71       <classifier>features</classifier>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.openflowplugin</groupId>
75       <artifactId>odl-openflowplugin-libraries</artifactId>
76       <version>0.8.0-SNAPSHOT</version>
77       <type>xml</type>
78       <classifier>features</classifier>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.infrautils</groupId>
82       <artifactId>odl-infrautils-inject</artifactId>
83       <version>1.5.0-SNAPSHOT</version>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.infrautils</groupId>
89       <artifactId>odl-infrautils-jobcoordinator</artifactId>
90       <version>1.5.0-SNAPSHOT</version>
91       <type>xml</type>
92       <classifier>features</classifier>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.infrautils</groupId>
96       <artifactId>odl-infrautils-caches</artifactId>
97       <version>1.5.0-SNAPSHOT</version>
98       <type>xml</type>
99       <classifier>features</classifier>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.serviceutils</groupId>
103       <artifactId>odl-serviceutils-tools</artifactId>
104       <version>0.3.0-SNAPSHOT</version>
105       <type>xml</type>
106       <classifier>features</classifier>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.ovsdb</groupId>
110       <artifactId>odl-ovsdb-utils</artifactId>
111       <version>1.8.0-SNAPSHOT</version>
112       <type>xml</type>
113       <classifier>features</classifier>
114     </dependency>
115
116     <!-- Bundles from this project -->
117     <dependency>
118       <groupId>org.opendaylight.genius</groupId>
119       <artifactId>lockmanager-api</artifactId>
120       <version>${project.version}</version>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.genius</groupId>
124       <artifactId>idmanager-api</artifactId>
125       <version>${project.version}</version>
126     </dependency>
127     <dependency>
128       <groupId>org.opendaylight.genius</groupId>
129       <artifactId>mdsalutil-api</artifactId>
130       <version>${project.version}</version>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.genius</groupId>
134       <artifactId>arputil-api</artifactId>
135       <version>${project.version}</version>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.genius</groupId>
139       <artifactId>alivenessmonitor-api</artifactId>
140       <version>${project.version}</version>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.genius</groupId>
144       <artifactId>interfacemanager-api</artifactId>
145       <version>${project.version}</version>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.genius</groupId>
149       <artifactId>itm-api</artifactId>
150       <version>${project.version}</version>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.genius</groupId>
154       <artifactId>resourcemanager-api</artifactId>
155       <version>${project.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.genius</groupId>
159       <artifactId>ipv6util-api</artifactId>
160       <version>${project.version}</version>
161     </dependency>
162   </dependencies>
163 </project>