chore(build): Remove commons-compress from buildscript classpath by runningcode · Pull Request #5463 · getsentry/sentry-java
📜 Description
Remove org.apache.commons:commons-compress from the buildscript classpath and version catalog. This dependency was added to the buildscript but it's unclear what actually needs it at build time. Creating this PR to let CI tell us if anything breaks.
💡 Motivation and Context
Investigating whether this buildscript dependency is actually required. If CI passes, we can drop it and reduce the build classpath.
💚 How did you test it?
CI will tell us.
📝 Checklist
- I added GH Issue ID & Linear ID
- I added tests to verify the changes.
- No new PII added or SDK only sends newly added PII if
sendDefaultPIIis enabled. - I updated the docs if needed.
- I updated the wizard if needed.
- Review from the native team if needed.
- No breaking change or entry added to the changelog.
- No breaking change for hybrid SDKs or communicated to hybrid SDKs.
🔮 Next steps
If CI passes, mark ready for review and merge. If it fails, we know what depends on it.
#skip-changelog