feat: Add Dockerfiles and configuration for Quarkus application

This commit is contained in:
2026-04-18 15:26:13 +02:00
committed by LQ63
parent 1401297e7f
commit b706c65a0a
3 changed files with 8 additions and 2 deletions
-2
View File
@@ -68,7 +68,6 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-scala_3:${versions["JACKSON_SCALA"]!!}")
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.scalatest:scalatest_3:${versions["SCALATEST"]!!}")
@@ -116,4 +115,3 @@ tasks.reportScoverage {
tasks.jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}