#调整对外部common模块的依赖
This commit is contained in:
@@ -11,11 +11,6 @@
|
||||
<artifactId>{{ .artifactId }}-persist</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>{{ .groupId }}</groupId>
|
||||
<artifactId>{{ .parentArtifactId }}-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>{{ .groupId }}</groupId>
|
||||
<artifactId>{{ .artifactId }}-common</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user