fix: 修复编译错误

This commit is contained in:
2024-11-22 14:22:39 +08:00
parent c8c2892d9b
commit 1c672dd238
3 changed files with 2 additions and 16 deletions

View File

@@ -20,17 +20,6 @@
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
<version>{{ .version }}</version>
</dependency>
<dependency>
<groupId>com.vs</groupId>
<artifactId>vs-debug-agent</artifactId>
<version>${vs.debug.version}</version>
</dependency>
<dependency>
<groupId>com.vs</groupId>
<artifactId>vs-debug-plugin</artifactId>
<version>${vs.debug.version}</version>
</dependency>
</dependencies>
<build>