f192998bd50cd5a8813622887536da8d53a68851
[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" 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>13.0.11</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-flow-services</artifactId>
13     <packaging>feature</packaging>
14     <version>0.19.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Flow Services</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.opendaylight.openflowplugin</groupId>
21             <artifactId>odl-openflowplugin-app-config-pusher</artifactId>
22             <version>${project.version}</version>
23             <classifier>features</classifier>
24             <type>xml</type>
25         </dependency>
26         <dependency>
27             <groupId>org.opendaylight.openflowplugin</groupId>
28             <artifactId>odl-openflowplugin-app-topology</artifactId>
29             <version>${project.version}</version>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin</groupId>
35             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
36             <version>${project.version}</version>
37             <classifier>features</classifier>
38             <type>xml</type>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.openflowplugin</groupId>
42             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
43             <version>${project.version}</version>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.openflowplugin</groupId>
49             <artifactId>odl-openflowplugin-app-arbitratorreconciliation</artifactId>
50             <version>${project.version}</version>
51             <classifier>features</classifier>
52             <type>xml</type>
53         </dependency>
54     </dependencies>
55
56 </project>