更新 template/entrance/pom.xml
This commit is contained in:
@@ -14,6 +14,11 @@
|
|||||||
<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>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<modules>
|
<modules>
|
||||||
<module>job</module>
|
<module>job</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user