更新 template/entrance/web/pom.xml

This commit is contained in:
2024-08-18 16:35:38 +08:00
parent ef9d2cf341
commit a616208ccf

View File

@@ -23,14 +23,17 @@
<dependency> <dependency>
<groupId>com.vs</groupId> <groupId>com.vs</groupId>
<artifactId>vs-mock-web</artifactId> <artifactId>vs-mock-web</artifactId>
<version>${vs.mock.spring}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.vs</groupId> <groupId>com.vs</groupId>
<artifactId>vs-debug-agent</artifactId> <artifactId>vs-debug-agent</artifactId>
<version>${vs.debug.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.vs</groupId> <groupId>com.vs</groupId>
<artifactId>vs-debug-plugin</artifactId> <artifactId>vs-debug-plugin</artifactId>
<version>${vs.debug.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>