Hi all, I'm looking at the dependencies of the Aries jndi-bundle component, roughly they are:
the javax JNDI API the OSGi JNDI API aries-util aries-proxy aries-blueprint slf4j I'm wondering about the last two: aries-blueprint and slf4j. * I *think* there is some blueprint-specific code in aries/jndi but I wonder can this dependency be made optional? * The SLF4J dependency always drags in at least 2 slf4j bundles. Would it not be better to have the logging go through the OSGi log service? If there is consensus about this I would be happy to help changing this... Cheers, David
