Skip to content

Commit 5b004b9

Browse files
authored
Add quarkus-smallrye-health dep (#99)
1 parent 7344a73 commit 5b004b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<groupId>io.quarkus</groupId>
8282
<artifactId>quarkus-resteasy-jackson</artifactId>
8383
</dependency>
84+
<dependency>
85+
<groupId>io.quarkus</groupId>
86+
<artifactId>quarkus-smallrye-health</artifactId>
87+
</dependency>
8488
<dependency>
8589
<groupId>io.quarkus</groupId>
8690
<artifactId>quarkus-junit5</artifactId>

0 commit comments

Comments
 (0)