summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-11-01 12:58:35 +0100
committerMatthias Andreas Benkard <>2020-11-01 12:58:35 +0100
commitba3e58c04e918723233dcc66996399eeeff24007 (patch)
treeece716b5ff12e77ee2eaf0163912ebe49077f0e0 /pom.xml
parent8ae23a7fa6202377f957919d763c618859cb0d74 (diff)
KB68 Implement newsletter sending.
Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d0c524e..ab3f5ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
+ <artifactId>quarkus-mailer</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc</artifactId>
</dependency>
<dependency>
@@ -158,6 +162,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
+ <artifactId>quarkus-scheduler</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>