File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 96
96
97
97
<dependency >
98
98
<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 >
100
106
<version >${amazonaws.version} </version >
101
107
<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 >
113
108
</dependency >
114
109
115
110
<!-- 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 19
19
<useProjectArtifact >true</useProjectArtifact >
20
20
<useTransitiveFiltering >true</useTransitiveFiltering >
21
21
<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 >
23
25
<include >commons-codec:commons-codec</include >
24
26
</includes >
25
27
</dependencySet >
You can’t perform that action at this time.
0 commit comments