Merge "OFPGC_ADD_OR_MOD support in openflowplugin"
[openflowplugin.git] / features-aggregator / odl-openflowplugin-flow-services / 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-flow-services</artifactId>
14     <packaging>feature</packaging>
15     <version>0.6.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: Flow Services</name>
18
19     <dependencies>
20         <dependency>
21             <groupId>org.opendaylight.openflowplugin</groupId>
22             <artifactId>odl-openflowplugin-app-config-pusher</artifactId>
23             <version>${project.version}</version>
24             <classifier>features</classifier>
25             <type>xml</type>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.openflowplugin</groupId>
29             <artifactId>odl-openflowplugin-app-topology</artifactId>
30             <version>${project.version}</version>
31             <classifier>features</classifier>
32             <type>xml</type>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.openflowplugin</groupId>
36             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
37             <version>${project.version}</version>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.openflowplugin</groupId>
43             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
44             <version>${project.version}</version>
45             <classifier>features</classifier>
46             <type>xml</type>
47         </dependency>
48     </dependencies>
49
50 </project>