We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15e559 commit 02da4ebCopy full SHA for 02da4eb
1 file changed
timeless-api/pom.xml
@@ -105,6 +105,10 @@
105
<artifactId>quarkus-scheduler</artifactId>
106
</dependency>
107
<!-- test dependencies -->
108
+ <dependency>
109
+ <groupId>io.quarkus</groupId>
110
+ <artifactId>quarkus-smallrye-health</artifactId>
111
+ </dependency>
112
<dependency>
113
<groupId>org.assertj</groupId>
114
<artifactId>assertj-core</artifactId>
@@ -220,4 +224,4 @@
220
224
</properties>
221
225
</profile>
222
226
</profiles>
223
-</project>
227
+</project>
0 commit comments