E:\frameworks>mvn -version
Apache Maven 3.3.9
Java version: 1.8.0_40, vendor: Oracle Corporation
Above is the java and maven configuration versions.
I am using Email API of ACS Commons bundle by using following dependecy steps as per steps mentioned at ACS portal (https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.html), for both AEM 6.2 and AEM 6.3 however none of the version are able to resolve the dependencies put in by ACS commons email api code.
I am getting following error after installing the package and my bundle is in installed state with these errors.
com.adobe.acs.commons.email,version=[1.1,2) -- Cannot be resolved
com.adobe.acs.commons.wcm,version=[2.0,3) -- Cannot be resolved
Genuine solutions please, where ACS Commons has worked for either of aem versions (6.2 or 6.3).
E:\frameworks>mvn -version
Apache Maven 3.3.9
Java version: 1.8.0_40, vendor: Oracle Corporation
Above is the java and maven configuration versions.
I am using Email API of ACS Commons bundle by using following dependecy steps as per steps mentioned at ACS portal (https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.html), for both AEM 6.2 and AEM 6.3 however none of the version are able to resolve the dependencies put in by ACS commons email api code.
I am getting following error after installing the package and my bundle is in installed state with these errors.
com.adobe.acs.commons.email,version=[1.1,2) -- Cannot be resolved
com.adobe.acs.commons.wcm,version=[2.0,3) -- Cannot be resolved
Genuine solutions please, where ACS Commons has worked for either of aem versions (6.2 or 6.3).