Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AEM 6.X adobe CQ collaboration apis (https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social) poms missing parent

Avatar

Level 2

The new collaboration apis has been repackaged from com.day.cq.collab to  com.adobe.cq.social  and is located at the adobe maven repo https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social.

When I started using the social calendar https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social/cq-social-calendar/1.2.19   version 1.2.19 maven build erred saying the socialcommunities-parent  (version 1.1.55) is not available at the repo. So if we navigate to  https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social/socialcommunities-parent we saw no version greater than 1.0.8 is available.

Any responsible developer, could you please upload those missing poms in the repo?

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

Avatar

Level 1

The library is now corrected and is available at https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/social/cq-socialcommunities-api/1.7....

Use the below maven dependency and you should get it

        <dependency>
            <groupId>com.adobe.cq.social</groupId>
            <artifactId>cq-socialcommunities-api</artifactId>
            <version>1.7.199</version>        
        </dependency>

Thanks to Adobe for updating the library in the repository