Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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?
Solved! Go to Solution.
Please file an AEM ticket:
https://helpx.adobe.com/marketing-cloud/experience-manager.html
View solution in original post
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
Views
Likes
Replies