Hi,
Need to download below jars. Please suggest some links where I can download these jar files:
org.apache.sling.api.resource,version=[2.11,3) -- Cannot be resolved
com.adobe.granite.ui.components,version=[1.19,2) -- Cannot be resolved
com.adobe.granite.ui.components.ds,version=[1.3,2) -- Cannot be resolved
com.adobe.granite.ui.components,version=[1.19,2) -- Cannot be resolved
com.adobe.granite.ui.components.ds,version=[1.3,2) -- Cannot be resolved
com.day.cq.search,version=[1.3,2) -- Cannot be resolved
com.fasterxml.jackson.core.type,version=[2.9,3) -- Cannot be resolved
org.apache.sling.spi.resource.provider,version=[1.2,2) -- Cannot be resolved
Thanks,
Heena
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Heena91 ,
Here are the links for the required dependencies , you can add directly in pom.xml.
https://mvnrepository.com/artifact/org.apache.sling/org.apache.sling.api/2.11.0
https://mvnrepository.com/artifact/com.adobe.granite/com.adobe.granite.ui.commons/5.5.76
https://mvnrepository.com/artifact/com.day.cq/cq-search/5.5.6
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.9.3
https://mvnrepository.com/artifact/com.adobe.aem/uber-jar
Are you not able to find this jar in AEM 6.4?
can you check the dependency finder in aem to check the correct version and include those in POM.
@Heena91 -
You can get it from the depfinder : /system/console/depfinder.
If it's not available there then you can get it from the maven repo.
for example for the first dependency here is the link : https://mvnrepository.com/artifact/org.apache.sling/org.apache.sling.api/2.2.0
Thanks,
Nikhil
Hi @Heena91 ,
Here are the links for the required dependencies , you can add directly in pom.xml.
https://mvnrepository.com/artifact/org.apache.sling/org.apache.sling.api/2.11.0
https://mvnrepository.com/artifact/com.adobe.granite/com.adobe.granite.ui.commons/5.5.76
https://mvnrepository.com/artifact/com.day.cq/cq-search/5.5.6
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.9.3
https://mvnrepository.com/artifact/com.adobe.aem/uber-jar