summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-06-28 20:56:50 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-07-04 18:38:53 +0200
commit2f931dece84c0f3f974cbf0d8863046b9268277d (patch)
tree3a03d9259a701992c2def8a4dc466de08aa33e5c /pom.xml
parenta50ac8daab5f90dbf329446cc20c9e9458f24402 (diff)
KB66 Add editor role.
Change-Id: Ibcf94b6532ccb1602bf169ffb434b75557767598
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f096d58..8e8c707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>