浏览代码

spring-boot-maven-plugin版本指定

wangliang 2 年之前
父节点
当前提交
9b6c8fdd96
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      teachcloud-report/pom.xml
  2. 1 0
      teachcloud-task/pom.xml

+ 1 - 0
teachcloud-report/pom.xml

@@ -38,6 +38,7 @@
 			<plugin>
 			<plugin>
 				<groupId>org.springframework.boot</groupId>
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-maven-plugin</artifactId>
 				<artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.2</version>
 				<configuration>
 				<configuration>
 					<includeSystemScope>true</includeSystemScope>
 					<includeSystemScope>true</includeSystemScope>
 				</configuration>
 				</configuration>

+ 1 - 0
teachcloud-task/pom.xml

@@ -38,6 +38,7 @@
             <plugin>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.2</version>
                 <configuration>
                 <configuration>
                     <includeSystemScope>true</includeSystemScope>
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>
                 </configuration>