fix: add smallrye-health extension for pipeline health check
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -77,6 +77,12 @@
|
|||||||
<artifactId>quarkus-undertow</artifactId>
|
<artifactId>quarkus-undertow</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Health check endpoint (/q/health/live) -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.quarkus</groupId>
|
||||||
|
<artifactId>quarkus-smallrye-health</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- REST Client pour communiquer avec le serveur -->
|
<!-- REST Client pour communiquer avec le serveur -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.quarkus</groupId>
|
<groupId>io.quarkus</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user