Bump upstreams
[openflowplugin.git] / extension / features-extension-aggregator / odl-openflowplugin-nxm-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" 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.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
13     <packaging>feature</packaging>
14     <version>0.18.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Nicira Extensions</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <!-- This project -->
21             <dependency>
22                 <groupId>org.opendaylight.openflowplugin</groupId>
23                 <artifactId>openflowplugin-artifacts</artifactId>
24                 <version>${project.version}</version>
25                 <scope>import</scope>
26                 <type>pom</type>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30
31     <dependencies>
32         <!-- feature dependencies -->
33         <dependency>
34             <groupId>org.opendaylight.openflowplugin</groupId>
35             <artifactId>odl-openflowplugin-southbound</artifactId>
36             <classifier>features</classifier>
37             <type>xml</type>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.openflowplugin</groupId>
41             <artifactId>openflowjava-extension-nicira-api</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.openflowplugin</groupId>
45             <artifactId>openflowjava-extension-nicira</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.openflowplugin</groupId>
49             <artifactId>openflowplugin-extension-nicira</artifactId>
50         </dependency>
51     </dependencies>
52
53 </project>