Bump versions by x.(y+1).z
[openflowplugin.git] / applications / device-ownership-service / 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     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.15.0-SNAPSHOT</version>
8         <relativePath>../../parent</relativePath>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <artifactId>device-ownership-service</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.mdsal</groupId>
18             <artifactId>mdsal-eos-binding-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>com.guicedee.services</groupId>
22             <artifactId>javax.inject</artifactId>
23             <optional>true</optional>
24         </dependency>
25         <dependency>
26             <groupId>javax.annotation</groupId>
27             <artifactId>javax.annotation-api</artifactId>
28             <optional>true</optional>
29         </dependency>
30     </dependencies>
31 </project>