Commit 153c9493 authored by Alex Segers's avatar Alex Segers

[AFP-73] Install Spring Security Crypto for encryption on Manager#password [@asegers]

parent 9ed31a43
...@@ -49,6 +49,12 @@ ...@@ -49,6 +49,12 @@
<artifactId>javafaker</artifactId> <artifactId>javafaker</artifactId>
<version>1.0.2</version> <version>1.0.2</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-crypto -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.4.5</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment