更新 template/entrance/web/pom.xml

This commit is contained in:
ycl
2025-10-14 15:55:04 +08:00
parent 8ba417fe68
commit da756a54af

View File

@@ -11,14 +11,5 @@
<artifactId>{{ .artifactId }}-entrance-web</artifactId>
<dependencies>
<dependency>
<groupId>com.toco</groupId>
<artifactId>vs-sqlmapper-spring</artifactId>
</dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
<version>{{ .version }}</version>
</dependency>
</dependencies>
</project>