내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

The import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved

Avatar

Level 4

Hi,

I am using import statement com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory in my java class. But am getting a compilation error that the import com.day.cq.wcm.webservicesupport.ConfigurationManagerFactory cannot be resolved.

Below is the maven dependency I used.

    <dependency>
            <groupId> com.day.cq.wcm</groupId>
            <artifactId>cq-wcm-webservice-support</artifactId>
            <version>5.8.44</version>
            <scope>provided</scope>
        </dependency>

I have even added cq-wcm-webservice-support-5.5.6.jar file explicitly but no luck.

Could you please let me know the correct maven dependency.

Thanks,

Kishore

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 9

The repo.adobe.com is not intended for browsable  thus not seeing the artifact  means it hasn't been requested via maven yet and thus not proxy-stored on repo.adobe.com yet.  If maven cannot retrieve the dependency, then engage with support team by providing the complete mvn -X output. So that they can make artifacts available.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 5

I downloaded the jar from below path but ConfigurationManagerFactory is not inside the package after extracting it. It is confusing as based on below url this interface should be available in the jar. Adobe team can confirm on this.

https://repo.adobe.com/nexus/content/repositories/releases/com/day/cq/wcm/cq-wcm-webservice-support/...

https://docs.adobe.com/docs/en/aem/6-1/ref/javadoc/com/day/cq/wcm/webservicesupport/ConfigurationMan...

Avatar

정확한 답변 작성자:
Level 9

The repo.adobe.com is not intended for browsable  thus not seeing the artifact  means it hasn't been requested via maven yet and thus not proxy-stored on repo.adobe.com yet.  If maven cannot retrieve the dependency, then engage with support team by providing the complete mvn -X output. So that they can make artifacts available.