AEM Dependency Jars Not Available for Social Communities
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