Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

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 Antworten

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.