This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 74a7a48ae6d963aecd38c476c93d33875f6acf44 Author: Benoit Tellier <[email protected]> AuthorDate: Thu May 30 16:57:14 2019 +0700 JAMES-2671 Avoid pulling the entire AWS SDK Only S3 SDK is required by the blob store --- server/blob/blob-objectstorage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/blob/blob-objectstorage/pom.xml b/server/blob/blob-objectstorage/pom.xml index c1bbf81..b9975bb 100644 --- a/server/blob/blob-objectstorage/pom.xml +++ b/server/blob/blob-objectstorage/pom.xml @@ -68,7 +68,7 @@ </dependency> <dependency> <groupId>com.amazonaws</groupId> - <artifactId>aws-java-sdk</artifactId> + <artifactId>aws-java-sdk-s3</artifactId> <version>1.11.532</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
