Bump versions by x.y.(z+1)
[openflowplugin.git] / applications / lldp-speaker / pom.xml
1 <?xml version="1.0"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.11.0-SNAPSHOT</version>
8         <relativePath>../../parent</relativePath>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <artifactId>lldp-speaker</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>javax.annotation</groupId>
18             <artifactId>javax.annotation-api</artifactId>
19             <optional>true</optional>
20         </dependency>
21         <dependency>
22             <groupId>org.opendaylight.openflowplugin</groupId>
23             <artifactId>openflowplugin-api</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.mdsal</groupId>
27             <artifactId>mdsal-binding-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.controller.model</groupId>
31             <artifactId>model-inventory</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin.model</groupId>
35             <artifactId>model-flow-service</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.openflowplugin</groupId>
39             <artifactId>openflowplugin-common</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.openflowplugin.libraries</groupId>
43             <artifactId>liblldp</artifactId>
44             <version>${project.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.openflowplugin.applications</groupId>
48             <artifactId>topology-lldp-discovery</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.openflowplugin.applications</groupId>
52             <artifactId>device-ownership-service</artifactId>
53             <version>${project.version}</version>
54         </dependency>
55         <dependency>
56           <groupId>org.opendaylight.infrautils</groupId>
57           <artifactId>infrautils-util</artifactId>
58         </dependency>
59     </dependencies>
60
61 </project>