67a750e42b9813f41cfcdc27e63ed539e89921bc
[openflowjava.git] / features / odl-openflowjava-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6     <modelVersion>4.0.0</modelVersion>
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>single-feature-parent</artifactId>
10         <version>1.8.0-SNAPSHOT</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.openflowjava</groupId>
15     <artifactId>odl-openflowjava-all</artifactId>
16     <version>0.9.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
18
19     <name>OpenDaylight :: Openflow Java :: All</name>
20
21     <dependencies>
22         <dependency>
23             <groupId>org.opendaylight.openflowjava</groupId>
24             <artifactId>odl-openflowjava-protocol</artifactId>
25             <version>${project.version}</version>
26             <type>xml</type>
27             <classifier>features</classifier>
28         </dependency>
29     </dependencies>
30
31 </project>