Use minimal model imports
[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>3.1.2</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-api</artifactId>
20     <version>0.7.0-SNAPSHOT</version>
21     <name>OpenDaylight :: NetVirt :: api</name>
22     <packaging>feature</packaging>
23     <modelVersion>4.0.0</modelVersion>
24
25
26     <dependencyManagement>
27         <dependencies>
28             <dependency>
29                 <groupId>org.opendaylight.mdsal.model</groupId>
30                 <artifactId>mdsal-model-artifacts</artifactId>
31                 <version>0.13.0-SNAPSHOT</version>
32                 <scope>import</scope>
33                 <type>pom</type>
34             </dependency>
35             <dependency>
36                 <groupId>org.opendaylight.controller</groupId>
37                 <artifactId>mdsal-artifacts</artifactId>
38                 <version>1.8.0-SNAPSHOT</version>
39                 <scope>import</scope>
40                 <type>pom</type>
41             </dependency>
42         </dependencies>
43     </dependencyManagement>
44
45     <dependencies>
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>odl-mdsal-broker</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.genius</groupId>
54             <artifactId>odl-genius-api</artifactId>
55             <version>0.5.0-SNAPSHOT</version>
56             <type>xml</type>
57             <classifier>features</classifier>
58         </dependency>
59         <dependency>
60             <groupId>org.opendaylight.serviceutils</groupId>
61             <artifactId>odl-serviceutils-srm</artifactId>
62             <version>0.2.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-tools</artifactId>
69             <version>0.2.0-SNAPSHOT</version>
70             <type>xml</type>
71             <classifier>features</classifier>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.infrautils</groupId>
75             <artifactId>odl-infrautils-jobcoordinator</artifactId>
76             <version>1.4.0-SNAPSHOT</version>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.mdsal.model</groupId>
82             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.neutron</groupId>
88             <artifactId>odl-neutron-northbound-api</artifactId>
89             <version>0.11.0-SNAPSHOT</version>
90             <type>xml</type>
91             <classifier>features</classifier>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.openflowplugin</groupId>
95             <artifactId>odl-openflowplugin-libraries</artifactId>
96             <version>0.7.0-SNAPSHOT</version>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.openflowplugin</groupId>
102             <artifactId>odl-openflowplugin-nsf-model</artifactId>
103             <version>0.7.0-SNAPSHOT</version>
104             <type>xml</type>
105             <classifier>features</classifier>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.openflowplugin</groupId>
109             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
110             <version>0.7.0-SNAPSHOT</version>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.ovsdb</groupId>
116             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
117             <version>1.7.0-SNAPSHOT</version>
118             <type>xml</type>
119             <classifier>features</classifier>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.ovsdb</groupId>
123             <artifactId>odl-ovsdb-southbound-api</artifactId>
124             <version>1.7.0-SNAPSHOT</version>
125             <type>xml</type>
126             <classifier>features</classifier>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>aclservice-api</artifactId>
131             <version>${project.version}</version>
132         </dependency>
133         <dependency>
134             <groupId>${project.groupId}</groupId>
135             <artifactId>coe-api</artifactId>
136             <version>${project.version}</version>
137         </dependency>
138         <dependency>
139             <groupId>${project.groupId}</groupId>
140             <artifactId>dhcpservice-api</artifactId>
141             <version>${project.version}</version>
142         </dependency>
143         <dependency>
144             <groupId>${project.groupId}</groupId>
145             <artifactId>elanmanager-api</artifactId>
146             <version>${project.version}</version>
147         </dependency>
148         <dependency>
149             <groupId>${project.groupId}</groupId>
150             <artifactId>fibmanager-api</artifactId>
151             <version>${project.version}</version>
152         </dependency>
153         <dependency>
154             <groupId>${project.groupId}</groupId>
155             <artifactId>ipv6service-api</artifactId>
156             <version>${project.version}</version>
157         </dependency>
158         <dependency>
159             <groupId>${project.groupId}</groupId>
160             <artifactId>natservice-api</artifactId>
161             <version>${project.version}</version>
162         </dependency>
163         <dependency>
164             <groupId>${project.groupId}</groupId>
165             <artifactId>neutronvpn-api</artifactId>
166             <version>${project.version}</version>
167         </dependency>
168         <dependency>
169             <groupId>${project.groupId}</groupId>
170             <artifactId>vpnmanager-api</artifactId>
171             <version>${project.version}</version>
172         </dependency>
173     </dependencies>
174 </project>