代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yitianyigexiangfa.netty.go</groupId>
<artifactId>netty-go</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>netty-demo-1</module>
<module>netty-demo-2</module>
<module>netty-protocol</module>
<module>netty-design-pattern</module>
<module>netty-build-in-handler</module>
<module>netty-thread</module>
<module>netty-performance-test</module>
</modules>
<properties>
<!--<netty.version>4.0.23.Final</netty.version>-->
<netty.version>4.1.14.Final</netty.version>
<netty-transport-native-kqueue.version>4.1.16.Final</netty-transport-native-kqueue.version>
<netty-transpoert-native-native-epool.version>5.0.0.Alpha2</netty-transpoert-native-native-epool.version>
<mac.classfier>linux-x86_64</mac.classfier>
<linux.classfier>osx-x86_64</linux.classfier>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>${netty-transport-native-kqueue.version}</version>
<classifier>osx-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty-transpoert-native-native-epool.version}</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
</dependencyManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。