Merge "Remove deprecated EOS services"
[openflowplugin.git] / features-aggregator / odl-openflowplugin-app-forwardingrules-manager / 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     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>3.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
14     <packaging>feature</packaging>
15     <version>0.6.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: Application - FRM</name>
18
19     <dependencies>
20         <!-- feature dependencies -->
21         <dependency>
22             <groupId>${project.groupId}</groupId>
23             <artifactId>odl-openflowplugin-southbound</artifactId>
24             <version>${project.version}</version>
25             <classifier>features</classifier>
26             <type>xml</type>
27         </dependency>
28
29         <dependency>
30             <groupId>org.opendaylight.openflowplugin.applications</groupId>
31             <artifactId>forwardingrules-manager</artifactId>
32             <version>${project.version}</version>
33         </dependency>
34
35     </dependencies>
36
37 </project>