Below logs observed in "vsphere-ui-runtime.log.stdout" while deploying our local plugin on vSphere 8.0.
[2022-10-03T12:55:35.631Z] [ERROR] plugin-deploy19 [Subsystem Event] Error when starting subsystem: com.vcplugin.plugin org.osgi.service.subsystem.SubsystemException: Framework could not resolve the bundles: [org.osgi.service.subsystem.region.context.11_1.0.0 [359], org.eclipse.virgo.web.dm_1.0.0 [361], com.vmware.wsvim25_8.0.0 [360]]
OSGI reported missing dependencies for "org.eclipse.virgo.web.dm_1.0.0" only, but above logs showing errors for three bundles .
g! ss
360 RESOLVED com.vmware.wsvim25_8.0.0
361 INSTALLED org.eclipse.virgo.web.dm_1.0.0
g! diag 361
org.eclipse.virgo.web.dm [361]
Unresolved requirement: Import-Package: org.springframework.aop
Importing all packages reported by "packages org.springframework.aop" in respective pom.xml and Manifest file is not resolving deployment issue.