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/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
7 <artifactId>openflowjava-parent</artifactId>
8 <version>0.19.0-SNAPSHOT</version>
9 <relativePath>../</relativePath>
11 <packaging>bundle</packaging>
12 <artifactId>openflowjava-util</artifactId>
13 <!-- <name> formatting is used by autorelease to parse and notify projects on
14 build failure. Please do not modify this unless you have a good reason. -->
15 <name>ODL :: openflowjava :: ${project.artifactId}</name>
19 <groupId>${project.groupId}</groupId>
20 <artifactId>openflow-protocol-api</artifactId>
23 <groupId>com.google.guava</groupId>
24 <artifactId>guava</artifactId>
27 <groupId>io.netty</groupId>
28 <artifactId>netty-buffer</artifactId>
31 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
32 <artifactId>rfc6991-ietf-inet-types</artifactId>
35 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
36 <artifactId>rfc6991-ietf-yang-types</artifactId>
39 <groupId>org.opendaylight.yangtools</groupId>
40 <artifactId>yang-common</artifactId>