chore: 添加单元测试依赖

This commit is contained in:
haoxr
2023-02-17 18:52:31 +08:00
parent 6ebd4c6fc0
commit bc7e53b0d8

23
pom.xml
View File

@@ -6,9 +6,9 @@
<groupId>com.youlai</groupId>
<artifactId>youlai-boot</artifactId>
<version>1.2.0</version>
<name>有来权限管理系统(单体)</name>
<description>基于SpringBoot快速构建的后台权限管理系统</description>
<version>2.0.0</version>
<name>youlai-boot 单体权限管理应用</name>
<description>基于 SpringBoot3 快速构建的权限管理系统</description>
<parent>
<groupId>org.springframework.boot</groupId>
@@ -21,7 +21,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<hutool.version>5.7.21</hutool.version>
<hutool.version>5.8.12</hutool.version>
<mysql.version>8.0.19</mysql.version>
<druid.version>1.2.4</druid.version>
@@ -29,15 +29,13 @@
<knife4j.version>4.0.0</knife4j.version>
<spring.boot.version>2.7.6</spring.boot.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<mapstruct.version>1.5.2.Final</mapstruct.version>
<xxl-job.version>2.3.0</xxl-job.version>
<xxl-job.version>2.3.1</xxl-job.version>
<jjwt.version>0.11.5</jjwt.version>
<easyexcel.version>3.1.3</easyexcel.version>
<easyexcel.version>3.2.1</easyexcel.version>
<minio.version>8.3.7</minio.version>
<okhttp3.version>4.8.1</okhttp3.version>
@@ -68,6 +66,13 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>