diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-26 11:11:24 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-26 11:11:24 +0100 |
commit | c27d1cb1398bd395112315f9c6cd57dcb16b517d (patch) | |
tree | d8a03730b3a29830d896fc3ed6cdc26a568d220e /pom.xml | |
parent | b428e5219a0933f346d2dca09783fea8c0f72694 (diff) |
Use embedded properties authentication in dev mode.
Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |