Hi @ShivamVerma380
If you use Spring MVC controllers in your plugin, here is a list of the bundles required to resolve Spring MVC dependencies:
- org.apache.servicemix.bundles.aopalliance-1.0_6
- org.apache.servicemix.bundles.spring-aop-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-beans-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-context-5.2.22.RELEASE_1
- rg.apache.servicemix.bundles.spring-context-support-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-core-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-expression-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-web-5.2.22.RELEASE_1
- org.apache.servicemix.bundles.spring-webmvc-5.2.22.RELEASE_1
Best Regards,
Denis