feature(dependencies): 增加依赖模块

增加一个依赖模块,统一项目使用的主要 jar 依赖版本,但又不写在父项目里,防止加入一些非服务模块,比如启动命令行
This commit is contained in:
2023-05-17 13:00:48 +08:00
parent 29469c08ce
commit ceed44d43a
18 changed files with 160 additions and 97 deletions

View File

@@ -12,6 +12,11 @@
<artifactId>service-info-query</artifactId>
<dependencies>
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>service-dependencies</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>service-configuration</artifactId>