Merge "Upgrade commons-net 3.3 -> 3.4"
[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.7.0-SNAPSHOT</version>
11         <relativePath>../features-parent/pom.xml</relativePath>
12     </parent>
13
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>features-odlparent</artifactId>
16     <name>ODL :: odlparent :: ${project.artifactId}</name>
17
18     <dependencies>
19         <!-- odl-netty -->
20         <dependency>
21             <groupId>io.netty</groupId>
22             <artifactId>netty-buffer</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>io.netty</groupId>
26             <artifactId>netty-common</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>io.netty</groupId>
30             <artifactId>netty-transport</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>io.netty</groupId>
34             <artifactId>netty-codec</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>io.netty</groupId>
38             <artifactId>netty-codec-http</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>io.netty</groupId>
42             <artifactId>netty-handler</artifactId>
43         </dependency>
44
45         <!-- odl-guava -->
46         <dependency>
47             <groupId>com.google.guava</groupId>
48             <artifactId>guava</artifactId>
49         </dependency>
50
51         <!-- odl-lmax -->
52         <dependency>
53             <groupId>com.lmax</groupId>
54             <artifactId>disruptor</artifactId>
55         </dependency>
56     </dependencies>
57 </project>