This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch CLOUDSTACK-10012 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 92725bc4dccd5ba7fe4c711ebb6375f9e9d13292 Author: Rohit Yadav <[email protected]> AuthorDate: Mon Oct 16 18:58:47 2017 +0530 reduce shaded jar size Signed-off-by: Rohit Yadav <[email protected]> --- pom.xml | 2 +- utils/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 69edc1a..5725017 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ </dependency> <dependency> <groupId>com.amazonaws</groupId> - <artifactId>aws-java-sdk</artifactId> + <artifactId>aws-java-sdk-s3</artifactId> <version>${cs.aws.sdk.version}</version> </dependency> <dependency> diff --git a/utils/pom.xml b/utils/pom.xml index 4537c78..483041e 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -94,7 +94,7 @@ </dependency> <dependency> <groupId>com.amazonaws</groupId> - <artifactId>aws-java-sdk</artifactId> + <artifactId>aws-java-sdk-s3</artifactId> </dependency> <dependency> <groupId>log4j</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
