For artifact {com.adobe.aem:uber-jar:null:jar}: The version cannot be empty.
Hello. I am currently working on a specialized plugin for AEM and with the app that I'm using. It is just an enhancement to a project and there were no documentations from the previous team who did it so I'm currently having trouble configuring the source codes because it has errors on the pom.xml files. It only has 4 projects (main, core, ui.apps and the source code for the specialized plugin.) The error only exist on the core and the ui.apps. I've tried removing the .m2 folder and re-building the projects, but it doesn't work. I've tried maven update, clean and install but I am still encountering the errors. It also occurs several times. These are the some of the errors...

The only declaration of uber jar in the main pom file is like this:

While for the core and ui.apps, it's like this:

But I've also tried adding this on the main pom.xml file but still encountering the same errors:
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.2.0</version>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
Any help will be much appreciated.
Thanks,
Rockie