Forgot to add deps

This commit is contained in:
2026-04-03 16:25:46 +02:00
parent 87536f5a55
commit 42e6d3dde8

View File

@@ -11,6 +11,7 @@ repositories {
dependencies {
implementation("org.jfree:jfreechart:1.5.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")