Skip to content
Snippets Groups Projects
Commit a903ab69 authored by Eduard Moraru's avatar Eduard Moraru
Browse files

XWIKI-11801: ResetPassword feature is broken by password salting

- Fixed test instance setup
parent a82ef811
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-mail-send-storage</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment