Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

ACS commons (5.3.0)Not getting downloaded from Maven Repo

Avatar

Level 2
Hi when i am trying download acs commons 5.3.0 as a dependency i am getting this error Could not find artifact com.adobe.acs:acs-aem-commons:zip:min:5.3.0 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) With Acs commons version 5.2.0 it is working fine.Wehn I am using 6.5.12 version. Anything else we need to check
1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

repo.adobe.com is not available any more, please remove it from your pom.xml (if available).

 

ACS AEM Commons 5.3.2 should be available via the usual maven mirrors.

View solution in original post

0 Replies

Avatar

Level 3

Hi @Ab2512 ,

Have you added the dependency correctly in your pom file. Please add below section in your pom and try give the build. 

<!-- https://mvnrepository.com/artifact/com.adobe.acs/acs-aem-commons-bundle -->
<dependency>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-bundle</artifactId>
<version>5.3.0</version>
</dependency>

Avatar

Correct answer by
Employee Advisor

repo.adobe.com is not available any more, please remove it from your pom.xml (if available).

 

ACS AEM Commons 5.3.2 should be available via the usual maven mirrors.