File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 9696
9797 <dependency >
9898 <groupId >com.amazonaws</groupId >
99- <artifactId >aws-java-sdk</artifactId >
99+ <artifactId >aws-java-sdk-ec2</artifactId >
100+ <version >${amazonaws.version} </version >
101+ <scope >compile</scope >
102+ </dependency >
103+ <dependency >
104+ <groupId >com.amazonaws</groupId >
105+ <artifactId >aws-java-sdk-s3</artifactId >
100106 <version >${amazonaws.version} </version >
101107 <scope >compile</scope >
102- <exclusions >
103- <!-- jackson is optional -->
104- <exclusion >
105- <groupId >org.codehaus.jackson</groupId >
106- <artifactId >jackson-core-asl</artifactId >
107- </exclusion >
108- <exclusion >
109- <groupId >org.codehaus.jackson</groupId >
110- <artifactId >jackson-mapper-asl</artifactId >
111- </exclusion >
112- </exclusions >
113108 </dependency >
114109
115110 <!-- We need to explicitly set the common codec version since aws-java-sdk pulls the wrong version -->
Original file line number Diff line number Diff line change 1919 <useProjectArtifact >true</useProjectArtifact >
2020 <useTransitiveFiltering >true</useTransitiveFiltering >
2121 <includes >
22- <include >com.amazonaws:aws-java-sdk</include >
22+ <include >com.amazonaws:aws-java-sdk-core</include >
23+ <include >com.amazonaws:aws-java-sdk-ec2</include >
24+ <include >com.amazonaws:aws-java-sdk-s3</include >
2325 <include >commons-codec:commons-codec</include >
2426 </includes >
2527 </dependencySet >
You can’t perform that action at this time.
0 commit comments