Dom4j bundle || unable to resolve in OSGI
Hi All,
We are trying to add org.dom4j maven dependency but the bundle is unable to resolve. (AEM version 6.5.6, jdk version - 1.8)
We have added below dependency
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
Also we have tried using,
<configuration>
<bnd><![CDATA[
<Embed-Dependency>dom4j</Embed-Dependency>
<Import-Package> javax.annotation;version=0.0.0,* </Import-Package>
]]></bnd>
</configuration>
But no luck, could you please check and let us know if any inputs.
Thanks,
Sagar V
