Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Creating custom Adobe Experience Manager 6.2 commerce providers

Avatar

Employee Advisor

Hi,

 I am working on custom commerce provider and similar to geometrixx I am creating custom commerce provider and CSVProductImporter as well.

I am referring following link: https://helpx.adobe.com/experience-manager/using/creating-custom-cq-commerce-providers.html and even decompiled cq-wcm-geometrixx-5.8.2.jar and cq-geometrixx-commons-core-1.4.8.jar to have better understanding.

I have created similar commerce provider and CSVProductImporter , as of now I am dealing with only add action.

After deployment i am getting -

     
Imported Packagescom.adobe.cq.commerce.api,version=[1.2,2) -- Cannot be resolved
com.adobe.cq.commerce.api.promotion,version=[1.2,2) from com.adobe.cq.commerce.cq-commerce-core (225)
com.adobe.cq.commerce.common,version=[1.2,2) -- Cannot be resolved

 

I have verified depfinder as well and got below information for AEM6.2 -

 

<dependency> <groupId>com.adobe.cq.commerce</groupId>

<artifactId>cq-commerce-core</artifactId>

<version>5.14.102</version>

<scope>provided</scope>

</dependency>

But, I couldn't get any cq-commerce-core-5.14.102.jar with version 5.14.xx here: https://repo.adobe.com/nexus/content/groups/public/com/adobe/cq/commerce/cq-commerce-core/.

Even, geometrixx has following dependency -

<dependency>
            <groupId>com.adobe.cq.commerce</groupId>
            <artifactId>cq-commerce-core</artifactId>
            <version>5.14.22</version>
            <scope>provided</scope>
        </dependency>

How can we get the relevant bundle with version 5.14.xx.Please suggest.

Thanks,

Debal

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Debal,

File an official support request to get jar proxied into maven central repo. Alternatively You can configure to use AEM has repo https://helpx.adobe.com/experience-manager/kb/HowToUseCQ5AsMavenRepository.html

Thanks,

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

Hi Debal,

File an official support request to get jar proxied into maven central repo. Alternatively You can configure to use AEM has repo https://helpx.adobe.com/experience-manager/kb/HowToUseCQ5AsMavenRepository.html

Thanks,