a5a28e6def2441dc0740abb3d5c1a60a0d184d65
[openflowjava.git] / features / features4-openflowjava / 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>feature-repo-parent</artifactId>
7     <version>1.8.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.openflowjava</groupId>
12   <artifactId>features4-openflowjava</artifactId>
13   <version>0.9.0-SNAPSHOT</version>
14   <packaging>feature</packaging>
15
16   <dependencies>
17     <dependency>
18       <groupId>${project.groupId}</groupId>
19       <artifactId>odl-openflowjava-all</artifactId>
20       <version>${project.version}</version>
21       <type>xml</type>
22       <classifier>features</classifier>
23     </dependency>
24     <dependency>
25       <groupId>${project.groupId}</groupId>
26       <artifactId>odl-openflowjava-protocol</artifactId>
27       <version>${project.version}</version>
28       <type>xml</type>
29       <classifier>features</classifier>
30     </dependency>
31   </dependencies>
32
33 </project>