Expand my Community achievements bar.

SOLVED

com.adobe.cq.sightly dependency issue in 6.3 while using WCMUSePojo

Avatar

Level 1

I have developed a project on AEM 6.3 but there are some dependency issues while using WCMUsePojo. The package com.adobe.cq.sightly is not resolved in aem 6.3 felix console.
It gives error like this  com.adobe.cq.sightly,version=[2.2,3) -- Cannot be resolved

I am using a class which extends WCMUsePojo. I have also included uber.jar in the pom.

Can Someone help me out to resolve this issue.

Thanks,
Madhuri

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this Article that shows this exact use case;

Creating an Adobe Experience Manager 6.3 HTL component that uses the WCMUsePojo API

THis shows the dependencies you need and also use of the Uber 6.3 JAR.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

See this Article that shows this exact use case;

Creating an Adobe Experience Manager 6.3 HTL component that uses the WCMUsePojo API

THis shows the dependencies you need and also use of the Uber 6.3 JAR.