File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 5656 <version >${awsjavasdk.version} </version >
5757 <optional >true</optional >
5858 </dependency >
59+ <dependency >
60+ <groupId >software.amazon.s3.accessgrants</groupId >
61+ <artifactId >aws-s3-accessgrants-java-plugin</artifactId >
62+ <version >${s3accessgrants.version} </version >
63+ </dependency >
5964 </dependencies >
6065
6166 <build >
7681 <include >commons-codec:commons-codec</include >
7782 <include >software.amazon.awssdk:*</include >
7883 <include >software.amazon:*</include >
84+ <include >software.amazon.s3.accessgrants:*</include >
85+ <inlcude >com.github.ben-manes.caffeine:*</inlcude >
7986 <include >commons-logging:*</include >
8087 </includes >
8188 </artifactSet >
113120 </plugin >
114121 </plugins >
115122 </pluginManagement >
123+
116124 </build >
117125
118126 <profiles >
Original file line number Diff line number Diff line change 177177 <!-- Reactive Streams version -->
178178 <reactive-streams .version>1.0.4</reactive-streams .version>
179179
180+ <!-- S3 Access Grants plugin version -->
181+ <s3accessgrants .version>2.0.1</s3accessgrants .version>
182+
180183 <skip .unit.tests>${skipTests} </skip .unit.tests>
181184 <integTestSourceDirectory >${project.basedir}/src/it/java</integTestSourceDirectory >
182185 <javadoc .resourcesDir>${session.executionRootDirectory} </javadoc .resourcesDir>
534537 old interfaces, but that should become a test scoped dependency in modules where needed.
535538 And the line below removed. -->
536539 <ignoredUnusedDeclaredDependency >software.amazon.awssdk:auth</ignoredUnusedDeclaredDependency >
540+
541+ <!-- Ignoring any unused declared dependency warnings for access grants plugin across the bundle -->
542+ <ignoredUnusedDeclaredDependency >software.amazon.s3.accessgrants:*</ignoredUnusedDeclaredDependency >
537543 </ignoredUnusedDeclaredDependencies >
538544 </configuration >
539545 </plugin >
You can’t perform that action at this time.
0 commit comments