OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[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     <parent>
4         <artifactId>applications</artifactId>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <version>0.8.0-SNAPSHOT</version>
7     </parent>
8     <modelVersion>4.0.0</modelVersion>
9
10     <groupId>org.opendaylight.openflowplugin.applications</groupId>
11     <artifactId>device-ownership-service</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.opendaylight.mdsal</groupId>
17             <artifactId>mdsal-eos-binding-api</artifactId>
18         </dependency>
19     </dependencies>
20 </project>