commit | 3e8aabf154a242f18b56a04849cf1d473279ecdf | [log] [tgz] |
---|---|---|
author | 22301071 <22301071@bjtu.edu.cn> | Sat May 24 21:38:17 2025 +0800 |
committer | 22301071 <22301071@bjtu.edu.cn> | Sat May 24 21:38:17 2025 +0800 |
tree | 12b596a044bf7e9ac9cf5d7060f443820f122fc1 | |
parent | dec83fd1acec0820ed60d94ee6851ca5aea15592 [diff] [blame] |
添加了重生成token Change-Id: I82a372b10cabf1acea6014d8ce9f3b960ef5245a
diff --git a/pom.xml b/pom.xml index 9238ad6..39255c6 100644 --- a/pom.xml +++ b/pom.xml
@@ -100,6 +100,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-test</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>