diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-11-01 12:58:35 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <> | 2020-11-01 12:58:35 +0100 |
commit | ba3e58c04e918723233dcc66996399eeeff24007 (patch) | |
tree | ece716b5ff12e77ee2eaf0163912ebe49077f0e0 /pom.xml | |
parent | 8ae23a7fa6202377f957919d763c618859cb0d74 (diff) |
KB68 Implement newsletter sending.
Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |