Creating custom Adobe Experience Manager 6.2 commerce providers | Community
Skip to main content
DEBAL_DAS
April 5, 2017
Solved

Creating custom Adobe Experience Manager 6.2 commerce providers

  • April 5, 2017
  • 1 reply
  • 765 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

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,

1 reply

MC_Stuff
MC_StuffAccepted solution
Level 10
April 7, 2017

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,