Uber Jar 6.4 build failure due to GuideSubmitUtil
Hi everyone,
We are getting the error while creating the build using Maven 3.5.4 for AEM 6.4.
Error read as below: Compilation failure: package com.adobe.aemds.guide.utils does not exist
symbol: variable GuideSubmitUtils
We have changed the UBER Jar version from 6.3.0 to 6.4.0 in the base POM file.
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.4.0</version>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
I checked the Adobe Public Repository (Index of /groups/public/com/adobe/aemds/core ) and I don't see guide.utils there. Is there anyway I can achieve Build Success.
Thanks
TanmaySingh