ppalaga commented on code in PR #3847: URL: https://github.com/apache/camel-quarkus/pull/3847#discussion_r941337085
########## poms/bom/pom.xml: ########## @@ -1849,6 +1849,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-directvm</artifactId> + <version>${camel.version}</version> + </dependency> Review Comment: Our BOM flattener takes care that we manage all camel artifacts that we depend on directly or transitively. The flattener can add it automatically. camel-test-junit5 depends on it. That's why it was added to the BOM. But still the question is whether we can exclude camel-directvm without any damage for end users? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org