mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 13:27: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>
|
<modules>
|
||||||
<!-- 云上服务组件 -->
|
<!-- 云上服务组件 -->
|
||||||
<module>wu-smart-agent-network-heartbeat-server</module>
|
<module>wu-lazy-cloud-heartbeat-server</module>
|
||||||
<module>wu-smart-agent-network-heartbeat-server-cluster</module>
|
<module>wu-lazy-cloud-heartbeat-server-cluster</module>
|
||||||
<module>wu-smart-agent-network-heartbeat-client</module>
|
<module>wu-lazy-cloud-heartbeat-client</module>
|
||||||
<module>wu-smart-agent-network-heartbeat-common</module>
|
<module>wu-lazy-cloud-heartbeat-common</module>
|
||||||
|
|
||||||
<!-- 样例 -->
|
<!-- 样例 -->
|
||||||
<module>wu-smart-agent-network-heartbeat-start</module>
|
<module>wu-lazy-cloud-heartbeat-start</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>wu-smart-agent-network-heartbeat-client</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
|
||||||
<description>云下心跳客户端</description>
|
<description>云下心跳客户端</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<!-- 通用心跳包 -->
|
<!-- 通用心跳包 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<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>
|
<version>1.2.6-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>wu-smart-agent-network-heartbeat-common</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<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