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 56
56
<version >${awsjavasdk.version} </version >
57
57
<optional >true</optional >
58
58
</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 >
59
64
</dependencies >
60
65
61
66
<build >
76
81
<include >commons-codec:commons-codec</include >
77
82
<include >software.amazon.awssdk:*</include >
78
83
<include >software.amazon:*</include >
84
+ <include >software.amazon.s3.accessgrants:*</include >
85
+ <inlcude >com.github.ben-manes.caffeine:*</inlcude >
79
86
<include >commons-logging:*</include >
80
87
</includes >
81
88
</artifactSet >
113
120
</plugin >
114
121
</plugins >
115
122
</pluginManagement >
123
+
116
124
</build >
117
125
118
126
<profiles >
Original file line number Diff line number Diff line change 177
177
<!-- Reactive Streams version -->
178
178
<reactive-streams .version>1.0.4</reactive-streams .version>
179
179
180
+ <!-- S3 Access Grants plugin version -->
181
+ <s3accessgrants .version>2.0.1</s3accessgrants .version>
182
+
180
183
<skip .unit.tests>${skipTests} </skip .unit.tests>
181
184
<integTestSourceDirectory >${project.basedir}/src/it/java</integTestSourceDirectory >
182
185
<javadoc .resourcesDir>${session.executionRootDirectory} </javadoc .resourcesDir>
534
537
old interfaces, but that should become a test scoped dependency in modules where needed.
535
538
And the line below removed. -->
536
539
<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 >
537
543
</ignoredUnusedDeclaredDependencies >
538
544
</configuration >
539
545
</plugin >
You can’t perform that action at this time.
0 commit comments