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")