Getting error as Missing artifact com.adobe.cq:cq-experience-fragments:jar:1.3.66
Hi,
While building the project, I realized that com.adobe.cq.xf.ui.ExperienceFragmentConsoleItem is deprecated, so I added dependency, but I am getting error as "Failed to execute goal on project ;Could not resolve dependencies for project [] com.adobe.cq:cq-experience-fragments:jar:1.3.66 was not found in https://repo.adobe.com/nexus/content/groups/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of adobe-public-releases has elapsed or updates are forced".
dependency in ui.apps pom is:
<dependency>
<artifactId>cq-experience-fragments</artifactId>
<groupId>com.adobe.cq</groupId>
</dependency>
dependency in root pom is:
<dependency>
<artifactId>cq-experience-fragments</artifactId>
<version>1.3.66</version>
<groupId>com.adobe.cq</groupId>
<scope>provided</scope>
</dependency>
Is there any way to resolve this?