Merge "OPNFLWPLUG-1062 Include additional LLDP fields in liblldp"
[openflowplugin.git] / applications / arbitratorreconciliation / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <parent>
4         <artifactId>applications</artifactId>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <version>0.9.0-SNAPSHOT</version>
7         <relativePath>../..</relativePath>
8     </parent>
9     <modelVersion>4.0.0</modelVersion>
10
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <artifactId>arbitratorreconciliation-api</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.openflowplugin</groupId>
18             <artifactId>openflowplugin-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.openflowplugin</groupId>
22             <artifactId>openflowplugin-extension-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.openflowplugin.applications</groupId>
26             <artifactId>reconciliation-framework</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29     </dependencies>
30 </project>