gnodet commented on code in PR #26857:
URL: https://github.com/apache/camel/pull/26857#discussion_r4094152389
##########
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:
Fixed in 86c97a50e201. Removed the locally-declared duplicate version
properties (spring-jms.version, spring-tx.version, spring-core-version,
spring-beans-version, spring-aop-version, spring-tx-version,
spring-context-version, spring-web-version, jakarta.jms-api.version) and
replaced them with the existing parent properties (${spring-version} and
${jakarta-jms-api-version}) across all affected POMs. Also added the missing
jaxb-core/jaxb-impl exclusions to the IBM COS SDK entries in camel-ibm-cos to
fix the enforcer failure.
--
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]