Skip to content

Commit

Permalink
--taskid=ID20230906
Browse files Browse the repository at this point in the history
补充测试用例
  • Loading branch information
xinluke committed Sep 6, 2023
1 parent b88cf80 commit fc66cab
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/test/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
</properties>

<dependencies>
<!--使用默认的内置变量-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down Expand Up @@ -68,7 +74,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
</dependency>

</dependencies>
<dependencyManagement>
<dependencies>
Expand All @@ -79,6 +84,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!--重复的导入-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down

0 comments on commit fc66cab

Please sign in to comment.