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

AEM Dependency Jars Not Available for Social Communities

Avatar

Level 4

We tried to add below dependency in the parent pom for extending adobe social api .But we are getting build error like below.Please let me know whether I have to add any more dependency .

<dependency>
    <groupId>com.adobe.cq.social</groupId>
    <artifactId>cq-socialcommunities-api</artifactId>
    <version>1.7.197</version>
    <scope>provided</scope>
</dependency>
<dependency>
    <groupId>com.adobe.aem</groupId>
    <artifactId>uber-jar</artifactId>
    <version>6.1.0</version>
    <scope>provided</scope>
    <classifier>obfuscated-apis</classifier>
</dependency>

Error

[ERROR] Failed to execute goal on project com.fproject-bundle: Could not resolve dependencies for project com.project.aem:com.project-bundle:bundle:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adobe.cq.social:cq-social-scf-api:jar:1.0.8 -> com.adobe.cq.social:cq-social-scoring-api:jar:1.1.1: Failed to read artifact descriptor for com.adobe.cq.social:cq-social-scoring-api:jar:1.1.1: Could not find artifact com.adobe.cq.social:socialcommunities-parent:pom:1.2.13 in  (http://repo.adobe.com/nexus/content/groups/public/) -> [Help 1]

 

Thanks

Sambasivaraja

1 Accepted Solution

Avatar

Correct answer by
Level 9

1.7.197 is the version of Communities that shipped in AEM 6.1.  It looks like there's a bug in the pom for 1.7.197.

It is strongly recommended that you install the latest feature pack for social communities.

See http://docs.adobe.com/docs/en/aem/6-1/deploy/communities.html

If you install FP3, then the version would change to 1.8.305.

If you wanted to stay on 1.7 (not recommended), then you'd at least want to apply the fix pack which would give you version 1.7.199.

- JK

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

1.7.197 is the version of Communities that shipped in AEM 6.1.  It looks like there's a bug in the pom for 1.7.197.

It is strongly recommended that you install the latest feature pack for social communities.

See http://docs.adobe.com/docs/en/aem/6-1/deploy/communities.html

If you install FP3, then the version would change to 1.8.305.

If you wanted to stay on 1.7 (not recommended), then you'd at least want to apply the fix pack which would give you version 1.7.199.

- JK