adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
288 stars 569 forks source link

one of the plugins/libraries used does not exists #455

Open ghost opened 6 months ago

ghost commented 6 months ago

just created a new project using the mvn command mentioned in this link

and when I ran the mvn build the first time, I'm getting an error on uber-jar 6.5.14. The message says does not exists.

I then checked https://mvnrepository.com/artifact/com.adobe.aem/uber-jar and that is indeed correct!

changing it to 6.5.15 fixed the build issue.