Migrate to odlparent 1.9.0
[openflowplugin.git] / features-he-aggregator / odl-openflowplugin-flow-services-he / 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>1.9.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>odl-openflowplugin-flow-services-he</artifactId>
14     <packaging>feature</packaging>
15     <version>0.5.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: Flow Services</name>
18
19     <dependencies>
20         <!-- feature dependencies -->
21         <dependency>
22             <groupId>org.opendaylight.openflowplugin</groupId>
23             <artifactId>odl-openflowplugin-southbound-he</artifactId>
24             <version>${project.version}</version>
25             <classifier>features</classifier>
26             <type>xml</type>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.openflowplugin</groupId>
30             <artifactId>odl-openflowplugin-app-config-pusher-he</artifactId>
31             <version>${project.version}</version>
32             <classifier>features</classifier>
33             <type>xml</type>
34         </dependency>
35         <dependency>
36             <groupId>org.opendaylight.openflowplugin</groupId>
37             <artifactId>odl-openflowplugin-app-lldp-speaker-he</artifactId>
38             <version>${project.version}</version>
39             <classifier>features</classifier>
40             <type>xml</type>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.openflowplugin</groupId>
44             <artifactId>odl-openflowplugin-nsf-services-he</artifactId>
45             <version>${project.version}</version>
46             <classifier>features</classifier>
47             <type>xml</type>
48         </dependency>
49     </dependencies>
50 </project>