mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
70 lines
2.5 KiB
XML
70 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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>
|
|
<parent>
|
|
<groupId>top.wu2020</groupId>
|
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
|
<version>1.3.6-JDK24</version>
|
|
</parent>
|
|
|
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
|
<description>wlcn项目通用模块</description>
|
|
|
|
<name>wlcn项目通用模块</name>
|
|
<url>https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network</url>
|
|
<!-->开发者的信息<-->
|
|
<developers>
|
|
<developer>
|
|
<name>Jia Wei Wu</name>
|
|
<email>1207537021@qq.com</email>
|
|
</developer>
|
|
</developers>
|
|
<licenses>
|
|
<license>
|
|
<name>Apache License, Version 2.0</name>
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<!-->项目的版本管理地址<-->
|
|
<scm>
|
|
<url>https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network</url>
|
|
</scm>
|
|
<properties>
|
|
<maven.compiler.source>24</maven.compiler.source>
|
|
<maven.compiler.target>24</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>io.netty</groupId>
|
|
<artifactId>netty-all</artifactId>
|
|
<version>4.1.122.Final</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.wu2020</groupId>
|
|
<artifactId>wu-framework-web</artifactId>
|
|
<version>${wu-framework-web.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot</artifactId>
|
|
<version>${spring-boot-starter.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>top.wu2020</groupId>
|
|
<artifactId>wu-framework-queue</artifactId>
|
|
<version>1.3.6-JDK24</version>
|
|
</dependency>
|
|
<!-- log -->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>top.wu2020</groupId>-->
|
|
<!-- <artifactId>wu-framework-log-spring-starter</artifactId>-->
|
|
<!-- <version>1.3.6-JDK24</version>-->
|
|
<!-- </dependency>-->
|
|
|
|
</dependencies>
|
|
|
|
</project> |