stataru8 commented on issue #502: URL: https://github.com/apache/camel-karaf/issues/502#issuecomment-2374945998
Do you have the `camel-karaf` repository declared in the features file that `my-feature` comes from? ``` <features name="test-features" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> <!-- Apache Camel Karaf features repository --> <repository>mvn:org.apache.camel.karaf/apache-camel/4.7.0/xml/features</repository> <!-- Camel Jackson feature --> <feature name="my-feature" version="4.7.0"> <feature version="4.7.0">camel-jackson</feature> </feature> </features> ``` -- 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]
