Solved! Go to Solution.
Views
Replies
Total Likes
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.
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>
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.