この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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
I added it in pom it worked....
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