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