add system-service-api dependency version field.

Solve the problem of compilation failure
This commit is contained in:
autorun 2020-07-24 22:12:13 +08:00
parent b209505f99
commit 305eed408c

View File

@ -21,6 +21,7 @@
<!-- 系统服务 --> <!-- 系统服务 -->
<groupId>cn.iocoder.mall</groupId> <groupId>cn.iocoder.mall</groupId>
<artifactId>system-service-api</artifactId> <artifactId>system-service-api</artifactId>
<version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>