Yes. Here's the content of features.xml file inside the KAR...

<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0";
name="hazelcast-1.0.0-SNAPSHOT">
   
<repository>mvn:org.apache.karaf.features/standard/4.1.1/xml/features</repository>
    <feature name="hazelcast" description="Hazelcast w/ Camel integration"
install="manual" version="1.0.0.SNAPSHOT">
        <details>This feature set provides Hazelcast to be used
independently or through Camel.</details>
        <feature prerequisite="false"
dependency="false">transaction</feature>
        <feature version="2.18.3" prerequisite="false"
dependency="true">camel-core</feature>
       
<bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.4</bundle>
        <bundle>mvn:org.apache.camel/camel-hazelcast/2.18.3</bundle>
        <bundle>mvn:com.hazelcast/hazelcast/3.7.1</bundle>
    </feature>
</features>

Thanks for checking this!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Features-automatic-vs-manual-install-tp4051144p4051148.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to