활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I think I have some dependency conflicts.
I am using asset share commons as a dependency in my project.
After a code change, I keep having this error :
I am using this version of asset share :
2.0.6
And sdk version :
2021.7.5662.20210726T181801Z-210600
Any help please ??
조회 수
답글
좋아요 수
Try to find out/correct the imports of your code change & check if that works.
Regards,
Santosh
Hello @SantoshSai
Thank you for the answer, here is the part of the import causing the issue
But I can not remove that import
I believe you already followed these steps https://opensource.adobe.com/asset-share-commons/pages/development/1-x/guide/
Regards,
Santosh
classes which reside within an "impl" java package are normally not exported by OSGI; at least that's the default used for AEM bundles, and I am not aware of any exception.
That means that the class "com.adobe.aem.commons.assetsshare.search.result.impl.results.QueryBUildsResultsImpl" is not available outside this specific java package.
You cannot use that class, also because you are not supposed to use it. It's also not part of the official API documentation. Why are using it?