Bump odlparent to 5.0.0
[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>applications</artifactId>
7         <version>0.9.0-SNAPSHOT</version>
8     </parent>
9     <groupId>org.opendaylight.openflowplugin.applications</groupId>
10     <artifactId>lldp-speaker</artifactId>
11     <packaging>bundle</packaging>
12     <dependencies>
13         <dependency>
14             <groupId>javax.annotation</groupId>
15             <artifactId>javax.annotation-api</artifactId>
16             <optional>true</optional>
17         </dependency>
18         <dependency>
19             <groupId>com.google.code.findbugs</groupId>
20             <artifactId>jsr305</artifactId>
21             <optional>true</optional>
22         </dependency>
23         <dependency>
24             <groupId>org.opendaylight.openflowplugin</groupId>
25             <artifactId>openflowplugin-api</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.mdsal</groupId>
29             <artifactId>mdsal-binding-api</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.controller.model</groupId>
33             <artifactId>model-inventory</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.openflowplugin.model</groupId>
37             <artifactId>model-flow-service</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.openflowplugin</groupId>
41             <artifactId>openflowplugin-common</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.openflowplugin.libraries</groupId>
45             <artifactId>liblldp</artifactId>
46             <version>${project.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.openflowplugin.applications</groupId>
50             <artifactId>topology-lldp-discovery</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.openflowplugin.applications</groupId>
54             <artifactId>device-ownership-service</artifactId>
55             <version>${project.version}</version>
56         </dependency>
57         <dependency>
58           <groupId>org.opendaylight.infrautils</groupId>
59           <artifactId>infrautils-util</artifactId>
60           <version>${infrautils.version}</version>
61         </dependency>
62     </dependencies>
63
64 </project>