diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-06-28 20:56:50 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-07-04 18:38:53 +0200 |
commit | 2f931dece84c0f3f974cbf0d8863046b9268277d (patch) | |
tree | 3a03d9259a701992c2def8a4dc466de08aa33e5c /pom.xml | |
parent | a50ac8daab5f90dbf329446cc20c9e9458f24402 (diff) |
KB66 Add editor role.
Change-Id: Ibcf94b6532ccb1602bf169ffb434b75557767598
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -125,6 +125,10 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> + <artifactId>quarkus-cache</artifactId> + </dependency> + <dependency> + <groupId>io.quarkus</groupId> <artifactId>quarkus-elytron-security-properties-file</artifactId> </dependency> <dependency> |