test & prod profiles toegevoegd + refactoring

This commit is contained in:
2025-03-15 18:18:14 +01:00
parent acd957f0da
commit adfe4dcbc2
4 changed files with 12 additions and 6 deletions

View File

@@ -84,6 +84,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>