Merge "Bug 8111: Conflicting modification for path"
[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"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>single-feature-parent</artifactId>
16     <version>1.9.0-SNAPSHOT</version>
17     <relativePath />
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>odl-genius-api</artifactId>
22   <version>0.3.0-SNAPSHOT</version>
23   <packaging>feature</packaging>
24   <name>OpenDaylight :: genius :: API</name>
25
26   <dependencies>
27     <!-- Other Features -->
28     <dependency>
29       <groupId>org.opendaylight.controller</groupId>
30       <artifactId>odl-mdsal-broker</artifactId>
31       <version>1.6.0-SNAPSHOT</version>
32       <type>xml</type>
33       <classifier>features</classifier>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.mdsal.model</groupId>
37       <artifactId>odl-mdsal-models</artifactId>
38       <version>0.11.0-SNAPSHOT</version>
39       <type>xml</type>
40       <classifier>features</classifier>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.ovsdb</groupId>
44       <artifactId>odl-ovsdb-southbound-api</artifactId>
45       <version>1.5.0-SNAPSHOT</version>
46       <type>xml</type>
47       <classifier>features</classifier>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.ovsdb</groupId>
51       <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
52       <version>1.5.0-SNAPSHOT</version>
53       <type>xml</type>
54       <classifier>features</classifier>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.openflowplugin</groupId>
58       <artifactId>odl-openflowplugin-nsf-model</artifactId>
59       <version>0.5.0-SNAPSHOT</version>
60       <type>xml</type>
61       <classifier>features</classifier>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.openflowplugin</groupId>
65       <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
66       <version>0.5.0-SNAPSHOT</version>
67       <type>xml</type>
68       <classifier>features</classifier>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.infrautils</groupId>
72       <artifactId>odl-infrautils-counters</artifactId>
73       <version>1.2.0-SNAPSHOT</version>
74       <type>xml</type>
75       <classifier>features</classifier>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.infrautils</groupId>
79       <artifactId>odl-infrautils-inject</artifactId>
80       <version>1.2.0-SNAPSHOT</version>
81       <type>xml</type>
82       <classifier>features</classifier>
83     </dependency>
84
85     <!-- Libraries from other projects -->
86     <dependency>
87       <groupId>org.opendaylight.controller</groupId>
88       <artifactId>liblldp</artifactId>
89       <version>0.13.0-SNAPSHOT</version>
90     </dependency>
91
92     <!-- Bundles from this project -->
93     <dependency>
94       <groupId>org.opendaylight.genius</groupId>
95       <artifactId>lockmanager-api</artifactId>
96       <version>${project.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.genius</groupId>
100       <artifactId>idmanager-api</artifactId>
101       <version>${project.version}</version>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.genius</groupId>
105       <artifactId>mdsalutil-api</artifactId>
106       <version>${project.version}</version>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.genius</groupId>
110       <artifactId>arputil-api</artifactId>
111       <version>${project.version}</version>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.genius</groupId>
115       <artifactId>alivenessmonitor-api</artifactId>
116       <version>${project.version}</version>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.genius</groupId>
120       <artifactId>interfacemanager-api</artifactId>
121       <version>${project.version}</version>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.genius</groupId>
125       <artifactId>itm-api</artifactId>
126       <version>${project.version}</version>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.genius</groupId>
130       <artifactId>resourcemanager-api</artifactId>
131       <version>${project.version}</version>
132     </dependency>
133   </dependencies>
134 </project>