ppalaga commented on code in PR #4918:
URL: https://github.com/apache/camel-quarkus/pull/4918#discussion_r1203726070


##########
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:
   Good point! We are flattening the BOM based on the set of artifacts that are 
actually required by Camel Quarkus. The set is defined by all our extensions 
plus some artifacts on top of it. Because the IBM MQ connector is not a 
transitive dep of any extensions, it needs to be added manually around here: 
https://github.com/apache/camel-quarkus/blob/main/poms/bom/pom.xml#L6739C30-L6750



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to