ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336528766
########## File path: poms/bom/pom.xml ########## @@ -327,6 +332,11 @@ <artifactId>camel-quarkus-direct</artifactId> <version>${camel-quarkus.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-fhir</artifactId> + <version>${project.version}</version> Review comment: Please use `${camel-quarkus.version}` instead of `${project.version}` so that the end users are able to use the BOM as parent. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services