微服务jar包瘦身配置:补充system、infra模块对mq模块的引用

This commit is contained in:
gaoqr
2024-09-23 16:48:56 +08:00
parent 41a8ed5558
commit 21d55efd4c
2 changed files with 8 additions and 0 deletions
@@ -228,6 +228,10 @@
<groupId>com.cf.imes</groupId> <groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-websocket</artifactId> <artifactId>cf-spring-boot-starter-websocket</artifactId>
</include> </include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-mq</artifactId>
</include>
</includes> </includes>
</configuration> </configuration>
<executions> <executions>
@@ -304,6 +304,10 @@
<groupId>com.cf.imes</groupId> <groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-web</artifactId> <artifactId>cf-spring-boot-starter-web</artifactId>
</include> </include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-mq</artifactId>
</include>
</includes> </includes>
</configuration> </configuration>
<executions> <executions>