add test for password recovery

This commit is contained in:
Athou
2023-12-21 22:15:39 +01:00
parent 5541cc9fbe
commit 3714bfaccc
4 changed files with 53 additions and 1 deletions

View File

@@ -452,6 +452,12 @@
<version>5.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-junit5</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<!-- dropwizard pulls bouncycastle 1.76 but mockserver pulls 1.72, causing NoSuchFieldError on BCObjectIdentifiers.sphincsPlus_shake_256 -->
<dependency>
<groupId>org.bouncycastle</groupId>