Expand my Community achievements bar.

ASSET SHARE COMMONS 3.8.4 Bundle inactive

Avatar

Level 2

Trying to build & deploy asset share commons 3.8.4 with below dependencies for AEM 6.5 with Sp 17

Here is the reference URL how I included for maven compile (as its 6.5 instance and not cloud, omitted the the cloud classifier. )
https://opensource.adobe.com/asset-share-commons/pages/development/deploying/

 

Issue: Upon deploy the bundle asset share commons -core (com.adobe.aem.commons.assetshare.core) isnt active

below are the dependencies errored out:
com.day.cq.dam.commons.util, version=[1.62,2] -- cannot be reoslved

org.apache.commons.lang3,version=[3.13.4] -- cannot be resolved

 

on checking on depfinder noticed the versions I have as below
commons-lang3 - 3.12.0
cq-dam-commons - 5.12.158


Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

Hi,

Can you confirm your AEM WCM components version is what is required? https://opensource.adobe.com/asset-share-commons/pages/getting-started/set-up/ 

 

Hope this helps



Esteban Bustamante

Avatar

Level 1

@EstebanBustamante thank you for the reply! Yes I confirm AEM WCM components version is what is required. 
We are currently using version - 2.23.4 

Avatar

Level 2

Able to resolve one dependency 

org.apache.commons.lang3,version=[3.13.4] -- cannot be resolved

here is the dependency added all/pom.xml

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.13.0</version>
</dependency>

 

Please let me know, if you have any suggestions for the other dependecy 
com.day.cq.dam.commons.util, version=[1.62,2] -- cannot be reoslved
tried similar to lang-3 but aint fixed.