summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-10-30 10:18:46 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-10-30 10:18:46 +0100
commit7413c54b2c027139f60342a9b0029b858948a17c (patch)
treeb1c51b41f32efb44518169aabb82717e78191974
parent8563a3c03538600ae148b75debd31af16047e2d5 (diff)
Add Smallrye Health.
Change-Id: I2140960d6f7b716b81ec308a383e64b261f5bbdb
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6beda4a..b802f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
+ <artifactId>quarkus-smallrye-health</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-jwt</artifactId>
</dependency>
<dependency>