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