Integrate Alibaba captcha in AEMaacs
Hi,
I have a requirement to integrate Alibaba cloud captcha in AEM sites.
I am following the below document for reference.
But when I try to add the maven dependency for aliyun, I am getting an error in project.all module.
My dependency is:
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>captcha20230305</artifactId>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
The error I am getting is:
[ERROR] The analyser found the following errors for author and publish :
[ERROR] [api-regions-exportsimports] com.abc:aem-abc-project.core:4.1.0: Bundle aem-abc-project.core:4.1.0 is importing package(s) [com.aliyun.teaopenapi.models, com.aliyun.captcha20230305.models, com.aliyun.captcha20230305] in start level 20 but no bundle is exporting these for that start level. (com.abc:aem-abc-project.all:4.1.0)
@arunpatidar @lukasz-m @BrianKasingli