From 43dce52fc87404ef8ec3f315141d13a68cd25c11 Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Thu, 7 Nov 2024 20:23:00 +0300 Subject: [PATCH] EPMRPP-93641 expose common dependencies --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 333859c39..d17990342 100644 --- a/build.gradle +++ b/build.gradle @@ -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