summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-01-26 11:11:24 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-01-26 11:11:24 +0100
commitc27d1cb1398bd395112315f9c6cd57dcb16b517d (patch)
treed8a03730b3a29830d896fc3ed6cdc26a568d220e /pom.xml
parentb428e5219a0933f346d2dca09783fea8c0f72694 (diff)
Use embedded properties authentication in dev mode.
Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
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 77eb2cc..0f26d3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
+ <artifactId>quarkus-elytron-security-properties-file</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>
<dependency>