Not able to fix these dependency issues | Community
Skip to main content
Level 3
October 7, 2020

Not able to fix these dependency issues

  • October 7, 2020
  • 3 replies
  • 1824 views

Hi,

 

I am not able to fix these dependency issues, I checked it in http://localhost:4502/system/console/depfinder and used the dependency in my project's Parent pom.xml, Can anyone suggest is it the correct way or I need to add the dependencies in each folder's pom.xml under my project. 

 

 

 

Also, dependencies available are of lesser version. How I can get it updated.

 

 

 

 

Thanks,

Heena

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Ravi_Pampana
Community Advisor
Community Advisor
October 8, 2020

Hi,

 

Can you check uber jar is upto date of the AEM version ? Sometimes we see these issues because of uber jar is having older version

vmadala
Level 3
October 8, 2020

Hello Heena,

 

You're correct, I think you need to downgrade your bundle versions in the parent pom.xml file, To update these jars on AEM instances you need to upgrade the AEM version. What version are using now .?

And you're child module also need separate pom.ml files. 

 

 

Thanks,

Venkat.

Heena06Author
Level 3
October 8, 2020

Hi @vmadala vmadala I m using AEM 6.4.0 version

Nikhil-Kumar
Community Advisor
Community Advisor
October 8, 2020

@heena06 

 
Which version of AEM are you using ?

If some dependencies are not resolved in your AEM instance then you need deploy those dependencies as bundles.


https://aemsimplifiedbynikhil.wordpress.com/2020/08/23/resolve-dependencies-by-converting-jar-to-bundle-aem-6-5-5/


Thanks,
Nikhil