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>
|
||||
</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 -->
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
|
||||
Reference in New Issue
Block a user