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 a7e5e84 commit 493bbdcCopy full SHA for 493bbdc
modules/repository-s3/build.gradle
@@ -92,6 +92,7 @@ restResources {
92
tasks.named("dependencyLicenses").configure {
93
mapping from: 'annotations', to: 'aws-sdk-2'
94
mapping from: 'apache-client', to: 'aws-sdk-2'
95
+ mapping from: 'arns', to: 'aws-sdk-2'
96
mapping from: 'auth', to: 'aws-sdk-2'
97
mapping from: 'aws-core', to: 'aws-sdk-2'
98
mapping from: 'aws-query-protocol', to: 'aws-sdk-2'
0 commit comments