bhabegger opened a new pull request, #2782: URL: https://github.com/apache/jackrabbit-oak/pull/2782
Add comprehensive analysis of Maven dependencies across all modules to identify: - Dependencies with multiple conflicting versions - Frequently declared dependencies that could be centralized - Redundant version declarations already managed in parent - Common test dependencies used across modules The report identifies 272 unique dependencies across 46 modules, with specific recommendations for version standardization and dependency management improvements. Analysis script (analyze_dependencies.py) parses all pom.xml files and generates a detailed markdown report with actionable recommendations. -- 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]
