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>
5 <groupId>org.opendaylight.openflowplugin</groupId>
6 <artifactId>openflowplugin-parent</artifactId>
7 <version>0.16.0-SNAPSHOT</version>
8 <relativePath>../../parent</relativePath>
11 <artifactId>sample-consumer</artifactId>
12 <packaging>bundle</packaging>
16 <groupId>org.opendaylight.openflowplugin.model</groupId>
17 <artifactId>model-flow-base</artifactId>
20 <groupId>org.opendaylight.openflowplugin.model</groupId>
21 <artifactId>model-flow-service</artifactId>
24 <groupId>org.opendaylight.openflowplugin.model</groupId>
25 <artifactId>model-inventory</artifactId>
28 <groupId>org.opendaylight.mdsal</groupId>
29 <artifactId>yang-binding</artifactId>