Implemented bcrypt into the pom.xml

This commit is contained in:
Mathias Wagner 2024-02-15 16:41:13 +01:00
parent 33b9480294
commit 636ff60c30
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -142,6 +142,13 @@
<version>1.2.0</version> <version>1.2.0</version>
</dependency> </dependency>
<!-- Bcrypt -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.10.2</version>
</dependency>
</dependencies> </dependencies>
</project> </project>