DeveloperAEM323
24-09-2019
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
jbrar
Employee
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
We are upgrading to 6.5
So its 6.5
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.
uber jar ? the only jar i installed was okhttpd jar
Vish_dhaliwal
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.