Bump odlparent 2.0.2 to 2.0.4
[netvirt.git] / vpnservice / 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>2.0.4</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.netvirt</groupId>
22     <artifactId>odl-netvirt-api</artifactId>
23     <version>0.5.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <name>OpenDaylight :: NetVirt :: api</name>
27
28     <dependencies>
29         <dependency>
30             <groupId>org.opendaylight.controller</groupId>
31             <artifactId>odl-mdsal-broker</artifactId>
32             <version>1.6.0-SNAPSHOT</version>
33             <type>xml</type>
34             <classifier>features</classifier>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.mdsal.model</groupId>
38             <artifactId>odl-mdsal-models</artifactId>
39             <version>0.11.0-SNAPSHOT</version>
40             <type>xml</type>
41             <classifier>features</classifier>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.openflowplugin</groupId>
45             <artifactId>odl-openflowplugin-nsf-model</artifactId>
46             <version>0.5.0-SNAPSHOT</version>
47             <type>xml</type>
48             <classifier>features</classifier>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.openflowplugin</groupId>
52             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
53             <version>0.5.0-SNAPSHOT</version>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.ovsdb</groupId>
59             <artifactId>odl-ovsdb-southbound-api</artifactId>
60             <version>1.5.0-SNAPSHOT</version>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.ovsdb</groupId>
66             <artifactId>odl-ovsdb-hwvtepsouthbound-api</artifactId>
67             <version>1.5.0-SNAPSHOT</version>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.genius</groupId>
73             <artifactId>odl-genius-api</artifactId>
74             <version>0.3.0-SNAPSHOT</version>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.infrautils</groupId>
80             <artifactId>odl-infrautils-counters</artifactId>
81             <version>1.2.0-SNAPSHOT</version>
82             <type>xml</type>
83             <classifier>features</classifier>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.controller</groupId>
87             <artifactId>liblldp</artifactId>
88             <version>0.13.0-SNAPSHOT</version>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>vpnmanager-api</artifactId>
93             <version>${project.version}</version>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>fibmanager-api</artifactId>
98             <version>${project.version}</version>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>neutronvpn-api</artifactId>
103             <version>${project.version}</version>
104         </dependency>
105         <dependency>
106             <groupId>${project.groupId}</groupId>
107             <artifactId>dhcpservice-api</artifactId>
108             <version>${project.version}</version>
109         </dependency>
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>natservice-api</artifactId>
113             <version>${project.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>${project.groupId}</groupId>
117             <artifactId>aclservice-api</artifactId>
118             <version>${project.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>ipv6service-api</artifactId>
123             <version>${project.version}</version>
124         </dependency>
125         <dependency>
126             <groupId>${project.groupId}</groupId>
127             <artifactId>elanmanager-api</artifactId>
128             <version>${project.version}</version>
129         </dependency>
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>statistics-api</artifactId>
133             <version>${project.version}</version>
134         </dependency>
135         <dependency>
136             <groupId>${project.groupId}</groupId>
137             <artifactId>cloud-servicechain-api</artifactId>
138             <version>${project.version}</version>
139         </dependency>
140     </dependencies>
141 </project>