Bump versions by x.(y+1).z
[openflowplugin.git] / extension / openflowjava-extension-eric / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.openflowplugin</groupId>
7         <artifactId>openflowplugin-parent</artifactId>
8         <version>0.15.0-SNAPSHOT</version>
9         <relativePath>../../parent</relativePath>
10     </parent>
11     <artifactId>openflowjava-extension-eric</artifactId>
12     <packaging>bundle</packaging>
13
14     <properties>
15         <!-- FIXME: Remove this -->
16         <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
17     </properties>
18
19     <dependencies>
20         <dependency>
21             <groupId>${project.groupId}.openflowjava</groupId>
22             <artifactId>openflow-protocol-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>${project.groupId}.openflowjava</groupId>
26             <artifactId>openflow-protocol-spi</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>io.netty</groupId>
30             <artifactId>netty-buffer</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.yangtools</groupId>
34             <artifactId>yang-common-netty</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.slf4j</groupId>
38             <artifactId>slf4j-log4j12</artifactId>
39             <scope>test</scope>
40         </dependency>
41     </dependencies>
42 </project>