mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-03 03:47:55 +08:00
[fix] change
This commit is contained in:
parent
2a0f58f0d1
commit
617e214bd9
10
pom.xml
10
pom.xml
@ -19,13 +19,13 @@
|
||||
|
||||
<modules>
|
||||
<!-- 云上服务组件 -->
|
||||
<module>wu-smart-agent-network-heartbeat-server</module>
|
||||
<module>wu-smart-agent-network-heartbeat-server-cluster</module>
|
||||
<module>wu-smart-agent-network-heartbeat-client</module>
|
||||
<module>wu-smart-agent-network-heartbeat-common</module>
|
||||
<module>wu-lazy-cloud-heartbeat-server</module>
|
||||
<module>wu-lazy-cloud-heartbeat-server-cluster</module>
|
||||
<module>wu-lazy-cloud-heartbeat-client</module>
|
||||
<module>wu-lazy-cloud-heartbeat-common</module>
|
||||
|
||||
<!-- 样例 -->
|
||||
<module>wu-smart-agent-network-heartbeat-start</module>
|
||||
<module>wu-lazy-cloud-heartbeat-start</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>wu-smart-agent-network-heartbeat-client</artifactId>
|
||||
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
|
||||
<description>云下心跳客户端</description>
|
||||
|
||||
<properties>
|
||||
@ -21,7 +21,7 @@
|
||||
<!-- 通用心跳包 -->
|
||||
<dependency>
|
||||
<groupId>top.wu2020</groupId>
|
||||
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
|
||||
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -9,7 +9,7 @@
|
||||
<version>1.2.6-JDK17-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
|
||||
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user