File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ tasks.named("thirdPartyAudit").configure {
139139 ' org.apache.log.Logger' ,
140140 ' javax.jms.Message' ,
141141
142- // crt??
142+ // We use the Apache HTTP client rather than an AWS common runtime (CRT) one, so we don't need any of these classes:
143143 ' software.amazon.awssdk.crt.CRT' ,
144144 ' software.amazon.awssdk.crt.auth.credentials.Credentials' ,
145145 ' software.amazon.awssdk.crt.auth.credentials.CredentialsProvider' ,
@@ -183,7 +183,7 @@ tasks.named("thirdPartyAudit").configure {
183183 ' software.amazon.awssdk.crtcore.CrtProxyConfiguration$DefaultBuilder' ,
184184 ' software.amazon.awssdk.crtcore.CrtProxyConfiguration' ,
185185
186- // eventstream
186+ // We don't use anything eventstream-based so these classes are not needed:
187187 ' software.amazon.eventstream.HeaderValue' ,
188188 ' software.amazon.eventstream.Message' ,
189189 ' software.amazon.eventstream.MessageDecoder'
You can’t perform that action at this time.
0 commit comments