Skip to content

Commit

Permalink
Remove unnecessary thirdPartyAudit exclusions (#92352)
Browse files Browse the repository at this point in the history
These are no longer needed after #92120 updated the jackson version along with the azure plugin
  • Loading branch information
thecoop committed Dec 14, 2022
1 parent 869f0ea commit ffcc28e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog/92352.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 92352
summary: Remove unnecessary `thirdPartyAudit` exclusions
area: Infra/Core
type: bug
issues:
- 92346
2 changes: 0 additions & 2 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ tasks.named("thirdPartyAudit").configure {
)
} else {
ignoreMissingClasses(
'com.sun.org.apache.xml.internal.resolver.Catalog',
'com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver',
'javax.activation.DataHandler',
'javax.activation.DataSource',
'javax.xml.bind.JAXBElement',
Expand Down

0 comments on commit ffcc28e

Please sign in to comment.