essobedo commented on code in PR #330:
URL: https://github.com/apache/camel-karaf/pull/330#discussion_r1631280168
##########
features/src/main/feature/camel-features.xml:
##########
@@ -838,6 +838,7 @@
<feature>scr</feature>
<feature version='${camel.osgi.version.range}'>camel-core</feature>
<bundle
dependency="true">mvn:org.ehcache/ehcache/${ehcache3-version}</bundle>
+ <bundle dependency="true">mvn:javax.cache/cache-api/1.1.0</bundle>
Review Comment:
Please use `${jcache-version}` instead, could you please also fix the
hard-coded versions of cache-api elsewhere?
--
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]