Update CI/CD
Some checks failed
Maven build / build (push) Failing after 10s

This commit is contained in:
Guillaume Dugas
2026-02-18 10:24:22 +01:00
parent def2e4140f
commit 9c4e1da9b4
3 changed files with 26 additions and 5 deletions

View File

@@ -20,6 +20,12 @@
<groupId>fr.codeanddata.semrack</groupId>
<artifactId>semrack-core</artifactId>
</dependency>
<dependency>
<groupId>fr.codeanddata.semrack</groupId>
<artifactId>semrack-core-deployment</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>