


Hi Team, We are migrating from 6.2 to 6.5 and on top of that installed 6.5.15, we were able to resolve dependency issues in all bundles except one bundle. Getting Boot deligation issues.
Please find the screens shots of bundle and can someone let me know how to resolve the following dependencies.
Bundle:
Views
Replies
Sign in to like this content
Total Likes
@srinivasreddyaem welcome to AEM Experience League communities.. Great place to co-learn, collaborate and communicate..
For your issue, sun.io related packages are related to jre and comes with sling container.. so even though your bundle depends on some other external bundle dependencies to get these packages, sling ignores them and resolve dependencies from container only. That's what boot delegation means.. try excluding those dependencies from your bundle pom
@srinivasreddyaem welcome to AEM Experience League communities.. Great place to co-learn, collaborate and communicate..
For your issue, sun.io related packages are related to jre and comes with sling container.. so even though your bundle depends on some other external bundle dependencies to get these packages, sling ignores them and resolve dependencies from container only. That's what boot delegation means.. try excluding those dependencies from your bundle pom