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 Packages | com.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