Bump to odlparent 3.1.0 and yangtools 2.0.3
[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>3.1.0</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius</artifactId>
21   <version>0.5.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: Impls</name>
24
25   <!-- TODO Replace all <properties> by dependencyManagement <scope>import of respective upstream project -->
26   <properties>
27     <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
28     <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
29     <infrautils.version>1.4.0-SNAPSHOT</infrautils.version>
30     <daexim.version>1.4.0-SNAPSHOT</daexim.version>
31   </properties>
32
33   <dependencyManagement>
34     <dependencies>
35       <dependency>
36         <groupId>org.opendaylight.genius</groupId>
37         <artifactId>genius-artifacts</artifactId>
38         <version>${project.version}</version>
39         <type>pom</type>
40         <scope>import</scope>
41       </dependency>
42     </dependencies>
43   </dependencyManagement>
44
45   <dependencies>
46     <!-- Other Features -->
47     <dependency>
48       <groupId>org.opendaylight.genius</groupId>
49       <artifactId>odl-genius-api</artifactId>
50       <type>xml</type>
51       <classifier>features</classifier>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.genius</groupId>
55       <artifactId>odl-genius-srm</artifactId>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.infrautils</groupId>
61       <artifactId>odl-infrautils-diagstatus</artifactId>
62       <version>${infrautils.version}</version>
63       <type>xml</type>
64       <classifier>features</classifier>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.ovsdb</groupId>
68       <artifactId>odl-ovsdb-southbound-impl</artifactId>
69       <version>${ovsdb.version}</version>
70       <type>xml</type>
71       <classifier>features</classifier>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.ovsdb</groupId>
75       <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
76       <version>${ovsdb.version}</version>
77       <type>xml</type>
78       <classifier>features</classifier>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.ovsdb</groupId>
82       <artifactId>odl-ovsdb-utils</artifactId>
83       <version>${ovsdb.version}</version>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.openflowplugin</groupId>
89       <artifactId>odl-openflowplugin-southbound</artifactId>
90       <version>${openflowplugin.version}</version>
91       <type>xml</type>
92       <classifier>features</classifier>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.openflowplugin</groupId>
96       <artifactId>odl-openflowplugin-flow-services</artifactId>
97       <version>${openflowplugin.version}</version>
98       <type>xml</type>
99       <classifier>features</classifier>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.infrautils</groupId>
103       <artifactId>odl-infrautils-metrics</artifactId>
104       <version>${infrautils.version}</version>
105       <type>xml</type>
106       <classifier>features</classifier>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.infrautils</groupId>
110       <artifactId>odl-infrautils-inject</artifactId>
111       <version>${infrautils.version}</version>
112       <type>xml</type>
113       <classifier>features</classifier>
114     </dependency>
115     <dependency>
116       <groupId>org.opendaylight.infrautils</groupId>
117       <artifactId>odl-infrautils-jobcoordinator</artifactId>
118       <version>${infrautils.version}</version>
119       <type>xml</type>
120       <classifier>features</classifier>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.daexim</groupId>
124       <artifactId>odl-daexim</artifactId>
125       <version>${daexim.version}</version>
126       <type>xml</type>
127       <classifier>features</classifier>
128     </dependency>
129
130     <!-- External libraries to wrap -->
131     <dependency>
132       <groupId>commons-net</groupId>
133       <artifactId>commons-net</artifactId>
134     </dependency>
135     <dependency>
136       <groupId>javax.inject</groupId>
137       <artifactId>javax.inject</artifactId>
138     </dependency>
139
140     <!-- Bundles from this project -->
141     <dependency>
142       <groupId>org.opendaylight.genius</groupId>
143       <artifactId>lockmanager-impl</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.genius</groupId>
148       <artifactId>idmanager-impl</artifactId>
149       <version>${project.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.genius</groupId>
153       <artifactId>idmanager-shell</artifactId>
154       <version>${project.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.genius</groupId>
158       <artifactId>mdsalutil-impl</artifactId>
159       <version>${project.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>org.opendaylight.genius</groupId>
163       <artifactId>arputil-impl</artifactId>
164       <version>${project.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.genius</groupId>
168       <artifactId>alivenessmonitor-impl</artifactId>
169       <version>${project.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.genius</groupId>
173       <artifactId>alivenessmonitor-impl-protocols</artifactId>
174       <version>${project.version}</version>
175     </dependency>
176     <dependency>
177       <groupId>org.opendaylight.genius</groupId>
178       <artifactId>interfacemanager-impl</artifactId>
179       <version>${project.version}</version>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.genius</groupId>
183       <artifactId>interfacemanager-shell</artifactId>
184       <version>${project.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.genius</groupId>
188       <artifactId>itm-impl</artifactId>
189       <version>${project.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.genius</groupId>
193       <artifactId>resourcemanager-impl</artifactId>
194       <version>${project.version}</version>
195     </dependency>
196     <dependency>
197       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-itm-config.xml" -->
198       <groupId>org.opendaylight.genius</groupId>
199       <artifactId>itm-impl</artifactId>
200       <version>${project.version}</version>
201       <type>xml</type>
202       <classifier>config</classifier>
203     </dependency>
204     <dependency>
205       <!-- finalname="etc/opendaylight/datastore/initial/config/genius-ifm-config.xml" -->
206       <groupId>org.opendaylight.genius</groupId>
207       <artifactId>interfacemanager-impl</artifactId>
208       <version>${project.version}</version>
209       <type>xml</type>
210       <classifier>config</classifier>
211     </dependency>
212   </dependencies>
213 </project>