Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / dhcpservice / dhcpservice-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
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.vpnservice</groupId>
13     <artifactId>config-parent</artifactId>
14     <version>0.4.0-SNAPSHOT</version>
15     <relativePath>../../commons/config-parent</relativePath>
16   </parent>
17
18   <modelVersion>4.0.0</modelVersion>
19   <groupId>org.opendaylight.vpnservice</groupId>
20   <artifactId>dhcpservice-impl</artifactId>
21   <version>${vpnservices.version}</version>
22   <packaging>bundle</packaging>
23   <dependencies>
24     <dependency>
25       <groupId>${project.groupId}</groupId>
26       <artifactId>dhcpservice-api</artifactId>
27       <version>${vpnservices.version}</version>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.controller</groupId>
31       <artifactId>sal-binding-api</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.openflowplugin.model</groupId>
35       <artifactId>model-flow-service</artifactId>
36       <version>${openflowplugin.version}</version>
37     </dependency>
38     <dependency>
39       <groupId>${project.groupId}</groupId>
40       <artifactId>mdsalutil-api</artifactId>
41       <version>${vpnservices.version}</version>
42     </dependency>
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>neutronvpn-api</artifactId>
46       <version>${vpnservices.version}</version>
47     </dependency>
48     <dependency>
49       <groupId>org.apache.karaf.shell</groupId>
50       <artifactId>org.apache.karaf.shell.console</artifactId>
51       <version>${karaf.shell.console.version}</version>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.neutron</groupId>
55       <artifactId>model</artifactId>
56       <version>${neutron.version}</version>
57     </dependency>
58     <dependency>
59       <groupId>commons-net</groupId>
60       <artifactId>commons-net</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>${project.groupId}</groupId>
64       <artifactId>interfacemgr-api</artifactId>
65       <version>${vpnservices.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>${project.groupId}</groupId>
69       <artifactId>elanmanager-api</artifactId>
70       <version>${vpnservices.version}</version>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.vpnservice</groupId>
74       <artifactId>itm-api</artifactId>
75       <version>${vpnservices.version}</version>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.ovsdb</groupId>
79       <artifactId>hwvtepsouthbound-api</artifactId>
80       <version>${vpns.ovsdb.version}</version>
81     </dependency>
82    </dependencies>
83
84 </project>