Merge "Fix SwitchIdleEvent echo request-reply xid"
[openflowplugin.git] / extension / features-extension-aggregator / odl-openflowplugin-onf-extensions / 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-onf-extensions</artifactId>
14     <packaging>feature</packaging>
15     <version>0.5.0-SNAPSHOT</version>
16
17     <name>OpenDaylight :: Openflow Plugin :: ONF Extensions</name>
18
19     <properties>
20         <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
21     </properties>
22
23     <dependencies>
24         <!-- feature dependencies -->
25         <dependency>
26             <groupId>org.opendaylight.openflowplugin</groupId>
27             <artifactId>odl-openflowplugin-southbound</artifactId>
28             <version>${project.version}</version>
29             <classifier>features</classifier>
30             <type>xml</type>
31         </dependency>
32
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin</groupId>
35             <artifactId>openflowplugin-extension-onf</artifactId>
36             <version>${project.version}</version>
37         </dependency>
38
39     </dependencies>
40
41
42 </project>