SONARQUBE CONFIG
Some checks failed
Build and Push Quarkus Image / build-and-push (push) Failing after 2m48s

This commit is contained in:
2026-03-02 18:27:26 +01:00
parent 02eed41dce
commit 8456fd2eb7
2 changed files with 9 additions and 3 deletions

View File

@@ -90,6 +90,11 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jacoco</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>