We're inheriting a project from another team that's why it's still 6.2.I guess one of the first tasks would be to modify it to use the latest uber-jar!Thanks for all the replies!gauravb10066713 your reply is great as well!
If I had a site that I deploy in AEM 6.4.3 instance, but in the source code I have the following in the pom files: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.2.0-SP1</version> <clas...