Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!

Several files cannot be resolved in localhost

Avatar

Level 1

com.adobe.cq.social.blog,version=[1.2,2) -- Cannot be resolved

com.jcraft.jsch -- Cannot be resolved

What should be the next logical steps for me to fix this dependencies

Thanks

6 Replies

Avatar

Employee Advisor

First step will be to check if you are using the correct version of user-jar. Ex: for AEM 6.4.5, you need to use uber jar version 6.4.5

Avatar

Level 1

We are upgrading to 6.5

Avatar

Level 1

So its 6.5

Avatar

Employee Advisor

For 6.5, uber jar version is 6.5.0.0 with an extra 0 at the end. So, make sure the dependency is correct.

Avatar

Level 1

uber jar ? the only jar i installed was okhttpd jar

Avatar

Employee

You can download the uber jar from Index of /repositories/releases/com/adobe/aem/uber-jar/6.5.0.0

Review doc How to Build AEM Projects using Apache Maven  in order to understand how to use this jar.