Bump versions by x.y.(z+1)
[openflowplugin.git] / openflowplugin-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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
5   <parent>
6     <groupId>org.opendaylight.openflowplugin</groupId>
7     <artifactId>openflowplugin-parent</artifactId>
8     <version>0.11.0-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <artifactId>openflowplugin-common</artifactId>
13   <packaging>bundle</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>javax.annotation</groupId>
18       <artifactId>javax.annotation-api</artifactId>
19       <optional>true</optional>
20     </dependency>
21     <dependency>
22       <groupId>com.google.guava</groupId>
23       <artifactId>guava</artifactId>
24     </dependency>
25     <dependency>
26         <groupId>org.opendaylight.mdsal</groupId>
27         <artifactId>mdsal-binding-api</artifactId>
28     </dependency>
29
30     <dependency>
31       <groupId>org.slf4j</groupId>
32       <artifactId>slf4j-log4j12</artifactId>
33       <scope>test</scope>
34     </dependency>
35   </dependencies>
36 </project>