>>>>> Michael Elbaz <[email protected]>: > Ok i finally made this work ! (was so paintfull) Thanks for the help ! > what i was missed is installing this one => > mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7
Glad you got it working! Note that if you are piggy-backing karaf feature generation on your OSGi bundles, then you can add feature run time dependencies like the one about, by adding it as a compile scope (the default) maven dependency in the pom. (<scope>provided</scope> and <scope>test</scope> dependencies aren't added to the karaf feature)
