POM FIX
Some checks failed
Build and Push Quarkus Image / build-and-push (push) Failing after 3m31s

This commit is contained in:
2026-03-02 21:08:34 +01:00
parent 19d58082c4
commit a64c42a4e1

View File

@@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<artifactId>quarkus-junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -107,7 +107,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-mockito</artifactId>
<artifactId>quarkus-junit-mockito</artifactId>
<scope>test</scope>
</dependency>
</dependencies>