Hi,
I am using AEM 6.0 and using below dependencies but it is unable to find the repository. so which repository I need to add to get below bundles.
com.adobe.granite:com.adobe.granite.sightly.engine:jar:1.1.18
com.adobe.cq.sightly:cq-wcm-sightly-extension:jar:1.1.18
com.day.cq:cq-mailer:5.8.12
Also it is unable to download from below repositories
http://repo.adobe.com/archiva/repository/day-central/
http://repo.adobe.com/nexus/content/groups/public/
Solved! Go to Solution.
Please use this one...
It is one big dependency, containing everything.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-api</artifactId>
<version>6.0.0.1</version>
<scope>provided</scope>
</dependency>
Please use this one...
It is one big dependency, containing everything.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-api</artifactId>
<version>6.0.0.1</version>
<scope>provided</scope>
</dependency>
Thanks it worked! for the first 2 dependencies.
by including the above dependency, which all other dependencies we can exclude in pom.xml?
Thanks,
Radha Krishna N
Views
Replies
Total Likes
Yes indeed, that is the idea.
Only one AEM6 dependency...
Views
Replies
Total Likes
Views
Likes
Replies