We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35a0f8 commit eaa7edcCopy full SHA for eaa7edc
hadoop-tools/hadoop-aws/pom.xml
@@ -512,6 +512,24 @@
512
<groupId>software.amazon.s3.accessgrants</groupId>
513
<artifactId>aws-s3-accessgrants-java-plugin</artifactId>
514
<version>2.0.0</version>
515
+ <exclusions>
516
+ <exclusion>
517
+ <groupId>software.amazon.awssdk</groupId>
518
+ <artifactId>*</artifactId>
519
+ </exclusion>
520
521
+ <groupId>com.github.ben-manes.caffeine</groupId>
522
523
524
525
+ <groupId>org.apache.logging.log4j</groupId>
526
527
528
529
+ <groupId>org.assertj</groupId>
530
531
532
+ </exclusions>
533
</dependency>
534
<dependency>
535
<groupId>org.assertj</groupId>
0 commit comments