client模块被根依赖
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
<artifactId>{{ .artifactId }}-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>{{ .groupId }}</groupId>
|
||||
<artifactId>{{ .artifactId }}-client</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<modules>
|
||||
<module>web</module>
|
||||
|
||||
Reference in New Issue
Block a user