better workaround for cookie max-age

This commit is contained in:
Athou
2024-08-19 14:31:12 +02:00
parent 181dd24b57
commit ece55727d3
3 changed files with 38 additions and 90 deletions

View File

@@ -248,6 +248,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security</artifactId>