Bumping versions by 0.1.0 for next dev cycle
[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
17     <dependencies>
18         <!-- odl-netty -->
19         <dependency>
20             <groupId>io.netty</groupId>
21             <artifactId>netty-buffer</artifactId>
22         </dependency>
23         <dependency>
24             <groupId>io.netty</groupId>
25             <artifactId>netty-common</artifactId>
26         </dependency>
27         <dependency>
28             <groupId>io.netty</groupId>
29             <artifactId>netty-transport</artifactId>
30         </dependency>
31         <dependency>
32             <groupId>io.netty</groupId>
33             <artifactId>netty-codec</artifactId>
34         </dependency>
35         <dependency>
36             <groupId>io.netty</groupId>
37             <artifactId>netty-codec-http</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>io.netty</groupId>
41             <artifactId>netty-handler</artifactId>
42         </dependency>
43
44         <!-- odl-guava -->
45         <dependency>
46             <groupId>com.google.guava</groupId>
47             <artifactId>guava</artifactId>
48         </dependency>
49     </dependencies>
50 </project>