jamesnetherton commented on code in PR #26857:
URL: https://github.com/apache/camel/pull/26857#discussion_r4094064457
##########
components/camel-activemq/pom.xml:
##########
@@ -38,8 +38,32 @@
<!-- Artemis container is not available on these platforms -->
<skipITs.s390x>true</skipITs.s390x>
+ <jakarta.jms-api.version>3.1.0</jakarta.jms-api.version>
+ <spring-jms.version>7.0.9</spring-jms.version>
+ <spring-tx.version>7.0.9</spring-tx.version>
Review Comment:
I don't think we should be propagating duplicate version properties all over
the place, when they are already declared in `parent/pom.xml`. See
`<spring-version>` (and others).
--
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]