Modified maven dependencies to reduce build time and jar size of s3 (#3491)

This commit is contained in:
Nidhi 2021-03-11 14:58:07 +05:30 committed by GitHub
parent 9f63bfafd2
commit f017ef29d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,18 @@
<plugin.dependencies/>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.327</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
@ -47,8 +59,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.327</version>
<artifactId>aws-java-sdk-s3</artifactId>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>