I am trying to upgrade acs commons from 5.0.6 to 5.3.4,
Below are the pom.xml changes.
But, getting below error and it is not downloading the new version dependency. Can someone help out on what is happening here? It is working fine for 5.0.6
[ERROR] Failed to execute goal on project aem-testinc-project.all: Could not resolve dependencies for project com.testinc:aem-testinc-project.all:content-package:4.0.4: The following artifacts could not be resolved: com.adobe.acs:acs-aem-commons-ui.content:zip:min:5.3.4, com.adobe.acs:acs-aem-commons-ui.apps:zip:min:5.3.4: Could not find artifact com.adobe.acs:acs-aem-commons-ui.content:zip:min:5.3.4 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) -> [Help 1]
Solved! Go to Solution.
Views
Replies
Total Likes
Thank you. I tried removing the classifier tag and that fixed the build. From acs commons documentation, 5.3.0 and up don’t need a classifier.
AFAIK this repo 'repo.adobe.com' has been decommissioned. All artifacts should be available via Maven Central instead.You most likely have a repo.adobe.com repository configured in their code, if you remove it, getting dependencies from Maven Central is automatic and should work.
Thank you. I tried removing the classifier tag and that fixed the build. From acs commons documentation, 5.3.0 and up don’t need a classifier.
Views
Likes
Replies