ralf0131 commented on issue #2570: dubbo无法在 【非spring + tomcat】环境下运行 URL: https://github.com/apache/incubator-dubbo/issues/2570#issuecomment-427622985 @yangfuhai In this case, please don't depend on the all in one dependency. ```xml <groupId>com.alibaba</groupId> <artifactId>dubbo</artifactId> <version>2.6.3</version> ``` And try to depend on the specific module you wish to use, e.g. ```xml <groupId>com.alibaba</groupId> <artifactId>dubbo-config-api</artifactId> <version>2.6.3</version> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services