Hello All,
I am experiencing a strange issue in my local setup.
1. I have cloned the working directory from the bitbucket and then executed the maven build commands.
mvn clean install -PautoInstallPackage
this is executed successfully. However the project-bundle was on "installed" state I could see some errors.
I have checked the parentPOM.xml and corePOM.xml and all other POM.XML's too. I could not find the jsoup version0.0.0.
The dependencies are specified as follows.
Please someone advise me, what could be the reason.
P.S: I am using settings.xml as used by all other team-members.
Thank you,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Lavanya_Pejjayi ,
PFB similar question and reply to it.
https://stackoverflow.com/questions/30158628/aem-6-osgi-package-dependencies-not-getting-resolved
Hi,
Can you check if this bundle is present in AEM or not?
http://localhost:4504/system/console/depfinder
If not then you have to deploy this bundle as well in order to resolved dependency
Hi @Lavanya_Pejjayi ,
PFB similar question and reply to it.
https://stackoverflow.com/questions/30158628/aem-6-osgi-package-dependencies-not-getting-resolved
@Lavanya_Pejjayi As @arunpatidar mentioned, the reason the bundles are not resolved is because it is not able to find the dependency jars in the Console. If you are adding dependency , make sure you first check it in the depfinder and add them accordingly. In your case if you find it empty , then add the bundles which have the dependency (org.jsoup) jars first to Felix console and restart your bundle.
The issue is resolved. Thank You so much Arun_Patidar,Veena_Vikram and kishorekumar14
Views
Likes
Replies
Views
Likes
Replies