deployment: remove unneeded dependencies

This commit is contained in:
Oliver
2025-03-15 15:05:02 +01:00
parent b8b3902de1
commit 8c773581e4

View File

@@ -26,10 +26,6 @@ dependencies {
implementation("de.oliver.FancyAnalytics:java-sdk:0.0.2")
implementation("de.oliver.FancyAnalytics:logger:0.0.6")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
testImplementation("com.google.code.gson:gson:2.11.0")
}
tasks {