AEM Dependency Jars Not Available for Social Communities | Community
Skip to main content
Level 3
February 5, 2016
Solved

AEM Dependency Jars Not Available for Social Communities

  • February 5, 2016
  • 1 reply
  • 1429 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

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

1 reply

JK_Kendall
JK_KendallAccepted solution
Level 9
February 5, 2016

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