Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi I'm trying to use the sendEmail method of EmailService of acs commons. But while I'm importing com.adobe.acs.commons.email.EmailService i'm not able to import that it is showing as " The import com.adobe.acs cannot be resolved.
Solved! Go to Solution.
Just for reference to understand - missing ACS AEM Commons Bundle
<!-- https://mvnrepository.com/artifact/com.adobe.acs/acs-aem-commons-bundle --> <dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-bundle</artifactId> <version>2.1.0</version> </dependency>
Regards,Santosh
View solution in original post
I added it in pom it worked....
Views
Likes
Replies