slfan1989 opened a new issue, #4149: URL: https://github.com/apache/amoro/issues/4149
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? ### Description The `amoro-format-iceberg/pom.xml` file contains duplicate declarations of the `iceberg-bundled-guava` dependency: - First declaration at lines 98-102 (grouped with other iceberg dependencies) - Second declaration at lines 161-167 (after RoaringBitmap dependency) This duplication is redundant and should be cleaned up by removing one of the declarations. ### Expected Behavior The `iceberg-bundled-guava` dependency should only be declared once in the pom.xml file. ### Solution Remove the duplicate declaration (lines 161-167) and keep the first one (lines 98-102) which is better organized with other iceberg-related dependencies. ### Additional Context - Component: Build/Maven - Severity: Low (cleanup/maintenance) ### How should we improve? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
