fix: 添加Jar

This commit is contained in:
2024-11-22 18:02:39 +08:00
parent 1c672dd238
commit dd44595387
5 changed files with 28 additions and 13 deletions

View File

@@ -20,6 +20,21 @@
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
<version>{{ .version }}</version>
</dependency>
<dependency>
<groupId>com.vs</groupId>
<artifactId>vs-mock-web</artifactId>
<version>${vs.mock.spring}</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>