1044f5dff2fc49377e4c3775a1fd4b1f23b00e38
[netvirt.git] / features / odl-netvirt-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>4.0.5</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-api</artifactId>
20     <version>0.8.0-SNAPSHOT</version>
21     <name>OpenDaylight :: NetVirt :: api</name>
22     <packaging>feature</packaging>
23     <modelVersion>4.0.0</modelVersion>
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             <dependency>
35                 <groupId>org.opendaylight.controller</groupId>
36                 <artifactId>mdsal-artifacts</artifactId>
37                 <version>1.9.0-SNAPSHOT</version>
38                 <scope>import</scope>
39                 <type>pom</type>
40             </dependency>
41         </dependencies>
42     </dependencyManagement>
43
44     <dependencies>
45         <dependency>
46             <groupId>org.opendaylight.controller</groupId>
47             <artifactId>odl-mdsal-broker</artifactId>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.genius</groupId>
53             <artifactId>odl-genius-api</artifactId>
54             <version>0.6.0-SNAPSHOT</version>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.serviceutils</groupId>
60             <artifactId>odl-serviceutils-srm</artifactId>
61             <version>0.3.0-SNAPSHOT</version>
62             <type>xml</type>
63             <classifier>features</classifier>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.serviceutils</groupId>
67             <artifactId>odl-serviceutils-tools</artifactId>
68             <version>0.3.0-SNAPSHOT</version>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.infrautils</groupId>
74             <artifactId>odl-infrautils-jobcoordinator</artifactId>
75             <version>1.5.0-SNAPSHOT</version>
76             <type>xml</type>
77             <classifier>features</classifier>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.mdsal.model</groupId>
81             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.neutron</groupId>
87             <artifactId>odl-neutron-northbound-api</artifactId>
88             <version>0.12.0-SNAPSHOT</version>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.openflowplugin</groupId>
94             <artifactId>odl-openflowplugin-libraries</artifactId>
95             <version>0.8.0-SNAPSHOT</version>
96             <type>xml</type>
97             <classifier>features</classifier>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.openflowplugin</groupId>
101             <artifactId>odl-openflowplugin-nsf-model</artifactId>
102             <version>0.8.0-SNAPSHOT</version>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.openflowplugin</groupId>
108             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
109             <version>0.8.0-SNAPSHOT</version>
110             <type>xml</type>
111             <classifier>features</classifier>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.ovsdb</groupId>
115             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
116             <version>1.8.0-SNAPSHOT</version>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.ovsdb</groupId>
122             <artifactId>odl-ovsdb-southbound-api</artifactId>
123             <version>1.8.0-SNAPSHOT</version>
124             <type>xml</type>
125             <classifier>features</classifier>
126         </dependency>
127         <dependency>
128             <groupId>${project.groupId}</groupId>
129             <artifactId>aclservice-api</artifactId>
130             <version>${project.version}</version>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>coe-api</artifactId>
135             <version>${project.version}</version>
136         </dependency>
137         <dependency>
138             <groupId>${project.groupId}</groupId>
139             <artifactId>dhcpservice-api</artifactId>
140             <version>${project.version}</version>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>elanmanager-api</artifactId>
145             <version>${project.version}</version>
146         </dependency>
147         <dependency>
148             <groupId>${project.groupId}</groupId>
149             <artifactId>fibmanager-api</artifactId>
150             <version>${project.version}</version>
151         </dependency>
152         <dependency>
153             <groupId>${project.groupId}</groupId>
154             <artifactId>ipv6service-api</artifactId>
155             <version>${project.version}</version>
156         </dependency>
157         <dependency>
158             <groupId>${project.groupId}</groupId>
159             <artifactId>natservice-api</artifactId>
160             <version>${project.version}</version>
161         </dependency>
162         <dependency>
163             <groupId>${project.groupId}</groupId>
164             <artifactId>neutronvpn-api</artifactId>
165             <version>${project.version}</version>
166         </dependency>
167         <dependency>
168             <groupId>${project.groupId}</groupId>
169             <artifactId>vpnmanager-api</artifactId>
170             <version>${project.version}</version>
171         </dependency>
172     </dependencies>
173 </project>