blob: f4b5e4dd9f3208b3e534560da47ebd7c6517cff4 [file] [log] [blame]
<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">
<parent>
<artifactId>dubbo-remoting</artifactId>
<groupId>com.alibaba</groupId>
<version>2.5.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dubbo-remoting-netty4</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The netty4 remoting module of dubbo project</description>
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-remoting-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
</dependencies>
</project>