Search before asking
What would you like to be improved?
In the current Amoro project, testcontainers-related dependencies are managed separately across different submodules, which presents several issues:
- Different modules may use different versions of testcontainers dependencies
- Version upgrades require modifying multiple pom.xml files individually
How should we improve?
Introduce testcontainers-bom (version 1.21.4) to centrally manage all testcontainers-related dependency versions, achieving unified dependency management.
Are you willing to submit PR?
Subtasks
No response
Code of Conduct