Skip to content

Commit

Permalink
Added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood committed Aug 12, 2024
1 parent c92bafa commit 70d1454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/saturn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ dependencies {
testImplementation "org.testcontainers:postgresql:1.19.6"
testImplementation('com.github.stefanbirkner:system-rules:1.19.0') {
exclude group: 'junit', module:'junit-dep'

// dependencies for google llm api
implementation 'com.google.auth:google-auth-library-oauth2-http:1.23.0'
implementation("org.json:json:20240303")
}

constraints {
Expand Down

0 comments on commit 70d1454

Please sign in to comment.