essobedo commented on code in PR #433: URL: https://github.com/apache/camel-karaf/pull/433#discussion_r1680642241
########## features/src/main/feature/camel-features.xml: ########## @@ -952,8 +953,16 @@ </feature> <feature name='camel-docker' version='${project.version}' start-level='50'> <feature version='${camel-osgi-version-range}'>camel-core</feature> + <feature version='[32,33)'>guava</feature> + <feature version='${camel-osgi-jackson2-version}'>jackson</feature> + <feature version='[4.1,5)'>netty</feature> + <!-- both 'docker-java' and 'docker-java-core' export 'com.github.dockerjava.core', + the fragmented host option will enforce both bundles to share the same class loader, + 'docker-java-core' was chosen as the host because 'docker-java' contains only one package with a single class --> Review Comment: Nice one 👍 -- 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