Hi,
I have an maven multimodule aem project, I added asset share common dependencies to this project
I am trying to implement computed properties but when I written class which extends AbstractComputatedProperty itsnt able to fetch dependency.
In .m2/repository there is a asset share commons jar
Can anyone help me on this.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Vani,
Check other rules you have in your bundle's pom, make sure scope is right, given all good IntelliJ should not show it as unresolved.
Regards,
Peter
Hi Vani,
Make sure to update your core pom to include assetshare,
<groupId>com.adobe.aem.commons</groupId> <artifactId>assetshare.core</artifactId>
Regards,
Peter
I already included that in core pom.xml
Hi Vani,
Check other rules you have in your bundle's pom, make sure scope is right, given all good IntelliJ should not show it as unresolved.
Regards,
Peter