Add Smallrye Health.

Change-Id: I2140960d6f7b716b81ec308a383e64b261f5bbdb
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>