Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / arputil / arputil-impl / 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.3.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-impl</artifactId>
13     <version>${vpnservices.version}</version>
14     <packaging>bundle</packaging>
15     <properties>
16     </properties>
17     <dependencies>
18         <dependency>
19           <groupId>${project.groupId}</groupId>
20           <artifactId>interfacemgr-api</artifactId>
21           <version>${project.version}</version>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.controller</groupId>
25             <artifactId>sal-binding-api</artifactId>
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>${project.groupId}</groupId>
37             <artifactId>mdsalutil-api</artifactId>
38             <version>${vpnservices.version}</version>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.mdsal.model</groupId>
42             <artifactId>yang-ext</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.controller</groupId>
46             <artifactId>liblldp</artifactId>
47             <version>${liblldp.version}</version>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.mdsal.model</groupId>
51             <artifactId>ietf-inet-types</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>arputil-api</artifactId>
56             <version>${project.version}</version>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.mdsal.model</groupId>
60             <artifactId>ietf-yang-types</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.mdsal.model</groupId>
64             <artifactId>ietf-interfaces</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.mdsal.model</groupId>
68             <artifactId>iana-if-type-2014-05-08</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.openflowplugin.model</groupId>
72             <artifactId>model-flow-base</artifactId>
73             <version>${openflowplugin.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin.model</groupId>
77             <artifactId>model-flow-service</artifactId>
78             <version>${openflowplugin.version}</version>
79         </dependency>
80        <dependency>
81          <groupId>org.opendaylight.controller</groupId>
82          <artifactId>sal-binding-broker-impl</artifactId>
83          <scope>test</scope>
84        </dependency>
85        <dependency>
86          <groupId>org.opendaylight.controller</groupId>
87          <artifactId>sal-binding-broker-impl</artifactId>
88          <version>${mdsal.version}</version>
89          <scope>test</scope>
90          <type>test-jar</type>
91        </dependency>
92     </dependencies>
93
94 </project>