9db59434daf2450ac2dffc61a0ecdd16fcbb585b
[openflowjava.git] / openflow-protocol-impl / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         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.openflow</groupId>
6                 <artifactId>openflow-protocol-parent</artifactId>
7                 <version>0.1-SNAPSHOT</version>
8         </parent>
9         <artifactId>openflow-protocol-impl</artifactId>
10         <name>Openflow Protocol Library - Implementation</name>
11
12
13         <dependencies>
14                 <dependency>
15                         <groupId>org.opendaylight.openflow</groupId>
16                         <artifactId>openflow-protocol-api</artifactId>
17                         <version>${project.version}</version>
18                 </dependency>
19                 <dependency>
20                         <groupId>org.opendaylight.openflow</groupId>
21                         <artifactId>openflow-protocol-spi</artifactId>
22                         <version>${project.version}</version>
23                 </dependency>
24                 <dependency>
25                         <!-- TODO: Pick netty-* dependencies which are required, leave all optional -->
26                         <groupId>io.netty</groupId>
27                         <artifactId>netty-all</artifactId>
28                         <version>4.0.4.Final</version>
29                 </dependency>
30         </dependencies>
31 </project>