更新 template/entrance/web/pom.xml

This commit is contained in:
ycl
2025-10-14 18:14:12 +08:00
parent 22968ccd51
commit f6f32e694b

View File

@@ -5,11 +5,10 @@
<parent>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-entrance</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</parent>
<artifactId>{{ .artifactId }}-entrance-web</artifactId>
<version>{{ .version }}</version>
<packaging>jar</packaging>
<dependencies>