Expand my Community achievements bar.

SOLVED

AEM 6.0 | Sightly bundle - repository

Avatar

Level 4

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/

1 Accepted Solution

Avatar

Correct answer by
Employee

Please use this one...

http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2014/05/aem6-maven-dependencies.ht...

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>

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Please use this one...

http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2014/05/aem6-maven-dependencies.ht...

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>

Avatar

Level 4

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 

Avatar

Employee

Yes indeed, that is the idea.

Only one AEM6 dependency...