1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/czk_1994-netty

Клонировать/Скачать
pom.xml 2.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
陈彰坤 Отправлено 27.12.2022 16:54 1b45570
<?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.czk</groupId>
<artifactId>netty</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>netty-springboot</module>
<module>netty-protostuff</module>
<module>netty-websocket</module>
<module>netty-springboot-elasticsearch</module>
<module>netty-sync</module>
<module>netty-heartBeat-reconnect</module>
<module>netty-cluster</module>
<module>netty-multiprotocol</module>
<module>netty-chunck</module>
<module>netty-traffic-shapping</module>
<module>netty-ssl</module>
<module>netty-transferFile</module>
<module>netty-rpc</module>
<module>netty-bullent-screen</module>
<module>netty-demo</module>
</modules>
<properties>
<netty_version>4.1.22.Final</netty_version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.22.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<!-- Log -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/czk_1994-netty.git
git@api.gitlife.ru:oschina-mirror/czk_1994-netty.git
oschina-mirror
czk_1994-netty
czk_1994-netty
master