Add an upstream feature for Netty
[odlparent.git] / features-odlparent / 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     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>features-parent</artifactId>
10         <version>1.6.0-SNAPSHOT</version>
11     </parent>
12
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>features-odlparent</artifactId>
15
16     <dependencies>
17         <dependency>
18             <groupId>io.netty</groupId>
19             <artifactId>netty-buffer</artifactId>
20         </dependency>
21         <dependency>
22             <groupId>io.netty</groupId>
23             <artifactId>netty-common</artifactId>
24         </dependency>
25         <dependency>
26             <groupId>io.netty</groupId>
27             <artifactId>netty-transport</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>io.netty</groupId>
31             <artifactId>netty-codec</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>io.netty</groupId>
35             <artifactId>netty-handler</artifactId>
36         </dependency>
37     </dependencies>
38 </project>