fix(rules): Code quality

Fixed problem with dependency
This commit is contained in:
LQ63
2026-04-21 19:10:29 +02:00
committed by Janis
parent 204b0f04f5
commit 539a9ee147
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies {
implementation(project(":modules:api"))
implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}"))
implementation(platform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}"))
implementation("io.quarkus:quarkus-rest")
implementation("io.quarkus:quarkus-hibernate-orm")
implementation("io.quarkus:quarkus-rest-client-jackson")