ppalaga commented on code in PR #4918:
URL: https://github.com/apache/camel-quarkus/pull/4918#discussion_r1198857044
##########
poms/bom-test/pom.xml:
##########
@@ -399,6 +403,11 @@
<version>${unboundid-ldapsdk.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.ibm.mq</groupId>
+ <artifactId>com.ibm.mq.jakarta.client</artifactId>
+ <version>${ibm.mq.client.version}</version>
Review Comment:
I wonder why we do not manage the IBM MQ client in the main application BOM?
I mean end users might be interested to use the same version against we test?
--
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]