浏览代码

bugfix:maven-surefire-plugin 暂时无法通过 bom 的依赖读取(兼容老版本 IDEA 2024 及以前版本)

YunaiV 1 年之前
父节点
当前提交
af2a0c22cb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      yudao-server/pom.xml

+ 1 - 0
yudao-server/pom.xml

@@ -138,6 +138,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring.boot.version}</version>
                 <executions>
                     <execution>
                         <goals>