bobbai00 opened a new issue, #4455: URL: https://github.com/apache/texera/issues/4455
### What happened? \`org.codehaus.sonar:sonar-update-center-common:1.13\` is LGPL-3.0, an ASF Category X license, and cannot ship in an Apache binary distribution. It is pulled in transitively through \`io.github.redouane59.twitter:twittered:2.21\` → \`org.codehaus.sonar:sonar-packaging-maven-plugin:1.13\` → \`sonar-update-center-common\`. \`twittered\` is declared directly in \`amber/build.sbt\` and \`common/workflow-operator/build.sbt\`. ### How to reproduce? \`\`\` sbt 'WorkflowExecutionService/dependencyTree' | grep sonar-update-center-common \`\`\` ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) ef663648d ### Proposed fix Resolved together with #4454: excluding or replacing \`twittered\` removes both Sonar artifacts from the tree. ### Was this authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
