ppalaga commented on issue #4836: URL: https://github.com/apache/camel-quarkus/issues/4836#issuecomment-1528093443
When I import `camel-quarkus-bom` to the dependencyManagement section ``` <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-bom</artifactId> <version>3.0.0-M1</version> <type>pom</type> <scope>import</scope> </dependency> ``` then adding/removing camel-quarkus-direct ``` <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct</artifactId> </dependency> ``` does not seem to cause any dev mode issues. Can you please confirm that adding the BOM solves your issue? -- 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