File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 45
45
<groupId >org.locationtech.proj4j</groupId >
46
46
<artifactId >proj4j</artifactId >
47
47
</dependency >
48
+ <dependency >
49
+ <groupId >software.amazon.awssdk</groupId >
50
+ <artifactId >s3</artifactId >
51
+ </dependency >
48
52
</dependencies >
49
53
</project >
Original file line number Diff line number Diff line change @@ -288,6 +288,12 @@ limitations under the License.
288
288
<groupId >org.apache.hadoop</groupId >
289
289
<artifactId >hadoop-aws</artifactId >
290
290
<version >${version.lib.hadoop} </version >
291
+ <exclusions >
292
+ <exclusion >
293
+ <groupId >software.amazon.awssdk</groupId >
294
+ <artifactId >bundle</artifactId >
295
+ </exclusion >
296
+ </exclusions >
291
297
</dependency >
292
298
<dependency >
293
299
<groupId >org.apache.hadoop</groupId >
You can’t perform that action at this time.
0 commit comments