Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / arputil / arputil-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <parent>
5         <groupId>org.opendaylight.vpnservice</groupId>
6         <artifactId>config-parent</artifactId>
7         <version>0.4.0-SNAPSHOT</version>
8         <relativePath>../../commons/config-parent</relativePath>
9      </parent>
10     <modelVersion>4.0.0</modelVersion>
11     <groupId>org.opendaylight.vpnservice</groupId>
12     <artifactId>arputil-api</artifactId>
13     <version>${vpnservices.version}</version>
14     <packaging>bundle</packaging>
15
16     <dependencies>
17             <dependency>
18                 <groupId>org.opendaylight.openflowplugin.model</groupId>
19                 <artifactId>model-flow-base</artifactId>
20                 <version>${openflowplugin.version}</version>
21             </dependency>
22         <dependency>
23                 <groupId>org.opendaylight.openflowplugin.model</groupId>
24                 <artifactId>model-flow-service</artifactId>
25                 <version>${openflowplugin.version}</version>
26         </dependency>
27                 <dependency>
28             <groupId>org.opendaylight.mdsal</groupId>
29             <artifactId>yang-binding</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.yangtools</groupId>
33             <artifactId>yang-common</artifactId>
34         </dependency>
35             <dependency>
36               <groupId>org.opendaylight.mdsal.model</groupId>
37               <artifactId>yang-ext</artifactId>
38             </dependency>
39             <dependency>
40               <groupId>org.opendaylight.mdsal.model</groupId>
41               <artifactId>ietf-inet-types-2013-07-15</artifactId>
42             </dependency>
43             <dependency>
44               <groupId>org.opendaylight.mdsal.model</groupId>
45               <artifactId>ietf-yang-types-20130715</artifactId>
46             </dependency>
47             <dependency>
48               <groupId>org.opendaylight.mdsal.model</groupId>
49               <artifactId>ietf-interfaces</artifactId>
50             </dependency>
51             <dependency>
52               <groupId>org.opendaylight.mdsal.model</groupId>
53               <artifactId>iana-if-type-2014-05-08</artifactId>
54             </dependency>
55     </dependencies>
56 </project>