zrlw commented on issue #15674: URL: https://github.com/apache/dubbo/issues/15674#issuecomment-3268584795
i could not determine the cause as you example project lacks of parent pom. ```dubbo-native``` does not depend on any spring components, but i found some components or plugins in pom.xml of ```solon-parent``` actually depends on spring context, you'd better run ```mvn dependency:tree``` and check those solon plugin codes to ensure that you project doesn't depend on spring indirectly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
