summaryrefslogtreecommitdiff
path: root/build.gradle
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 /build.gradle
parentb428e5219a0933f346d2dca09783fea8c0f72694 (diff)
Use embedded properties authentication in dev mode.
Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index be8438d..f0b037c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,7 @@ dependencies {
implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")
implementation 'io.quarkus:quarkus-agroal'
+ implementation 'io.quarkus:quarkus-elytron-security-properties-file'
implementation 'io.quarkus:quarkus-flyway'
implementation 'io.quarkus:quarkus-hibernate-orm-panache'
implementation 'io.quarkus:quarkus-hibernate-validator'