Skip to content

Commit 02da4eb

Browse files
committed
chore: add smallrye-health
Signed-off-by: Matheus Cruz <[email protected]>
1 parent e15e559 commit 02da4eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

timeless-api/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
<artifactId>quarkus-scheduler</artifactId>
106106
</dependency>
107107
<!-- test dependencies -->
108+
<dependency>
109+
<groupId>io.quarkus</groupId>
110+
<artifactId>quarkus-smallrye-health</artifactId>
111+
</dependency>
108112
<dependency>
109113
<groupId>org.assertj</groupId>
110114
<artifactId>assertj-core</artifactId>
@@ -220,4 +224,4 @@
220224
</properties>
221225
</profile>
222226
</profiles>
223-
</project>
227+
</project>

0 commit comments

Comments
 (0)