davsclaus commented on code in PR #500: URL: https://github.com/apache/camel-spring-boot/pull/500#discussion_r842362436
########## components-starter/camel-kamelet-starter/pom.xml: ########## @@ -38,6 +38,78 @@ <artifactId>camel-kamelet</artifactId> <version>${camel-version}</version> </dependency> + <!-- Testing dependencies --> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxb</artifactId> + <scope>test</scope> Review Comment: Add <version>${camel-version}</version> for all dependency you add that has groupId = org.apache.camel -- 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