Hello,
I'm working on James on Karaf and I depend on commons-configuration
that has further dependencies on commons-logging and commons-lang.
Trying to validate the bellow feature results in a failure:
[WARNING] Failed to validate feature commons-configuration
[WARNING] No export found to match org.apache.commons.logging
(imported by mvn:commons-configuration/commons-configuration/1.9)
[WARNING] No export found to match org.apache.commons.logging.impl
(imported by mvn:commons-configuration/commons-configuration/1.9)
---
<feature name="commons-configuration"
version="${commons-configuration.version}">
<bundle>mvn:commons-configuration/commons-configuration/${commons-configuration.version}
</bundle>
<bundle>mvn:commons-lang/commons-lang/${commons-lang.version}</bundle>
<!--<bundle>mvn:org.ops4j.pax.logging/pax-logging-api/${pax-logging-api.version}</bundle>-->
</feature>
---
Adding pax-logging didn't work. Any known solutions to this?
Thanks,
[1]
https://github.com/ieugen/james/blob/karaf/karaf/features/src/main/resources/features.xml
[2] https://github.com/ieugen/james/tree/karaf
--
Ioan Eugen Stan / CTO / http://axemblr.com