You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/14 08:09:42 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #271: Add MicroProfile Health extension

ppalaga commented on a change in pull request #271: Add MicroProfile Health extension
URL: https://github.com/apache/camel-quarkus/pull/271#discussion_r334363443
 
 

 ##########
 File path: poms/bom/pom.xml
 ##########
 @@ -332,6 +337,11 @@
                 <artifactId>camel-quarkus-log</artifactId>
                 <version>${camel-quarkus.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel.quarkus</groupId>
+                <artifactId>camel-quarkus-microprofile-health</artifactId>
+                <version>${project.version}</version>
 
 Review comment:
   Could you please replace `${project.version}` with `${camel-quarkus.version}`? This is to be able to use the BOM as a parent in user projects. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services