Skip to content

Commit

Permalink
Added dependency for json parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood committed Jun 17, 2024
1 parent 19e23f9 commit b537084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/saturn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit b537084

Please sign in to comment.