From b537084669c412d601d4442639934beadcf35f8f Mon Sep 17 00:00:00 2001 From: Frank <29271979+FrankyHollywood@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:50:16 +0200 Subject: [PATCH] Added dependency for json parsing --- projects/saturn/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/saturn/build.gradle b/projects/saturn/build.gradle index 48da038d6..ccb9c187a 100644 --- a/projects/saturn/build.gradle +++ b/projects/saturn/build.gradle @@ -69,6 +69,8 @@ dependencies { implementation "org.postgresql:postgresql:${postgresqlVersion}" implementation "com.zaxxer:HikariCP:5.1.0" + implementation("org.json:json:20240303") + // LLM is customer specific. By default the jar will be a demo implementation, overwrite it with customer specific implementation implementation files("libs/nl-hyve-fairspace-demo-v2.4.jar")