部分pom问题
This commit is contained in:
parent
03cc3cd3be
commit
4b75257368
|
|
@ -91,6 +91,11 @@
|
||||||
<artifactId>ghy-custom</artifactId>
|
<artifactId>ghy-custom</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.ghy</groupId>
|
||||||
|
<artifactId>ghy-message</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ghy</groupId>
|
<groupId>com.ghy</groupId>
|
||||||
<artifactId>ghy-worker</artifactId>
|
<artifactId>ghy-worker</artifactId>
|
||||||
|
|
|
||||||
7
pom.xml
7
pom.xml
|
|
@ -310,6 +310,13 @@
|
||||||
<version>${ghy.version}</version>
|
<version>${ghy.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 聊天工具-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.ghy</groupId>
|
||||||
|
<artifactId>ghy-message</artifactId>
|
||||||
|
<version>${ghy.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 通用工具-->
|
<!-- 通用工具-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ghy</groupId>
|
<groupId>com.ghy</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue