Skip to content

Commit

Permalink
EPMRPP-93641 expose common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Nov 7, 2024
1 parent 02062c7 commit 43dce52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ dependencies {
implementation 'org.flywaydb:flyway-core:10.15.2'
implementation 'org.flywaydb:flyway-database-postgresql:10.20.0'

api "org.apache.jclouds.api:s3:${jcloudsVersion}"
api "org.apache.jclouds.provider:aws-s3:${jcloudsVersion}"
api "org.apache.jclouds.api:filesystem:${jcloudsVersion}"
implementation "org.apache.jclouds.api:s3:${jcloudsVersion}"
implementation "org.apache.jclouds.provider:aws-s3:${jcloudsVersion}"
implementation "org.apache.jclouds.api:filesystem:${jcloudsVersion}"
api 'com.google.guava:guava:33.2.1-jre'

// add lombok support
Expand Down

0 comments on commit 43dce52

Please sign in to comment.