去除TEST依赖,证书生成时间问题

This commit is contained in:
M0914
2025-09-12 10:14:59 +08:00
parent cd4f13190f
commit 7777115c17
4 changed files with 20 additions and 77 deletions
-14
View File
@@ -95,13 +95,6 @@
<artifactId>jansi</artifactId>
<version>2.4.0</version>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<!-- 构建配置 -->
@@ -142,13 +135,6 @@
</execution>
</executions>
</plugin>
<!-- Maven测试插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
</plugins>
</build>
</project>