Bump MRI projects
[openflowplugin.git] / extension / features-extension-aggregator / odl-openflowplugin-eric-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>7.0.6</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-eric-extensions</artifactId>
13     <packaging>feature</packaging>
14     <version>0.12.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Eric 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-eric</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.openflowplugin</groupId>
45             <artifactId>openflowplugin-extension-eric</artifactId>
46         </dependency>
47     </dependencies>
48
49 </project>