Bump mdsal to 3.0.6
[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.9</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.controller</groupId>
29                 <artifactId>mdsal-artifacts</artifactId>
30                 <version>1.9.0-SNAPSHOT</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34             <dependency>
35                 <groupId>org.opendaylight.mdsal</groupId>
36                 <artifactId>mdsal-artifacts</artifactId>
37                 <version>3.0.6</version>
38                 <scope>import</scope>
39                 <type>pom</type>
40             </dependency>
41             <dependency>
42                 <groupId>org.opendaylight.serviceutils</groupId>
43                 <artifactId>serviceutils-artifacts</artifactId>
44                 <version>0.3.0-SNAPSHOT</version>
45                 <type>pom</type>
46                 <scope>import</scope>
47             </dependency>
48         </dependencies>
49     </dependencyManagement>
50
51     <dependencies>
52         <dependency>
53             <groupId>org.opendaylight.controller</groupId>
54             <artifactId>odl-mdsal-broker</artifactId>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.genius</groupId>
60             <artifactId>odl-genius-api</artifactId>
61             <version>0.6.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-srm</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.serviceutils</groupId>
73             <artifactId>odl-serviceutils-tools</artifactId>
74             <type>xml</type>
75             <classifier>features</classifier>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.infrautils</groupId>
79             <artifactId>odl-infrautils-jobcoordinator</artifactId>
80             <version>1.5.0-SNAPSHOT</version>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.mdsal.model</groupId>
86             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.neutron</groupId>
92             <artifactId>odl-neutron-northbound-api</artifactId>
93             <version>0.12.0-SNAPSHOT</version>
94             <type>xml</type>
95             <classifier>features</classifier>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.openflowplugin</groupId>
99             <artifactId>odl-openflowplugin-libraries</artifactId>
100             <version>0.8.0-SNAPSHOT</version>
101             <type>xml</type>
102             <classifier>features</classifier>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.openflowplugin</groupId>
106             <artifactId>odl-openflowplugin-nsf-model</artifactId>
107             <version>0.8.0-SNAPSHOT</version>
108             <type>xml</type>
109             <classifier>features</classifier>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.openflowplugin</groupId>
113             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
114             <version>0.8.0-SNAPSHOT</version>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.ovsdb</groupId>
120             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
121             <version>1.8.0-SNAPSHOT</version>
122             <type>xml</type>
123             <classifier>features</classifier>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.ovsdb</groupId>
127             <artifactId>odl-ovsdb-southbound-api</artifactId>
128             <version>1.8.0-SNAPSHOT</version>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>aclservice-api</artifactId>
135             <version>${project.version}</version>
136         </dependency>
137         <dependency>
138             <groupId>${project.groupId}</groupId>
139             <artifactId>coe-api</artifactId>
140             <version>${project.version}</version>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>dhcpservice-api</artifactId>
145             <version>${project.version}</version>
146         </dependency>
147         <dependency>
148             <groupId>${project.groupId}</groupId>
149             <artifactId>elanmanager-api</artifactId>
150             <version>${project.version}</version>
151         </dependency>
152         <dependency>
153             <groupId>${project.groupId}</groupId>
154             <artifactId>fibmanager-api</artifactId>
155             <version>${project.version}</version>
156         </dependency>
157         <dependency>
158             <groupId>${project.groupId}</groupId>
159             <artifactId>ipv6service-api</artifactId>
160             <version>${project.version}</version>
161         </dependency>
162         <dependency>
163             <groupId>${project.groupId}</groupId>
164             <artifactId>natservice-api</artifactId>
165             <version>${project.version}</version>
166         </dependency>
167         <dependency>
168             <groupId>${project.groupId}</groupId>
169             <artifactId>neutronvpn-api</artifactId>
170             <version>${project.version}</version>
171         </dependency>
172         <dependency>
173             <groupId>${project.groupId}</groupId>
174             <artifactId>vpnmanager-api</artifactId>
175             <version>${project.version}</version>
176         </dependency>
177     </dependencies>
178 </project>