コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Acs common emailservice issue

Avatar

Level 3

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.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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

 


Santosh Sai

AEM BlogsLinkedIn


元の投稿で解決策を見る

2 返信

Avatar

Level 3

I added it in pom it worked.... 

Avatar

正解者
Community Advisor

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

 


Santosh Sai

AEM BlogsLinkedIn