Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Recap

Avatar

Level 2

Hi

I'm using recap bundle in my old instance (cq 6.1) , which I got from adobe package share , but which is not supported in cq 6.2 , I'm looking for new version of recap.

Thanks,

Phani

1 Accepted Solution

Avatar

Correct answer by
Level 10
5 Replies

Avatar

Correct answer by
Level 10

Avatar

Level 2

Hi Smacdonald, appreciated for your response,

I took that package , Installed in my local environment but , still One dependency is not getting resolved ("com.day.cq.replication,version=[5.5,6) -- Cannot be resolved") , But functionality wise it's working great any suggestions would be appreciated.

Thanks,

Phani

Avatar

Administrator

Hi

On 6.2, 

Please make sure dependency used for "com.day.cq.replication" is:

<dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.replication.core</artifactId> <version>6.0.14</version> <scope>provided</scope> </dependency>

Check this if it works now.

~kautuk



Kautuk Sahni

Avatar

Level 1

Hey Phani,

were you able to fix the "com.day.cq.replication,version=[5.5,6)" dependency problem? I am having the same issue as the recap bundle is not starting (AEM 6.2). Also I am not able to save any address displaying "Error Loading Page".