Freeze upstream versions
[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>8.1.1</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-api</artifactId>
20     <version>0.12.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.infrautils</groupId>
29                 <artifactId>infrautils-artifacts</artifactId>
30                 <version>1.9.6</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.controller</groupId>
36                 <artifactId>controller-artifacts</artifactId>
37                 <version>3.0.7</version>
38                 <scope>import</scope>
39                 <type>pom</type>
40             </dependency>
41             <dependency>
42                 <groupId>org.opendaylight.mdsal</groupId>
43                 <artifactId>mdsal-artifacts</artifactId>
44                 <version>7.0.6</version>
45                 <scope>import</scope>
46                 <type>pom</type>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.serviceutils</groupId>
50                 <artifactId>serviceutils-artifacts</artifactId>
51                 <version>0.7.0</version>
52                 <type>pom</type>
53                 <scope>import</scope>
54             </dependency>
55         </dependencies>
56     </dependencyManagement>
57
58     <dependencies>
59         <dependency>
60             <groupId>org.opendaylight.genius</groupId>
61             <artifactId>odl-genius-api</artifactId>
62             <version>0.10.0-SNAPSHOT</version>
63             <type>xml</type>
64             <classifier>features</classifier>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.serviceutils</groupId>
68             <artifactId>odl-serviceutils-srm</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.serviceutils</groupId>
74             <artifactId>odl-serviceutils-tools</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.infrautils</groupId>
80             <artifactId>odl-infrautils-jobcoordinator</artifactId>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.neutron</groupId>
86             <artifactId>odl-neutron-northbound-api</artifactId>
87             <version>0.16.0</version>
88             <type>xml</type>
89             <classifier>features</classifier>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.openflowplugin</groupId>
93             <artifactId>odl-openflowplugin-libraries</artifactId>
94             <version>0.12.0</version>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.openflowplugin</groupId>
100             <artifactId>odl-openflowplugin-nsf-model</artifactId>
101             <version>0.12.0</version>
102             <type>xml</type>
103             <classifier>features</classifier>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.openflowplugin</groupId>
107             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
108             <version>0.12.0</version>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.ovsdb</groupId>
114             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
115             <version>1.12.0</version>
116             <type>xml</type>
117             <classifier>features</classifier>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.ovsdb</groupId>
121             <artifactId>odl-ovsdb-southbound-api</artifactId>
122             <version>1.12.0</version>
123             <type>xml</type>
124             <classifier>features</classifier>
125         </dependency>
126         <dependency>
127             <groupId>${project.groupId}</groupId>
128             <artifactId>aclservice-api</artifactId>
129             <version>${project.version}</version>
130         </dependency>
131         <dependency>
132             <groupId>${project.groupId}</groupId>
133             <artifactId>dhcpservice-api</artifactId>
134             <version>${project.version}</version>
135         </dependency>
136         <dependency>
137             <groupId>${project.groupId}</groupId>
138             <artifactId>elanmanager-api</artifactId>
139             <version>${project.version}</version>
140         </dependency>
141         <dependency>
142             <groupId>${project.groupId}</groupId>
143             <artifactId>fibmanager-api</artifactId>
144             <version>${project.version}</version>
145         </dependency>
146         <dependency>
147             <groupId>${project.groupId}</groupId>
148             <artifactId>ipv6service-api</artifactId>
149             <version>${project.version}</version>
150         </dependency>
151         <dependency>
152             <groupId>${project.groupId}</groupId>
153             <artifactId>natservice-api</artifactId>
154             <version>${project.version}</version>
155         </dependency>
156         <dependency>
157             <groupId>${project.groupId}</groupId>
158             <artifactId>neutronvpn-api</artifactId>
159             <version>${project.version}</version>
160         </dependency>
161         <dependency>
162             <groupId>${project.groupId}</groupId>
163             <artifactId>vpnmanager-api</artifactId>
164             <version>${project.version}</version>
165         </dependency>
166     </dependencies>
167 </project>