添加依赖
This commit is contained in:
parent
842abaa6be
commit
ca52fed6cd
@ -10,6 +10,11 @@
|
||||
<artifactId>${rootArtifactId}-client</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${rootArtifactId}-service</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${rootArtifactId}-http-api</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user