e2932fd43b96bf97e7a9602b2cafa348ee70b764
[openflowplugin.git] / features-aggregator / odl-openflowplugin-app-arbitratorreconciliation / 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     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>10.0.0</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-app-arbitratorreconciliation</artifactId>
13     <packaging>feature</packaging>
14     <version>0.15.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Application - Arbitrator Reconciliation</name>
17
18     <dependencies>
19         <!-- feature dependencies -->
20         <dependency>
21             <groupId>${project.groupId}</groupId>
22             <artifactId>odl-openflowplugin-southbound</artifactId>
23             <version>${project.version}</version>
24             <classifier>features</classifier>
25             <type>xml</type>
26         </dependency>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
30             <version>${project.version}</version>
31             <classifier>features</classifier>
32             <type>xml</type>
33         </dependency>
34
35         <dependency>
36             <groupId>org.opendaylight.openflowplugin.applications</groupId>
37             <artifactId>arbitratorreconciliation-impl</artifactId>
38             <version>${project.version}</version>
39         </dependency>
40     </dependencies>
41 </project>