Included dependency jar is not resolving in bundle
Hi All,,
In one of my sling servlet we are parsing a xml for this we are using dom4j.
To compile these classes i have included below Maven dependency.
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.3</version>
</dependency>
When i create bundle and installing through Maven bulid script this classes in this jar are not reflecting.
Do i need to make any changes build script to automatically deploy into CQ server?
Thanks,
Kishore