Maven Build Dependency Error
Hey guys,
I am trying to add a new dependency with the objective to create CFs programatically.
I added the below dependency in my core pom.xml
<dependency>
<groupId>com.adobe.cq.dam</groupId>
<artifactId>cq-dam-cfm-api</artifactId>
<version>1.10.0</version> <!--${aem.sdk.api}-->
<scope>provided</scope>
</dependency>
But my build log is giving the below error -
[ERROR] Failed to execute goal on project ctcweb.core.bundle: Could not resolve dependencies for project com.abc.aem:abc.core.bundle:jar:1.0.0-SNAPSHOT
[ERROR] dependency: com.adobe.cq.dam:cq-dam-cfm-api:jar:1.10.0 (provided)
[ERROR] Could not find artifact com.adobe.cq.dam:cq-dam-cfm-api:jar:1.10.0 in adobe-public-mirror (https://repo.adobe.com/nexus/content/groups/public/)
Any suggestions would be appreciated!
Thanks,
Nagesh