Skip to content

Commit

Permalink
Add missing classes for thirdPartyAudit
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <[email protected]>
  • Loading branch information
sandeshkr419 committed Mar 13, 2024
1 parent bc1feb3 commit 8fb54cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,9 @@ thirdPartyAudit.ignoreMissingClasses(
'org.tukaani.xz.MemoryLimitException',
'org.tukaani.xz.UnsupportedOptionsException',
'org.tukaani.xz.XZ',
'org.tukaani.xz.XZOutputStream'
'org.tukaani.xz.XZOutputStream',
'org.apache.commons.codec.Charsets',
'org.apache.commons.codec.digest.PureJavaCrc32C',
'org.apache.commons.codec.digest.XXHash32',
'org.apache.commons.lang3.reflect.FieldUtils'
)

0 comments on commit 8fb54cd

Please sign in to comment.