Skip to content

Commit 820b24e

Browse files
committed
Add include and ignore directives
1 parent 7aa0e84 commit 820b24e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bundle-sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
<include>software.amazon.awssdk:*</include>
290290
<include>software.amazon:*</include>
291291
<include>software.amazon.s3.accessgrants:*</include>
292+
<include>software.amazon.lakeformation.plugin.accessgrants:*</include>
292293
<include>com.github.ben-manes.caffeine:caffeine</include>
293294
<include>com.google.errorprone:error_prone_annotations</include>
294295
<inlcude>org.checkerframework:checker-qual</inlcude>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
<ignoredUnusedDeclaredDependency>software.amazon.awssdk:http-auth</ignoredUnusedDeclaredDependency>
549549
<!-- Ignoring any unused declared dependency warnings for access grants plugin across the bundle -->
550550
<ignoredUnusedDeclaredDependency>software.amazon.s3.accessgrants:*</ignoredUnusedDeclaredDependency>
551+
<ignoredUnusedDeclaredDependency>software.amazon.lakeformation.plugin.accessgrants:*</ignoredUnusedDeclaredDependency>
551552
</ignoredUnusedDeclaredDependencies>
552553
</configuration>
553554
</plugin>

0 commit comments

Comments
 (0)