添加依赖

This commit is contained in:
zhaoyong 2021-09-14 16:19:41 +08:00
parent 842abaa6be
commit ca52fed6cd

View File

@ -10,6 +10,11 @@
<artifactId>${rootArtifactId}-client</artifactId> <artifactId>${rootArtifactId}-client</artifactId>
<dependencies> <dependencies>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>${rootArtifactId}-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>${groupId}</groupId> <groupId>${groupId}</groupId>
<artifactId>${rootArtifactId}-http-api</artifactId> <artifactId>${rootArtifactId}-http-api</artifactId>