gnodet opened a new pull request, #26792: URL: https://github.com/apache/camel/pull/26792
## Summary Use `pilot:dependencies -Dpilot.action=fix` to detect and fix used-but-undeclared and unused-but-declared dependencies across `core/` and `tooling/` subprojects (CAMEL-24939). Closes [CAMEL-24939](https://issues.apache.org/jira/browse/CAMEL-24939). ## What was fixed ### core/ (18 modules) Common patterns: - Add explicit declarations for `camel-api`, `camel-support`, `camel-util`, `camel-util-json`, `camel-management-api` used transitively - Add missing `slf4j-api` declarations - Replace `camel-core-engine` (unused aggregator dep) with direct `camel-api`/`camel-core-model` in `camel-health`, `camel-xml-io`, `camel-xml-jaxb`, `camel-yaml-io` ### tooling/ (5 modules) - `bom-generator-maven-plugin`: add `maven-model` (provided), `javax.inject` - `camel-package-maven-plugin`: add `maven-model` (provided), `maven-resolver-api`, `asm`, `javax.inject`, `commons-lang3`; remove unused `jakarta.annotation-api` - `openapi-rest-dsl-generator`: replace `camel-core-engine` with direct `camel-api`, `camel-core-model`, `camel-support`, `camel-util`, `slf4j-api` ## Verification ```shell # Report mode — no issues after fix: mvn eu.maveniverse.maven.plugins:pilot-plugin:0.4.0:dependencies \ -Pdep-check -pl core/,tooling/ -Dpilot.skipTestScope=true -Dlicense.skip -Dquickly ``` All targeted modules show `No dependency issues found.` --- _Hermes Agent (Claude Sonnet 4.6) on behalf of Guillaume Nodet_ -- 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]
