I'm building a custom distribution of karaf for deployment that is using the karaf-maven-plugin assembly goal to build the distribution and the system repository. One of my boot features depends on some spring 4 features from the karaf spring feature, but it seems that the assembly plugin installs every version of spring listed in the karaf spring feature file into the system repository instead of just the spring 4 jars that are directly depended on. Is there a way to limit the versions included to just those that are specifically referred to in the feature dependency?
-- View this message in context: http://karaf.922171.n3.nabble.com/Limit-Spring-Jars-Brought-In-by-Spring-Feature-In-Custom-Distribution-tp4045683.html Sent from the Karaf - User mailing list archive at Nabble.com.
