commit | fa22ac6bb6cde3ce6e48623413d35874d6d5bf6a | [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 22:42:46 2025 +0800 |
tree | 12b596a044bf7e9ac9cf5d7060f443820f122fc1 | |
parent | dec83fd1acec0820ed60d94ee6851ca5aea15592 [diff] [blame] |
添加了重生成token Change-Id: Ic014cdbba93729942ceface9354a487ff3f36ac9
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>