jamesnetherton commented on a change in pull request #3628:
URL: https://github.com/apache/camel-quarkus/pull/3628#discussion_r828201159



##########
File path: poms/bom/pom.xml
##########
@@ -2508,6 +2508,11 @@
                 <artifactId>camel-telegram</artifactId>
                 <version>${camel.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-test-junit5</artifactId>

Review comment:
       Not sure if we want to have this in the BOM yet given that 
https://github.com/apache/camel-quarkus/issues/3511 is unresolved. WDYT 
@ppalaga?
   
   The convention used in these `QuarkusUnitTest` type tests is to create a 
`RouteBuilder` impl in the test class and it will get picked up automatically 
by the CQ bootstrap.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to