ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336528435
########## File path: poms/bom-deployment/pom.xml ########## @@ -230,6 +230,11 @@ <artifactId>camel-quarkus-tarfile-deployment</artifactId> <version>${camel-quarkus.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-fhir-deployment</artifactId> + <version>${project.version}</version> Review comment: Please use `${camel-quarkus.version}` instead of `${project.version}`. ---------------------------------------------------------------- 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