Skip to content

Commit

Permalink
build: Add minio dependency in mod-licenses (#282) (ERM-3458)
Browse files Browse the repository at this point in the history
mod-licenses was missing minio dependencies (These are reflecting mod-agreements versions and backports may need other versions--to check)

ERM-3458
  • Loading branch information
EthanFreestone authored Dec 2, 2024
1 parent feae713 commit 02e54d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ dependencies {
// Is on runtime classpath via spring-boot-starter
runtimeOnly 'ch.qos.logback:logback-classic:1.2.13'

// Minio for file storage to S3 (reflects mod-agreements)
implementation "io.minio:minio:8.5.1"
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.10'

/* ---- Manually installed testing dependencies ---- */
implementation "org.grails:grails-gorm-testing-support:2.6.1"
implementation "org.grails:grails-web-testing-support:2.6.1"
Expand Down

0 comments on commit 02e54d6

Please sign in to comment.