Skip to content

Commit eaa7edc

Browse files
committed
[S3AG] resolve dependency
1 parent a35a0f8 commit eaa7edc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

hadoop-tools/hadoop-aws/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,24 @@
512512
<groupId>software.amazon.s3.accessgrants</groupId>
513513
<artifactId>aws-s3-accessgrants-java-plugin</artifactId>
514514
<version>2.0.0</version>
515+
<exclusions>
516+
<exclusion>
517+
<groupId>software.amazon.awssdk</groupId>
518+
<artifactId>*</artifactId>
519+
</exclusion>
520+
<exclusion>
521+
<groupId>com.github.ben-manes.caffeine</groupId>
522+
<artifactId>*</artifactId>
523+
</exclusion>
524+
<exclusion>
525+
<groupId>org.apache.logging.log4j</groupId>
526+
<artifactId>*</artifactId>
527+
</exclusion>
528+
<exclusion>
529+
<groupId>org.assertj</groupId>
530+
<artifactId>*</artifactId>
531+
</exclusion>
532+
</exclusions>
515533
</dependency>
516534
<dependency>
517535
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)