部分pom问题

This commit is contained in:
clunt 2022-05-24 14:38:13 +08:00
parent 03cc3cd3be
commit 4b75257368
2 changed files with 12 additions and 0 deletions

View File

@ -91,6 +91,11 @@
<artifactId>ghy-custom</artifactId>
</dependency>
<dependency>
<groupId>com.ghy</groupId>
<artifactId>ghy-message</artifactId>
</dependency>
<dependency>
<groupId>com.ghy</groupId>
<artifactId>ghy-worker</artifactId>

View File

@ -310,6 +310,13 @@
<version>${ghy.version}</version>
</dependency>
<!-- 聊天工具-->
<dependency>
<groupId>com.ghy</groupId>
<artifactId>ghy-message</artifactId>
<version>${ghy.version}</version>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.ghy</groupId>